/* www.andynguyen.net */
* { margin: 0; padding: 0;  }
a { color: #6D6E71; font-weight: bold; text-decoration: none; }
a:hover { color: black; }
a img { border: none; vertical-align: text-bottom; text-decoration: none; }


body { background: white url(images/header_bg.jpg) no-repeat scroll top center; color: black; font-family: helvetica, arial, verdana; font-size: 12px; }
.clear { clear: both; }
#container { margin: 150px auto; width: 100%; }


#exheader { background: white url(images/header.jpg); height: 250px; width: 700px; }


#menu { margin: 0 auto;  width: 500px; }
	#menu ul li { float: left; list-style-type: none; padding: 0 10px; }
	

	#menu #senior_gallery li { float: left; list-style-type: none; padding: 0 2px; }
	#slideshow { margin: 0 auto; }
	
/* #about, #contact { margin: 0 auto; width: 700px; } */


#gallery { /*position: absolute;*/ left: 0; right: 0; }
	#gallery a img { border: 1px solid #6D6E71; margin: 4px 2px; }
	#gallery a:hover img { border: 1px solid #B1CEEC; }
	


#contact_form { float: left; width: 220px; }
	#contact_form input, #contact_form select, #contact_form textarea { width: 200px; }
	#contact_form textarea { height: 75px; }
	#contact_form p { margin-bottom: 10px; }
	#contact_form p.title { font-weight: bold; margin-bottom: 0px; }

#contact_form_message { float: left; width: 240px; }
