@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 85%;
}

#wrapper {
	position: relative;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../assets/nav-bg.gif) repeat-y top left;
}

#header h1 {
	margin-left: -9000px;
}

h2 {
	color:#CC6600;
}

#clear {
	clear: both;
}
/*-- main navigation --*/
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
	list-style: none;
	}
#header ul li {
	float: left;
}
#header ul a {
	padding: 0 1.6em;
	font-size: 14px;
	line-height: 1.6em;
	text-decoration: none;
	color: #cc6600;
	float: left;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#header ul a:hover {
	color: #FFCC33;
}

/*------ position container elements--------*/

#header {
	position: relative;
	background: #fff url(../assets/sundown-header.png) no-repeat top left;
	height: 161px;
}

#content {
	float: right;
	width: 400px;
	background: #FFFFFF;
	text-align: left;
	line-height: 1.5;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#content ul li {
	float: left;
	list-style: none;
	padding-right: 1em;
}

#sidebar {
	float: left;
	width: 100px;
	height: 300px;
	color: #CC6600;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 80px;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar a {
	color: #cc6600;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000000;
}
.quote {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-style: italic;
	line-height: 1.25em;
	color: #000000;
}

#contact {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 94px;
	text-align: center;
	line-height: 1.5em;
	background-color: #CC6600;
	background-image: url(../assets/nav-scroll.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
}
#contact a {
	color: #000000;
	text-decoration: none;
}
#contact a:hover {
	color: #FFCC33;
}

#footer {
	color: #FF9900;
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000000;
	height: 20px;
	padding-top: .5em;
}
h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-style: italic;
}
#content a {
	color: #000000;
	text-decoration: none;
	padding-top: 1em;
}
#content a:hover {
	color: #CC6600;
}

