/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #666;
	background: url(/images/bg.jpg) top center repeat; }
	
h1 {
	margin: 0 0 10px 0;
	font-size: 30px; 
	font-weight: normal; 
	color: #922d02; }

a:link, a:visited { color: #2a7595; }
a img { border: none; }

strong { color: #444; }

p { margin-bottom: 16px; }


/************* STRUCTURE STYLES ***/
#wrapper { 
	width: 900px;
	margin: 0 auto; 
	background: url(/images/contentWrapper_bg.jpg) top center repeat-y; }

	
	/*** HEADER STYLES ***/
	#header { 
		display: block; 
		width: 900px; 
		height: 200px; 
		background: url(/images/header.jpg) top left no-repeat; }
	
	
	/*** NAV STYLES ***/
	/*** #nav { list-style: none; }
	
		#nav li { float: left; }
			
			#nav li a:link, #nav li a:visited { 
				display: block; 
				height: 57px; 
				text-indent: -9999px;
				outline: none; }
				
				#nav li.home a { width: 94px; background: url(/images/nav_01_home.jpg) top left no-repeat; }
				#nav li.aboutus a { width: 124px; background: url(/images/nav_02_aboutus.jpg) top left no-repeat; }
				#nav li.ourmenu a { width: 136px; background: url(/images/nav_03_ourmenu.jpg) top left no-repeat; }
				#nav li.specials a { width: 119px; background: url(/images/nav_04_specials.jpg) top left no-repeat; }
				#nav li.faq a { width: 138px; background: url(/images/nav_05_faqs.jpg) top left no-repeat; }
				#nav li.contactus a { width: 148px; background: url(/images/nav_06_contactus.jpg) top left no-repeat; }
				
				#nav li.active a, #nav li a:hover { background-position: bottom left; } ***/
				
	/*** NAVIGATION ***/
	ul#nav { 
		width: 900px;
		height: 57px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 57px; }
	
	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { 
		width: 770px; 
		padding: 10px 65px; }
		
		
		/*** CONTENT STYLES ***/
		#content { 
			float: left; 
			width: 462px; 
			min-height: 100px; 
			margin: 0 20px 0 0;
			text-align: justify; }
			
			* html #content { height: 100px; } /* IE6 FIX */
		
		
		/*** SIDEBAR STYLES ***/
		#sidebar { 
			float: left; 
			width: 288px; }
			
			#sidebar a { 
				display: block; 
				margin: 0 0 20px 0; }
					
	

/*** FOOTER STYLES ***/
#footer { 
	width: 900px; 
	padding: 145px 0 10px 0; 
	margin: 0 auto;
	font-size: 90%;
	color: #fff;
	background: url(/images/footer.jpg) top center no-repeat; }
	
	#footer p { margin: 0 0 4px 0; }
	
	#footer a:link, #footer a:visited { color: #fff; }




/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }