/*
CSS Credit: www.templatemo.com
*/

html {

	background: url(images/templatemo_html_bg.jpg) repeat;

}

body {

	margin: 0;

	padding:0;

	font-family: "Times New Roman", Times, serif;

	font-size: 16px;

	line-height: 1.5em;

	color: #F3D531;

	background: url(images/templatemo_body_bg.jpg) repeat-x  center top;

	width: 100%;

	display: table;

}

a:link, a:visited { color: #F3D531; text-decoration: none; } 

a:active, a:hover { color: #FFFF00; text-decoration: none }


h1 {

	font-size: 24px;

	font-weight: bold;

	text-decoration: ;

	color: #F3D531;

	background-position: left;

	padding-top: 20px;

}

h2 {

	margin-top: 40px;

	font-size: 20px;

	font-weight: bold;

	text-decoration: underline;

	color: #F3D531;

}
h3 {

	margin-top: 14px;

	font-size: 20px;

	font-weight: bold;

	color: #F3D531;

}


#container {

	width: 806px;

	margin: auto;

}

.topmenu{

	margin: auto;
    
	width: 800px;

}


.topmenu ul {

	list-style: none;
    
	padding: 0px;

	margin: 0px;

}

.topmenu li{

	display: inline;

}

.topmenu li a{

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-align: center;

	color: #F3D531;

	//width: 75px;

	height: 30px;

	margin-left: 5px;

	margin-right: 5px;

	padding-top:120px;

}

.topmenu li a:hover, .templatemo_topmenu li .current{

	color: #FFFF00;

	background: url(images/xtemplatemo_button_hover.jpg) no-repeat;

}

#topsection {               //Restaurant Title//

	float: left;

	margin-top: 40px;

	width: 806px;

	height: 100px;

	color: #F3D531;

	font-size: 44px;

	font-weight: bold;

	padding-top: 50px;

	line-height: 1.6em;

	text-align: center;

	background: url(images/templatemo_title_bg.jpg) no-repeat;

}

#headersection {     

	float: left;

	width: 806px;

	height: 162px;    //Distance between header section and verbage//

}

#content_section {

	float: left;

	width: 750px;

	text-align: justify;

	padding-left: 10px;

}

#content_section img {

	float: left;

	padding-right: 5px;
    
    padding-bottom: 15px;

}

#footer {

	float: left;

	margin: auto;

	margin-top: 20px;

	text-align: center;

	padding-top: 35px;

	width: 744px;

	height: 50px;

	background: url(images/templatemo_footer.jpg) no-repeat;

	background-position: top;
    
}

#center {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    background-color: #b0e0e6;
}
