@charset "UTF-8";
/* CSS Document */

body { margin: 0; padding: 0; background: #000 url(img/body_bg.jpg) repeat-x; font-family: Arial; }
html, body { height: 100%; text-align: center; }

#wrap {
	width: 900px;

	margin: auto;
	background: #F9E9D1 url(img/header.jpg) no-repeat;
}


#header {
	width: 900px;
	height: 110px;
}

#nav ul {
	margin: 33px 5px 0 6px;
	float: right;
}

#nav ul li {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	text-transform: uppercase;
	float: left;
}

#nav ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px 7px 5px 7px;
	
}
#nav ul li a:hover {
	background: #861600;
	color: #FFF;
}

#nav .current {
	background: #861600;
	color: #FFF;
}

#content_wrap {
	width: 880px;
	padding: 10px;
	margin: auto;
	text-align: left;
}

div#content_wrap {
overflow:auto;
}
* html div#content_wrap {
overflow:visible;
}


#content_right {
	width: 322px;
	background: #FFF;
	float: right;
	display: inline;
}

#front_pics {
	background: #FFF;
	width: 300px;
	height: 200px;
	padding: 10px;
	border: 1px solid #CCC;
}

#mediaplayer_button {
	background: url(img/open_player.jpg);
	width: 320px;
	height: 28px;
	border: 1px solid #CCC;
	border-top: none;
}
#mediaplayer_button:hover {
	background: url(img/open_player_over.jpg);
	cursor: pointer;
}

#latest_box {
	width: 320px;
	border: 1px solid #CCC;
	border-top: none;
	padding: 0 0 10px 0;
}

#latest_box h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #900;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin: 0;
}

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

#latest_box ul li {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 10px 0 5px;
	text-indent: 10px;
}

#latest_box ul li a {
	color: #000;
	display: block;
	text-decoration: none;
}
#latest_box ul li a:hover {
	background: #E1E1E1;
}

#latest_box .grey {
	color: #999;
}


#content_left {
	width: 530px;
	float: left;
	display: inline;
}

div.content {
	padding: 10px;
}

div.content p {
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
}

.red {
	text-transform: uppercase;
	color: #900;
}
div.content table {
	margin: 0 0 0 10px;
}
div.content table td {
	font-size: 12px;
	height: 20px;
}

div.content h1 {
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	color: #900;
	margin: 0 0 5px 0;
	padding: 0;
}
div.content h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #900;
	margin: 20px 0 15px 0;
	padding: 0;
}
div.content h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #900;
	margin: 10px 0 -10px 0;
	padding: 0;
}

div.content a {
	color: #000;
	text-decoration: none;
}
div.content a:hover {
	color: #666;
}

#guestbook_form input {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
}

.studiopic {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 5px;

}

.studiopic:hover {
	background: #900;
	cursor: pointer;
}
	
.news { min-height: 140px; overflow: auto; }
* html div.news { height: 140px; }
div.news {padding: 10px; margin: 3px; position: relative; clear: both; }
div.news {
overflow:auto;
}
* html div.news {
overflow:visible;
}

div.news h1 {
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	color: #900;
	margin: 0 0 5px 0;
	padding: 0;
}

div.news h2 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0 15px;
}

div.news p, .news p{
	font-size: 12px;
	padding: 0 10px 0 15px;
	line-height: 18px;
}

div.news img:hover {
	background: #900;
	cursor: pointer;
}
div.news a img {
	border: 5px solid #FFF;
	margin: 10px 15px 0 10px;
}
/*# html div.news a img {
	padding: 10px;
}*/
div.news a.news_img {
	color: #000;
}

div.news a.news_img:hover {
	border-color: #900;
}
div.news a:hover img {
	border-color: #900;
}

.news a {
	color:	#900;
}



#footer {
	height: 120px;
	margin: auto;
	width: 900px;
	background: #333;
	position: relative;
	text-align: left;
}

#footer_copyright {
	padding: 20px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

#footer_copyright a {
	padding: 0 0 0 10px;
	color: #666;
}

#footer_copyright .mediaboogie {
	position: absolute;
	right: 10px;
	top: 35px;
	width: 100px;
	height: 50px;
}

#footer_copyright .mediaboogie a, img {
	margin: 0;
	padding: 0;
	border: none;
}
