html{
	margin: 0px auto; 
	padding: 0px;
	
	background-image: url("../images/bg1.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
}

body{
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height: 16px;
}

.main_body{
	width: 900px;
	margin: 0px auto;
}

#header{
	width: 900px;
	height: 125px;
	padding: 0px;
	margin: 0px auto;
	
/*	border: 1px solid blue;*/
	background-image:url("../images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

.clear{
	clear: both;
}

#content{
	width: 900px;
	margin: 0px auto;
	margin-top: 10px;
	padding-left: 15px;	
/*	border: 1px solid red;*/

	font-size: 14px;
}

#content .news{
	height: 280px;
	font-size: 14px;

	background-image: url("../images/news_bg.jpg");
}

#content .drinks, .burgers, .sides, .contact_us{
	font-size: 14px;
	background-image: url("../images/news_bg.jpg");
	background-position: center;
}


#banner{
	width: 860px;
	margin: 0px auto;
}

#footer{
	width: 900px;
	height: 50px;
	
	margin: 0px auto;
	margin-top: 10px;
	border: 1px green;
	font-size: 12px;
	color: #666666;
	
}

.red_12px{
	color: #9F0000;
	font-family: Arial, Helvetica, sans-serif;
}

.red_bold_16px{
	font-size: 16px;
	font-weight: bold;
	color: #9F0000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.yellow_bold_14px{
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.yellow_bold_11px{
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.grey_11px{
	font-size: 11px;
	color: #ADADAD;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
