body {
	background: #fef9e5 url(/wp-content/themes/ogw/images/main-bg.jpg);
	color: #333333;
	font: 100%/1.2 arial, helvetica, sans-serif;
}

a {
	color: #5d433f;
 }

a: visited {
	color: #3c2a28;
}

#outer-container {
	background: #2a2a2a url(/wp-content/themes/ogw/images/background.jpg);
	margin: auto;
	width: 980px;
	padding: 20px 0;
}
#container {
    width: 928px;
	background: #fff;
	margin: auto;
	overflow: hidden;
	position: relative;
}


h1#header {
	margin: 0;
	padding: 0;
}

h1#header a {
    background: url(/wp-content/themes/ogw/images/header.jpg) no-repeat;
	width: 928px;
	height: 133px;
	display: block;
	text-indent: -9999px;
}


#content {
	width: 700px;
	float: left;
	margin-top: 30px;
	font-size: 0.8em;
}

#sidebar {
	width: 228px;
	float: right;
	margin-top: 80px;
	font-size: 0.8em;
}

#footer {
	background: url(/wp-content/themes/ogw/images/footer.jpg) no-repeat;
	font-family: "Bookman Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.7em;
	color: #000;
	width: 928px;
	height: 63px;
	clear: both;
	text-align: center;
}

#footer p {
    padding: 4px 0;
}

#footer a {
	font-size: 1.2em;
	color: #000;
}

#menu {
    position: absolute;
	top: 133px;
	left: 0px;
	width: 100%;
	background: #674c47;
	color: #fff;
	padding: 3px 0 6px 0;
}

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

#nav a {
    color: #fff;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0 11px;
	font-weight: 600;
}

#nav a:hover {
    color: #FEF9E5;;
}


#nav li {
	float: left;

}

#nav li ul {
	position: absolute;
	left: -999em;
	background: #674c47;
	color: #fff;
	width: 210px;
}

#nav li ul li {
    padding: 5px 0;
	display: block;
	width: 210px;
}

#nav li ul li:hover {
	width: 210px;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
