@charset "UTF-8";
/* Global CSS for lyndalhamilton.com - written by Scott Richardson ©2008 */

body						{ margin: 0px; padding: 0px; background: #FFF url('images/body_bkgnd.png') no-repeat center 40px; font: normal 12px Georgia, "Times New Roman", Times, serif; color: #7b7979; text-align: center; }

#container					{ position: relative; width: 878px; height: 614px; margin: 175px auto 0px auto; text-align: left; }
#header						{ position: absolute; left: 0px; top: 0px; width: 878px; height: 74px; }
#content					{ z-index: 2222; position: absolute; left: 0px; top: 125px; width: 380px; }
#homeImage					{ z-index: 1111; position: absolute; right: 47px; top: 82px; width: 490px; height: 486px; background: url('images/home_photo.jpg') no-repeat left top; }

h1							{ font-family: Georgia, "Times New Roman", Times, serif; color: #377a0a; font-weight: normal; font-size: 37px; text-transform: uppercase; margin: 0px; padding: 20px 0px 0px 0px; }
h1 em						{ font-size: 27px; color: #9e9e9e; font-style: normal; }
h2							{ font-family: Georgia, "Times New Roman", Times, serif; color: #377a0a; font-weight: normal; font-size: 17px; text-transform: uppercase; margin: 10px 0px 5px 0px; }
p							{ margin: 0px 0px 20px 0px; line-height: 17px }

#nav						{ position: absolute; top: 75px; left: 0px; }
#nav ul						{ list-style: none; margin: 8px 0px 0px 0px; padding: 0px; }
#nav ul li					{ color: #70766c; text-transform: uppercase; font: normal 15px Georgia, "Times New Roman", Times, serif; float: left; margin-right: 20px; }
#nav ul li a				{ text-decoration: none; color: #70766c; }
#nav ul li a:hover 			{ color: #b4b0b0; text-decoration: underline; }

.phone						{ font-size: 24px; font-weight: bold; }

#footer						{ position: absolute; left: -23px; top: 588px; font: 9px "Lucida Grande", "Lucida Sans", Arial, sans-serif; color: #999; height: 120px; }
#footer a					{ color: #8bb470; }

#gallery					{ position: absolute; right: 50px; top: 130px; width: 410px; height: 400px; }
#gallery ul					{ list-style: none; margin: 0px; padding: 0px; }
#gallery ul li				{ float: left; margin: 0px 12px 12px 0px; }
#gallery ul li a img		{ border: solid 6px #CCC; }
#gallery ul li a:hover img	{ border-color: #377a0a; }


a							{ text-decoration: none; color: #669966; }