/* main */

* {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

body {
	background-color: #333333;
}

#wrapper {
	text-align: center;
}

#main {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	color: #999999;
}

p, li {
	margin-bottom: 10px;
	line-height: 150%;
	color: #666666;
}

a {
	color: #666666;
}

ul {
	margin-left: 20px;
}

.error {
	color: #FF0000;
}

/* header */

#header {
	width: 955px;
	height: 82px;
	background-color: #aca000;
}

#header h1 {
	float: left;
	width: 223px;
	height: 65px;
	margin: 5px 50px;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 223px;
	height: 65px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}

#header #quote {
	float: right;
	width: 580px;
	margin: 40px 40px 0 0;
	text-align: right;
	font-family: courier;
	color: #ffffff;
}

#banner {
	height: 183px;
}

#banner .photos {
	float: left;
	width: 701px;
	height: 183px;
	margin: 0;
}

#banner .photos img {
	margin: 0;
}

#banner .photo,
#banner .square {
	float: left;
	margin: 0;
}

/* navigation */

#nav {
	position: absolute;
	margin-top: -28px;
	z-index: 99;
}

#nav ul {
	list-style-type: none;
	margin-left: 30px;
}

#nav ul li {
	float: left;
	padding: 0 20px;
	background: url(../images/sep.gif) no-repeat right;
}

#nav ul li a {
	font-size: 18px;
	color: #cccccc;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;
}

#nav ul li a:hover,
#nav ul li a.active {
	color: #ffffff;
}

/* content */

#content {
	float: left;
	width: 640px;
	padding: 30px 10px 30px 50px;
}

#sidebar {
	float: right;
	width: 224px;
	min-height: 200px;
	padding: 20px 20px 200px 10px;
	margin-bottom: 20px;
	background: #d1d2d4 url(../images/sidebar.gif) no-repeat bottom;
}

#content-end {
	clear: both;
}

/* menu */

.menu {
	border-top: 1px solid #000000;
	padding: 2px 0;
}

.menu h3 a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	height: 18px;
	padding-left: 10px;
	background: url(../images/menu-arrow.gif) no-repeat top left;
}

.menu h3 a:hover,
.menu h3 a.active {
	color: #000000;
	background-position: bottom left;
}

.menu-items {
	display: none;
}

.menu-veg {
	margin-top: 20px;
	font-size: 11px;
}

/* footer */

#footer {
	padding: 20px 50px;
	color: #cccccc;
	background-color: #333333;
}

#footer a {
	color: #cccccc;
}