@charset "UTF-8";
/* CSS Document */

body {
	color:#333333;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	}
	
	
h1 {
	color:#0099ff;
	font-size:26px;
	margin:0px 0px 20px 0px;
	line-height:28px;
}

h2 {
	color:#333333;
	font-size:18px;
	margin:0px 0px 10px 0px;
	line-height:28px;
}

h3 {
	color:#0099ff;
	font-size:21px;
	margin:20px 0px 5px 0px;
	line-height:28px;
}

.setuptext {
	font-size:11px;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
}

#header {
	margin: 0 0 15px 0;
	background:url(../img/headerbg.jpg) no-repeat;
	height:109px;
	width:950px;
}

#signup {
	margin-top:30px;
	float:right;
	color:#0099ff;
	font-size:14px;
	}
	
#line {
	height:10px;
	width:350px;
    border-bottom: 1px dashed #d6d6d6; 
}

#left {
	float: left;
	width: 200px;
	margin-bottom:20px;
	background:url(../img/navbg.jpg) no-repeat;
}

#homecontainer { 
	margin-left:20px;
	float: left;
	width: 730px;
	height: 1%; /* Holly hack for Peekaboo Bug */
    margin-bottom:20px;
}

#homecontainerleft { 
	float: left;
	width: 425px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#homecontainerright { 
	margin-left:20px;
	float: left;
	width: 280px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#insidecontainer { 
	margin-left:20px;
	float: left;
	width: 730px;
    margin-bottom:20px;
	min-height:335px;
}

#insidecontainer2 { 
	margin-left:20px;
	float: left;
	width: 730px;
    margin-bottom:20px;
    background:url(../img/girl2.jpg) bottom right no-repeat;
	min-height:335px;
}

#insidecontainer3 { 
	margin-left:20px;
	float: left;
	width: 730px;
    margin-bottom:20px;
    background:url(../img/girl3.jpg) bottom right no-repeat;
	min-height:335px;
}

#insidecontainer4 { 
	margin-left:20px;
	float: left;
	width: 730px;
    margin-bottom:20px;
    background:url(../img/girl4.jpg) bottom right no-repeat;
	min-height:335px;
}

#insidecontainerleft { 
	float: left;
	width: 445px;
}

#insidecontainerleft2 { 
	float: left;
	width: 500px;
}

#insidecontainerright { 
	float:left;
	margin-left:20px;
	width: 265px;
	}

#footer {
    border-top: 1px solid #d6d6d6; 
	padding:8px 0px 0px 2px;
	clear: both;
	color:#999999;
	font-size:10px;
	margin-bottom:50px;
}

#footer a:link {
	color:#785028; 
	text-decoration:none; 
}

#footer a:visited { 
	color:#785028; 
	text-decoration:none; 
}

#footer a:hover { 
	color:#92d120; 
	text-decoration:none; 
}

#footer a:active { 
	color:#785028; 
	text-decoration:none; 
} 

.formtext {
width:130px;
}

#frmcontact {
	padding:0;
}
.textboxcontact {
	width:300px;
	height:20px;
	background:#ffffff;
	border:1px solid #72861e;
	color:#999999;
	font-family:Arial, verdana, serif;
	font-size:14px;
	padding:3px 2px 2px 2px;
}
.textareacontact {
	width:300px;
	height:150px;
	background:#ffffff;
	border:1px solid #72861e;
	color:#999999;
	font-family:Arial, verdana, serif;
	font-size:14px;
	padding:3px 2px 2px 2px;
}

#frmcontact li {
	margin:5px 0;
	background:url(../images/bullet2.png) no-repeat 0 1px;
	list-style:none;

}