/*============================= Basic Tags =================================*/

html {
	background-color: #977959;
	background-image: url(../gfx/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment:fixed;
	min-height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 16px;
	color: black;
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 555px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	background: #5d302c;	
}

.clear {
	clear: both;
}

h4 {
	text-align: center;
}

/*============================= Title Bar =================================*/

#title {
	height: 70px;
	position: relative;
}

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

#title h1 a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 52px;
	width: 344px;
	float: left;
	text-indent: -2000em;
	background: url(../gfx/logo.jpg) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover {
	background: url(../gfx/logo.jpg) 0 -52px no-repeat;
}

#title h2 {
	margin: 0;
	padding: 6px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

#title h2 a {
	display: block;
	width: 200px;
	float: right;
	color: white;
	text-decoration: none;
	outline: none;	
}

#title h2 a:hover {
	text-decoration: underline;
}

/*============================= Banner =================================*/

#ban_holder {
	position: relative;
	height: 170px;
}

#banner {
	clear: both;
	width: 640px;
	height: 160px;
	border: 5px solid white;
	position: absolute;
	left: -47px;
	background: white;
}


/*============================= Content =================================*/

#sidebar {
	width: 180px;
	padding: 10px 10px 0 10px;	
	float: right;
	text-align: center;
}

#sidebar a img {
	margin-bottom: 10px;
	border: 1px solid white;
}

#sidebar a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);	
}

ul#home {
	margin: 0;
	padding: 0;
}

ul#home li {
	list-style: none;
	margin-top: 20px;
}

ul#home li span {
	font-weight: bold;
	display: block;
	height: 42px;
	line-height: 42px;
}

#error {
	color: red;
	background: #ccc;
	padding: 20px;
	margin-bottom: 20px;
	border: 2px solid #666;
}

#content {
	width: 100%;
	float: left;
	margin-right: -200px;
}

#copy {
	margin-right: 200px;
	border-right: 5px solid white;
	background: url(../gfx/copy_bg.jpg);
	padding: 10px 20px 80px 25px;
	min-height: 400px;
}

#map {
	height: 400px;
	border: 1px solid #5d302c;
	color: #666;
}


#howlong {
	border: 1px solid white;
}

#howlong th {
	background: #378bcd;
	padding: 5px 10px;
	border-bottom: 1px solid white;
	
}

#howlong td.odd {
	background: #bcc573;
	text-align: center;
	padding: 5px 10px;	
	
}

#howlong td.even {
	background: #c6c547;
	text-align: center;
	padding: 5px 10px;	
		
}



/*============================= Navigation =================================*/

#nav {
	position: relative;
	height: 30px;
	border-bottom: 5px solid white;
}

#nav ul {
	padding: 0;
	margin: 0;
}


#nav li {
	list-style: none;
	white-space: nowrap;
	float: left;
}

#nav li a {
	color: #fff;
	font-size: 120%;
	display: block;
	width: 111px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}

#nav li.what a {
	background: #ed793e;
}

#nav li.what a:hover, #nav li.what a.selected {
	background: #f9996d url(../gfx/arrow.gif) center bottom no-repeat;
}

#nav li.cost a {
	background: #359e2f;
}

#nav li.cost a:hover, #nav li.cost a.selected {
	background: #60b45d url(../gfx/arrow.gif) center bottom no-repeat;
}

#nav li.party a {
	background: #417eae;
}

#nav li.party a:hover, #nav li.party a.selected {
	background: #6d9dc9 url(../gfx/arrow.gif) center bottom no-repeat;
}

#nav li.specials a {
	background: #d1b547;
}

#nav li.specials a:hover, #nav li.specials a.selected {
	background: #e1ca74 url(../gfx/arrow.gif) center bottom no-repeat;
}

#nav li.togo a {
	background: #5a141a;
}

#nav li.togo a:hover, #nav li.togo a.selected {
	background: #81474e url(../gfx/arrow.gif) center bottom no-repeat;
}

/*============================= Footer =================================*/

#footer {
	border-top: 5px solid white;
	text-align: right;
	height: 70px;
	background: #5d302c;	
	color: white;
}


#footer ul {
	padding: 0;
	margin: 0;
	float: right;
}


#footer li {
	list-style: none;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	padding: 0 10px;	
}

#footer li a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
}


#footer .selected, #footer a:hover
{
	text-decoration: underline;
}



