@import 'reset.css';
@import 'layout.css';

body{
background:#000 url(images/bg.png) repeat-x;
font-family:'Helvetica','Tahoma', sans-serif;
line-height:1.6;
font-size:12px;
}

#main{
width:800px;
margin:0 auto;
}

	#main #header{
	text-indent:-9999px;
	width:800px;
	height:100px;
	background:url(images/banner.png);
	}

	#main #ad{
	text-indent:-9999px;
	width:800px;
	height:123px;
	background:url(images/prop.png);
	}
	
	#main #nav{
	background:#000;
	width:800px;
	line-height:35px;
	height:35px;
	overflow:hidden;
	}
	
		#main #nav li{
		display:inline;
		}
		
			#main #nav li a{
			font-family:'Tahoma';
			float:left;
			width:200px;
			text-align:center;
			text-decoration:none;
			font-weight:bold;
			background:#111 url(images/btnbg.png);
			color:#FFF;
			text-shadow:#000 1px 1px 1px;
			}
			
			#main #nav li a:hover{
			background-position:0 70px;
			}
			
			#main #nav li a#current{
			color:#000;
			text-shadow:#FFF -1px -1px 1px;
			background-position:0 35px;			
			}
	
	#main #specials a{
	background:#FFAA22 url(images/specials.png);
	font-weight:bold;
	text-decoration:none;
	color:#000;
	width:800px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	}
	
		#main #specials a em{
		font-weight:bold;
		font-size:120%;
		font-style:italic;
		}
	
	#main #innermain{
	clear:both;
	width:800px;
	background:#FFF;
	}
	
	#main #innermain #body{
	}
	
	#main #footer{
	background: url(images/footer.png);
	height:35px;
	line-height:35px;
	text-align:center;
	width:800px;
	color:#999;
	text-shadow:#000 1px 1px 1px;
	}
