html {
    margin: 0;
    padding: 0;
	height: 100%;
} 
body  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	background-color: #bfc9c8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	min-height: 100%;
	height: 100%;
	
}


strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}



#main{
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	background: url(images/background.jpg);
	border-style: solid;
	border-width: 0px;
	height: 100%;


}

#header {
	width: 827px;
	border-style: solid;
	border-width: 0px;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 7px;
	margin: 0 auto;
	background-color: #eeeeee;
}

#wrapper {
	width: 799px;
	border-style: solid;
	border-width: 0px;
	margin: 0 auto;
	background-color: #e9e9e9;

}

#wrapper_head  {
	background: url(images/instantonline.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 27px;
	padding-top: 20px;
	padding-bottom: 11px;
	background-color: #fff;


}



#recent {
	color: #36425a;
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
}


#left{
	width: 554px;  
	border-style: solid;
	border-width: 0px;
	background: url(images/arrows.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;

}

#news {
	width: 300px;
	padding-left: 27px;
	padding-bottom: 67px;
	color: #306ccc;
	font-size: 11px;
	line-height: 130%;
	border-style: solid;
	border-width: 0px;

}

#main_content {
	width: 554;
	border-width: 0px;
	border-style: solid;
}

#right {
	float: right;
	width: 245px;
	border-width: 0px;
	border-style: solid;
	background-color: #e9e9e9;

}

.part {
	width: 225px;
	font-size: 12px;
	color: #b4b4b4;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 10px;
	text-align: center;
	border-style: solid;
	border-width: 0px;
}

.bapics {
	width: 225px;
	margin: 0 auto;
	border-style: solid;
	border-width: 0px;
} 

a:link, a:visited, a:active {
	color: #306ccc
}

.copy_title {
	font-size: 18px;
	color: #151515;
	font-weight: bold;
	letter-spacing: -1px;
	border-style: solid;
	border-width: 0px;
	padding-left: 27px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.copy_text {
	font-size: 12px;
	color: #151515;
	border-style: solid;
	border-width: 0px;
	padding-left: 27px;
	padding-bottom: 20px;
	padding-right: 27px;
	text-align: left;
	
}

#form_wrapper {
	width: 255px;
	position: relative;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 0px;
}

#form {
	width: 225px;
	background-color: #444b55;
	border-width: 0px;
	border-style: solid;
	text-align: left;
	padding: 10px 15px 0 15px;
	color: fff;
	padding-bottom: 15px;
	border:1px solid;
}

.form_text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 0 5px 0;

}

.formbutton {
	margin-top: 15px;
}

#copy_footer {
	font-size: 10px;
	color: #151515;
	font-weight: bold;
}
.copy_subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #512953;
	letter-spacing: -1px;
	border-style: solid;
	border-width: 0px;
}

ul
{

padding-left: 0px;
margin: 0;
color: #512953;
font-size: 12px;
font-style: italic;
font-weight: bold;

}

li
{
	list-style-type: none;
	background: url(images/check.png) left no-repeat;
	padding-left: 15px;
	margin: 0;
}


td {
	font-size: 13px;
	font-family: "Myriad Pro";
	color: #fff;
}

input {
	border: 0px;
	width:97%;
	margin:5px 0 5px 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px 3px 3px 3px;
}

.radio {
	width:30px;
}

.button {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

select {
	border: 0px;
}

textarea {
	height:60px;
	width:97%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px 3px 3px 3px;
}


#gallery {
	position: relative;
	top: 30px;
	left: 0px;
	width: 262px;
	text-align: center;
	border-width: 0px;
	border-style: solid;
}

.gallery_parts {
	font-size: 12px;
	color: #151515;
	font-weight: bold;
	padding-top: 5px;
}

.enlarge {
	font-size: 10px;
	color: #b4b4b4;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.testimony {
	width: 200px;
	background-color: #e4e4e4;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin: 0 auto;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
	letter-spacing: -1px;
}

#footer {
	font-size: 8px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;


	
	
}

.thanks_main {
	width: 799px;
	height: 57%;
	border-style: solid;
	border-width: 0px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding-top: 40px;

}
