/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #000000;
	font: normal small strong "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9966;
	padding:0px;
}

h1{
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #ffad5b;
}
h2, h3{
	margin-bottom: 0.7em;
	color: #ffad5b;
	font-family: "Garamond", sans-serif;
}

h1 { font-size: 2.8em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 1.5em;
}

blockquote {
	margin-right: 1.5em;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
		color: #ffad5b;
}

b {
	color: #ffad5b;
	text-decoration: none;
}

b:hover {
		color: #FF6600;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 10;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	background-position: 0% 0%; padding:15px; background-color:transparent; background-repeat:repeat-x; background-attachment:scroll
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 1000px;
	height: 226px;
	margin: 0 auto;
	background: #000000 url('images/sundancebnb.gif') no-repeat;
	position:relative;
	left: 0px;
	top:0px
}

#logo h1 {
	position:absolute;
	top:-15px;
	left:0px;
	text-align: centre;
	letter-spacing: 2px;
	font-size: 10px;
}

#logo h2 {
	position:absolute;
	top:15px;
	left:790px;
	margin: 0;
	text-align: centre;
	font-size: 14px;
	letter-spacing: 1px;
	font-family:"Palatino Linotype", serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#container {
	width: 100%;
	margin: 5px auto;
	border: 1px solid #000000;
	line-height: 130%;
}

#leftnav {
float: left;
width: 140px;
margin: 0;
padding: 0.5em;
}

#leftnav a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#leftnav a:hover {
	background-color: #0A0A0A;
}


#rightnav
{
float: right;
width: 120px;
margin: 0;
padding: 0.5em;
}

#content
{
margin-left: 160px;
border-left: 1px solid #ffad5b;
margin-right: 135px;
border-right: 1px solid #ffad5b;
padding: 0.5em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
border-top:1px solid #ffad5b;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
	
#welcome {
	}

#olist {
	clear: left;
	float: left;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	position:absolute;
	top:240px;
	width: 900px;
	padding: 20px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	position:absolute;
	top:0px;
	left:80px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 2px;
	}
	
#menu li.first {
	background: none;
}

#menu a {

	display: inline;
	width: 200px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #0A0A0A;
}

#menu b {
	display: inline;
	width: 200px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Trebuchet MS", sans-serif;
	font-size: x-small;
	font-weight: bold;
}

#menu b:hover {
	background-color: #0A0A0A;
}