@charset "utf-8";
/* CSS Document */

body{
	background: url(images/bodyBG.jpg) #B0FFB0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
#container{
	background: #B0FFB0;
	width:800px;
	height:100%;
	margin: 0 auto;
	text-align: center;
	position:relative;
}

#header{
	width:786px;
	height:128px;
	background:url(images/homeheader.jpg) no-repeat;
	position:relative;
}

#personal_page_login{
	width: 250px;
	margin: 20px 0 0 20px;
	float: left;
}

#more_loc img{
	width: 30px;
}

#more_loc a img{
	text-decoration: none;
}

#lSidebar{
	width:297px;
	height:400px;
	background: url(images/coupleLarge.jpg) #DAC2D8 no-repeat;
	position:relative;
	float:left;
	border-left:2px solid #000;
}

/*Main*/

.banner{
	background:url(images/home_bar.jpg) no-repeat;
	position:relative;
	width:458px;
	height:35px;
	margin: 15px 20px;
	float:right;
}
.banner p{
	margin: 7px;
	font: 18px bold "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
/* Link Box */
#linkBoxs{
	float:left;
	width:496px;
	height:140px;
	margin:0 0 0 5px;
}


#lb1 a{
	background:url(images/aboutbox.jpg);
	display:block;
	width: 120px;
	height: 140px;
	float:left;
	margin:1px;
}
#lb2 a{
	background: url(images/pricesbox.jpg);
	display:block;
	width: 120px;
	height: 140px;
	float:left;
	margin:1px;
}
#lb3 a{
	background:url(images/gallerybox.jpg);
	display:block;
	width: 120px;
	height: 140px;
	float:left;
	margin:1px;
}
#lb4 a{
	background: url(images/faqsbox.jpg);
	display:block;
	width: 120px;
	height: 140px;
	float:left;
	margin:1px;	
}

#ardms{
	background:url(images/ARDMS%20large.jpg) no-repeat;
	width: 469px;
	height: 112px;
	position: relative;
	float:left;
	margin: 10px 0 0 25px;
}
#ardms a, #ardms p{
	color:#F00;
	margin-top: 100px;
	font-weight:bold;
	letter-spacing:1px;
}

/*Home Nav*/
#homeNav{
	background:url(images/homenav.jpg) no-repeat;
	height:60px;
	clear:left;
}
#homeNav ul{
	list-style:none;
}
#homeNav li{display: inline;}
#homeNav a{
	display:block;
	width:200px;
	height:60px;
	float:left;
}

/*Footer*/

#footer{
	height:100px;
	border: 2px solid #000;
	background:#D2FFD5;
	text-align:left;
}
#footerInfo{
	float:left;
	width:433px;
	font-weight:bold;
	margin:5px 0 5px 20px;
}
#credits{
	width:195px;
	height: 42px;
	font-size:18px;
	margin: 10px 60px 0 0;
	float:right;
}
#lowNav{
	width: 650px;
	font-size:12px;
	margin: 70px 0 0 95px;
	position:relative;
	clear:both;
}
#lowNav a{
	color: #000;
}
.clr{
	clear:both;
}
*{
	margin:0;
	padding:0;
}