body {
	background: #ffffff;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	/* code to center container in IE */
	text-align: center; 
	}
	p {padding: 0px; color:#333333;}
	strong, b {font-weight: bold;}
	ul li {list-style-type:disc;}
	li{padding:4px;}



h1, h2, h3, h4 {
	color: #949EB5;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	}
	h1 {font-size: 200%;}
	h2 {font-size: 175%;}
	h3 {font-size: 130%;}
	h4 {font-size: 120%;}


/* *********************** D I V S ************************ */


#container {
	background-color:#ffffff;
	width: 800px;
	padding: 0px;
	/* code to center container in Mozilla */
	margin: 0 auto;
	}
	
#header {
	background-image:url(layout/banner.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 800px;
	
	}

#menu{
	width:800px;
	height:30px;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	}
	
	#menu a:link{
	text-decoration:none;
	color:#000000;
	}
	
	#menu a:hover{
	text-decoration:none;
	color:#8597AB;
	}
	
	#menu a:visited{
	text-decoration:none;
	color:#3F4750;
	}
	
#maincontent {
	background-image:url(layout/mainbg.jpg);
	background-repeat:repeat-y;
	width:800px;
	text-align:left;
	}
	
	
#maincontent a{
	color:#000;
	text-decoration:none;
	}

#maincontent a:hover{
	color:#879AA0;
	text-decoration:none;
	}
	
#content{
	width:638px;
	margin-left:8px;
	}

#leftside{

}

#rightside{
/*width:55%;*/
margin-left:260px;
}

#login{
	width:140px;
	height:100px;
	float:right;
	margin-top:50px;
	
	}
	
	#login a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#login a:visited{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#login a:hover{
color:#333333;
text-decoration:none;
font-weight:bold;
}



#top{
background-image:url(layout/bgtop.jpg);
background-repeat:no-repeat;
width:800px;
height:23px;
}

#bottom{
background-image:url(layout/bgbottom.jpg);
background-repeat:no-repeat;
width:800px;
height:17px;


}

#footer{

background:#FFFFFF;
font-size:10px;
text-align:center;
}

#friend{
background-image:url(layout/background.jpg);
background-repeat:no-repeat;
margin:5px 5px 5px 75px;
height:405px;
width:450px;
}

#close a:link{
	text-decoration:none;
	color:#90A1B3;
	font-weight:bold;
	}
	
	#close a:hover{
	text-decoration:none;
	color:#8597AB;
	font-weight:bold;
	}
	
	#close a:visited{
	text-decoration:none;
	color:#90A1B3;
	font-weight:bold;
	}


/*CLASSES*/

.image{
border:1px solid #90A1B3;
}

.underline{

text-decoration:underline;
}

.services{
font-size:10px;
font-weight:bold;
text-align:right;
}

.photoleft{
float:left;
padding:5px;

}

td .border{
border:2px solid black;
}

.li{
list-style-type:circle;
}

.referral{
background-color:#949EB5;
color:#FFFFFF;
font-weight:bold;

}






