* {
	margin:0;
	padding:0;
	outline:none;
	border:none;
	text-decoration: none;
	list-style: none;
}

body {
	margin-top:20px;
	background: url(images/background.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	letter-spacing: normal;
	line-height:2em;
	
}

#container {
	width:700px;
	margin:auto;
	
}

#header {
	width:525px;
	background:#212121;
	margin-top:29px;
	float:left;

}

h1 {
	background: url(images/logo3.gif) no-repeat;
	width:170px;
	height:85px;
	text-indent: -9999px;
	float:left;
	border-left:solid 5px #212121;
	
}

h2 {
	color:white;
	float:right;
	font-size:18px;
	padding-right:10px;
	padding-top:30px;
}

h3 {
	color:black;
	font-size:1.4em;
	font-family:Arial Black, Arial;
}


#nav {
	width:150px;
	float:right;
}

#nav li {
	background:white;
	margin-bottom:4px;
}

#nav li a {
	color:#212121;
	padding:4px 3px 3px 10px;
	font-weight:bold;
	font-size: 16px;
	display: block;
	height:30px;
}

#nav li a:hover {
	background:#e1dfdf;
	}
	
#content {
		background:#212121;
		padding:5px;
}

#leftContent {
	background: white;
	width:433px;
	float:left;
	color:#212121;
	padding:40px 50px;
}
#leftmenuContent {
	background: white;
	width:453px;
	float:left;
	color:#212121;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 50px;
}


.category-drinks{
	width:200px;
	float:left;
	padding-left: 0px;
}

.category-sides{
	float: right;
	width: 233px;
}

.category-lunch{
	width: 453px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}



#footer {
	width:680px;
	color:#606060;
	text-align: left;
	padding-left: 10px;
}

div#leftmenuContent p {
	line-height:120%;
	font-family: Arial;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom:10px;
}
div#leftContent h3 {
	margin-top:1em;
}

a.darklinks:link {
	color: #CCFFCC;
}
a.darklinks:visited {
	color: #CCCCCC;
	
}
a.darklinks:hover {
	color: #FF9900;
}
a.darklinks:active {color: #CCFFCC; }


.menuh1 {
	margin-left:20px;
	margin-bottom:5px;
}

.image {
	padding-top:8px;
	padding-bottom:8px;
}

.clear {
	clear:both;
}
.active, li.current_page_item a {
background:#e1dfdf;
}