body {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:#FFF;
  	position: relative;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}

/*Text Elements*/
	
p {
	padding: 0px 30px 0px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:135%;
	color:#FFFFFF;
	}
	
p.contact {
	padding: 0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:135%;
	color:#FFFFFF;
	}
	
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height:135%;
	}

h1 {
	font-size: 19px;
	line-height:140%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	color: #E4DBB2;
	}
	
	
	
hr {
	height: 20px;
	margin: 20px 30px 0px 30px;
	border-top: 2px solid #006699;
	border-bottom:18px solid #EBF5F7;

	}

	
/*Layout Elements*/
	#wrapMain {
	margin:0px auto 0px auto; 
	width:870px;
	height: 800px;
	border: 1px solid #C3B19D; 
	}
	
	#topBox {
	height: 510px;
	width:870px;
	background-color:#009999;
	background-image:url(background-top.png);
	}
	
	#topLeft {
	float:left;
	height: 510px;
	width:465px;
	}
	
	#photoLeft {
	height: 220px;
	width:465px;
	background-image:url(photoLeft.jpg);
	}
	
	#txtLeft {
	height: 95px;
	width:465px;
	}
	
	#leftStripe {
	height: 20px;
	}
	
	#contactBox {
	height: 175px;
	width:465px;
	}
	
	#contactPhoto {
	float:left;
	height: 175px;
	width:150px;
	background-image:url(contactPhoto.jpg);
	}	

	#contactTxt {
	float:right;
	height:175px;
	width:315px;
	}	

	
	#topRight {
	float:left;
	width:375px;
	height: 510px;
	}
	
	#rightLogo {
	width:375px;
	height: 165px;
	background-image:url(logo.png);
	}
	
	#rightStripe1 {
	width:355px;
	height: 15px;
	background-image:url(stripe1.png);
	border-left:10px solid white;
	border-right:10px solid white;
	}
	
	#rightPhoto {
	width:375px;
	height: 215px;
	background-image:url(photoRight.gif);
	}
	
	#rightStripe2 {
	width:355px;
	height: 50px;
	background-image:url(stripe2.png);
	border-left:10px solid white;
	border-right:10px solid white;
	}
	
	
	
	
	#midStripe {
	width:870px;
	height:10px;
	background-image:url(midstripe.png);
	}	
	
	
	
	#bottomBox {
	width:870px;
	height:230px;
	}
	
	#bottomLeft {
	float:left;
	width:430px;
	height:230px;
	background-color: #A18E80;
	}
	
	#bottomMid {
	float:left;
	width:10px;
	height:230px;
	background-image:url(botmidstripe.png);
	}
	#bottomRight {
	float:left;
	width:430px;
	height:230px;
	background-color: #A18E80;
	background-image:url(background-bottom.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
		

	
	
#footBox {
	width: 870px;
	height: 50px;
	background-color: #ECE7D4;
		
	}	
	


	
/*Images*/
img {border:none;}
	
	
/*Link*/
a:link {
	color: #FFFFFF;
	text-decoration : underline;
	font-weight:bold;
}
a:visited { color: #006699; }
a:hover { color: #000; background-color:#99CCFF; }
