/* Homepage CSS stylesheet for FIXATED DESIGN created 9/1/08 */

/*Top Navigation */

#topnav_container{  
	position: absolute;  
	top: -40px;   
	left: 75px;              
	width: 400px;
	height: 20px; 
}

ul#topnav {
	list-style: none;
	}
	ul#topnav li {
		display: inline;
	}
		ul#topnav li a.home:hover, ul#topnav li a.home:active,
		ul#topnav li a.who:hover, ul#topnav li a.who:active,
		ul#topnav li a.work:hover, ul#topnav li a.work:active,
		ul#topnav li a.contact:hover, ul#topnav li a.contact:active {
			background-position: center center;
		}
	body#home ul#topnav li a.home,
	body#who ul#topnav li a.who,
	body#work ul#topnav li a.work,
	body#contact ul#topnav li a.contact {
		background-position: top center;
	}
	ul#topnav li a {
		text-indent: -9999px;
		display: block;
		height: 20px;
		float: left;
		}
		ul#topnav li a.home {
		background: url(_images/topnav_home.png) no-repeat bottom center;
		width: 55px;
		}
		ul#topnav li a.who {
		background: url(_images/topnav_who.png) no-repeat bottom center;
		width: 76px;
		}
		ul#topnav li a.work {
		background: url(_images/topnav_work.png) no-repeat bottom center;
		width: 80px;
		}
		ul#topnav li a.contact {
		background: url(_images/topnav_contact.png) no-repeat bottom center;
		width: 105px;
		}
	
/* End Top Navigation */

#template{
	width: 750px;
	height: 497px;
	margin: 0 auto 0 auto;
}

#logo {
	position: absolute;
	top: -78px;
	width: 100px;
	height: 100px;
}
		
#header{
	position: relative;
	top: 80px; 
	width: 750px;
	height: 12px;
	background-image: url(_images/homepage_header.jpg); 	
}

#middle {
	position: relative;
	top: 80px; 
	width: 750px;
	height: 404px;
	background-image: url(_images/homepage_middle.jpg); 	
}

#centercontent {
	position: absolute;
	left: 170px;
	height: 483px;
  	width: 420px;
}

#footer{
	position: relative; 
	top: 80px;
	width: 750px;
	height: 81px;
	background-image: url(_images/homepage_footer.jpg);
}

/* Fonts */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #692f0c;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #692f0c;
	font-style: italic;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #692f0c;
	letter-spacing:0.02em;
	line-height: 1.5em;
}