/* CSS Document */
BODY {
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	background-image:url(/images/bg.gif);	
	background-repeat:repeat;
	line-height:16px;
	text-align:left;
	padding:0;
	margin:0;	
	font-size:1em;
}

p{
    color:#868686;
    font-size:.8em;
}

h1{ 	
	margin:20px 0 0 30px;	
   	font-size:1.2em;	
	color:#ffb400;	
}

h2{
 	margin:0 240px 0 30px;		
   	font-size:.9em;
	color:#0f74bd;	
}

h3{
 	margin:0 5px 0 0;	
   	font-size:.8em;
	color:#7f9c3f;
}

h4{
   	font-size:.9em;
	line-height:16px;
	color:#083759;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image:url(/images/bullet.gif);
	color:#868686;
    font-size:.7em;
	margin:0 15px 0 5px;
	padding:2px 20px 2px 10px;
	}

li{
	margin:5px 5px 0 10px;
	color:#868686;
}

a {
	text-decoration:none;
	color: #438200;
}

a:hover {
	text-decoration:underline;
}

#container{
	margin:0 auto 0 auto;
	width:996px;
} 

#logo{
	margin:20px 8px 0 0;	
	float:right;
	width:403px;	
}

#navigation{
    background-repeat:no-repeat;
	margin:30px 0 0 2px;	
    width:508px;
	height:56px;
}

#header{
    background-repeat:no-repeat;
	float:left;
    width:910px;
	height:144px;
}

#maincontainer{    
    background-image:url(/images/inner_middle_strip.jpg);
    background-repeat:repeat-y;	
	margin-left:5px;
	text-align:left;    	
	width:900px;
	float:left;
	clear:both;
	padding:0;
}

#topblock{
    margin-left:auto;
    margin-right:auto;
	width:827px;
}

#aboutblock{
	width:788px; 
	height:321px;
}

#girlblock{
	position:relative;
	left:37px; 
	width:142px; 
	height:241px;
	margin-top:34px;
	float:left;
}

#block {
	margin:90px 0 0 50px;
	width:665px; 
	float:left;
}

#block img {
	margin:0 0 0 20px;
}

#formtable p {
	margin:0;
	}
.text{
	margin:10px 8px 0 110px;
	line-height:12px;
	width:200px; 
}

.odd{
    background-color: #d4edf4;
	border: 1px solid #ff1;
}


.even{
    background-color: #e8faff;
	border: 1px solid #b0e3f1;
}

.light{
	border: 1px solid #b0e3f1;
	color: #e8faff;
}

.spanspace{
	margin-left:20px;
}

#contactfrm textarea{
	width:300px;
	height:200px;
}


#footer{
    margin:0 0 0 5px;
	text-align:center;
	color:#817b66;
	width:901px;		
	height:98px;
	float:left;
	font-size:.8em;	
}

#footer a{   
	color: #817b66;
	font-weight:bold;
}
#footer  .credit {   
	color: #90b2c7;
	
}