/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#672424;
}
body {
	background: #672424 url(images/background_x.jpg) repeat-x left top;
}
#page {	
	background: url(images/header2.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#wrap {
	width:700px;
	margin:0 auto;
	background:none;
}
a {
	color:#FFFF33;
	text-decoration: none;
}	
#header {
   	padding:0;
	margin:0;
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	color: #E0E3E9;
	font: 75.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: right;
	margin-top: 240px;
	height: 30px;
	background: #2D3138;
}
#header p {
	margin: 0;
	margin-right: 20px;
	padding:0;
	padding-top:5px;
}
#header a {
	color: #ccc;
}
#header a:hover {
	color: #fff;
}
#header object {
	float: left;
	border-right: solid 3px #fff;
}
h1 {
    margin:0;
}
#content {
	background: #2D3138;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
} 
#main {
	color: #000;
	font-family:"Times New Roman", Times, serif;
        font-size:14px;
	float:right;
	width:510px;
	padding:10px;
	background: url(images/main_back.jpg) repeat left top;
}
#main a {
	color: #990000;
}
#main a:hover {
	color:#B78E8E;
}
#main .right {
	margin: 5px;
	float: right;
}
#main .left {
	margin: 5px;
	float: left;
}
#main #contact_head {
      background-image:url(images/contact_head.png);
      background-repeat:no-repeat;
      height:63px;
}
#main #bio_head {
      background-image:url(images/bio_head.png);
      background-repeat:no-repeat;
      height:63px;
}
#main #home_head {
      background-image:url(images/home_head.png);
      background-repeat:no-repeat;
      height:63px;
}
#main #media_head {
      background-image:url(images/media_head.png);
      background-repeat:no-repeat;
      height:63px;
}
#main #tour_head {
      background-image:url(images/tour_head.png);
      background-repeat:no-repeat;
      height:63px;
}
#main h2 span {
      display: none;

}
h2 {
	margin:0 0 1em;
}
#sidebar {
	float:left;
	width:150px;
	padding:0;
}
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 164px;
}
#menu dt {
	font: 75.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu dt a {
	background: #2D3138;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu #selected a {
	color: #fff;
	background: #4B4E53;
	/*color:#00FF33;*/
}
#menu #selected a:hover {
	background: #4B4E53 url("images/hover.gif") left center no-repeat;
}
#menu a:hover {
	background: #4B4E53 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#footer {
	font: 75.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #ccc;
	clear:both;
	padding:5px 10px;
	background:#2D3138;
}
#footer p {
	text-align:center;
	margin:0;
}
#footer ul {
        list-style:none;
        text-align:center;
}
#footer li {
        display:inline;
        padding:0 5px;
}

#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
* html #footer {
	height:1px;
}
img {
	margin:0;
}