/* Styles for Home Page - these override the default styles in global.css */

/* Increase height of header section: */ 
#header {height:286px; background-image:url(../images/home-tickmark-curve.gif);}

/* Make the logo <h1> larger and set its bg-image to the top half of the photo: */
#logo {top:14px; left:31px; height:272px; background:url(../images/home-photo-top.jpg) no-repeat 0 0;}
	#logo img {margin:85px 0 0 350px;}

/* Change position and layout of menu: */
#menu {left:580px; top:30px;}
	#menu li {display:block; list-style-type:none; float:none; border:0; padding:0; margin:0 0 14px;}

/* Change layout of text section and set its bg-image to the bottom half of the photo: */
#content {padding:26px 30px 14px 376px; color:#000; font-family:Times,"Times New Roman",serif; line-height:1.8em; background:#996 url(../images/home-photo-bottom.jpg) no-repeat 28px 0;}
