/*  
Theme Name: The Grill
Theme URI: http://www.duvallgrill.com
Description: Professional Web Development by Obie.
Version: 0.0.1
Author: Chris O.
Author URI: http://www.duvallgrill.com
*/

body {
	border: 0px;
	background-color: #dddddd;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#header {
	background: url(../pics/header_bg.gif) repeat-x;
	height: 100px;
	width: 100%;
}

#mainlevel-nav { 
	line-height: normal;
	padding: 10px 0 0 0;
}

#mainlevel-nav ul { 
	margin:0; 
	padding: 0; 
	list-style:none; 
}

#mainlevel-nav li { 
	list-style:none; 
	float:left; 
	background:url("../pics/left.gif") no-repeat left top; 
	margin:0 1px 0 0; 
	padding:0 0 0 9px; 
}

#mainlevel-nav a { 
	float:left; 
	display:block; 
	background: #1A6684 url("../pics/right.gif") no-repeat right top; 
	padding: 5px 15px 5px 5px;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none; 
	color:#FFF; 
}

#mainlevel-nav a:hover { 
	color: #ccc;
}

#content {
	padding-top: 110px;
}

.tbl-content {
	height: 100%;
}

.sidebar-heading {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.sidebar-lnk a:link, .sidebar-lnk a:visited, .sidebar-lnk {
	padding-bottom: 2px;
	font-size: 11px;
	color: #8b5c28;
	text-decoration: none;
}

.content-heading {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

.content-txt {
	margin-bottom: 10px;
	font-size: 12px;
}

.content-txt a:link, .content-txt a:visited {
	margin-bottom: 10px;
	font-size: 12px;
	color: #8b5c28;
}