/* Body */

body {
	padding: 0px;
	margin: 0 auto;
	background: #000000;
	color: #D2D2D2;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}

/* Generic IE-only Hack */
* html body {
	margin: 0;
	padding: 0;
}

/* Links */

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

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

a:active {
	color: #FF7F00;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:focus {

}

/* Paragraph, Code, Blockquote */

p {
	text-align: justify;
}

blockquote {
}

/* Headings */
h1 { font-size: 1.2em; }
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Header */

#header {
	width: 980px;
	height: 209px;
	margin: 0 auto;
	padding: 0px 20px 0 20px;
}

/* Footer */

#footer {
	margin-top: 40px;
	padding: 10px;
	height: 40px;
	background: #000000;
	color: #FFFFFF;
	border-top: #FF7F00 solid 1px;
	border-bottom: #FF7F00 solid 1px;
	text-align: center;
	font-size: 16px;
}

/* menu */

#menu_bar {
	background: url(images/menu_stripe.jpg) repeat-x;
	height: 49px;
}

#menu {
	margin: 0 auto;
	width: 980px;
}

#menu ul {
	margin: 0 auto;
	list-style: none;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 175px;
	height: 20px;
	margin-left: 0px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	color: #D2D2D2;
}

#menu a:hover {
	color: #FF7F00;
}

#menu .active a {
}

/* Bread Bar */

#bread {
	margin: 0 auto;
	background: url(images/bread_bar.jpg) no-repeat;
	width: 900px;
	height: 30px;
	padding-top: 2px;
	text-align: center;
}

#bread_status {
	color: #3C3C3C;
	font-size: 18px;
}

/* Floats */

#right_bar {
	float: right;
	width: 250px;
	/*border-left: #D2D2D2 solid 1px;*/
	border-right: #D2D2D2 solid 1px;
	height: 600px;
	padding: 20px 20px 0px 10px;
	text-align: center;
}

#text {
	float: left;
	width: 645px;
	border-left: #D2D2D2 solid 1px;
	height: 600px;
	padding-left: 28px;
	text-align: center;
}

#text_wide {
	width: 950px;
	border-left: #D2D2D2 solid 1px;
	border-right: #D2D2D2 solid 1px;
	height: 600px;
	padding-top: 25px;
	padding-left: 28px;
	text-align: center;
}

/* Content */

#content {
	margin: 0 auto;
	padding-top: 25px;
	width: 980px;
	height: 600px;
}

#content_wide {
	margin: 0 auto;
	padding-top: 25px;
	width: 980px;
	height: 600px;
}

#player_wrapper {
	margin: 0 auto;
	padding-top: 55px;
	width: 980px;
	height: 600px;
	text-align: center;
}

/* Book online -> Form */

#list_details {
	list-style: none;
	padding-left: 0px;
}

#list_details li {
	padding-bottom: 5px;
}

#list_message {
	list-style: none;
	padding-left: 0px;
}

#list_message li {
	padding-bottom: 5px;
}

/* Prices -> price list */

#list_prices {
	list-style: none;
	text-align: center;
	color: #FF7F00;
	font-size: 1.2em;
}

/* Misc -> Signature */

#sig {
	padding-left: 500px;
}

/* Misc -> Get directions */

#gd {
	text-align: center;
	color: #FF7F00;
	text-decoration: none;
}

/* Misc -> Images */

img {
	border: 0px;
}

/* Alerts */

.alert {
	color: #FF7F00;
}

/* Center Text*/

.center_text {
	text-align: center;
}