@charset "utf-8";
/* CSS Document */

body {
	background-color: #61442d;
	margin: 0px;
	background-image: url(images/closeup_bg.jpg);
	background-repeat: no-repeat;
}

#container {
	display: block;
	position: relative;
	height: 900px;
	width: 1024px;
	margin-left: 128px;
	z-index: 1;	
}


/* CSS Document */


/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dl-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
 a, a:visited, a:hover, a:active, a:focus {font-weight:normal; outline:0;}

 #navbar {
	position:absolute;
	width:528px;
	background:url(images/nav1.png) repeat-x left top;
	padding-left:3px;
	overflow:hidden;
	left: -65px;
	top: 418px;
}
 dl.menu {width:225px; float:left; margin:-32700px -150px 0 0; background: url(images/nav1.png) no-repeat left bottom;}
 dl.menu a {
	display:block;
	height:25px;
	color:#fff;
	font:normal 11px/25px verdana, sans-serif;
	text-decoration:none;
	text-align: center;
}
 
 dl.menu dt {float:left; padding:0; margin:32700px 0 0 0; position:relative; z-index:50;}
 dl.menu dt a {background:transparent; width:75px;}
 dl.menu dt a:hover,
 dl.menu dt a:focus,
 dl.menu dt a:active
 {margin-right:1px; background:url(images/nav2op.jpg) no-repeat left top;}
 
 dl.menu dd {float:left; padding:25px 0 0 0; margin:-25px 0 0 0; position:relative; z-index:10; background:url(images/nav2op.jpg) no-repeat left top;}
 dl.menu dd a {background:#666;width:150px;}
 dl.menu dd a:hover,
 dl.menu dd a:focus,
 dl.menu dd a:active
 {margin-right:1px; background:#ccc; color:#000;}
 

#content_bg {
	display: block;
	height: 219px;
	width: 387px;
	position: absolute;
	left: 375px;
	top: 509px;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index: 1;
	background-color: #ffffff;
	background-image: url(images/content_bg.jpg);
}
#content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	display: block;
	height: 415px;
	width: 339px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: -15px;
	top: 445px;
	z-index: 5;
	
}
.indent {
	margin-left: 25px;
}

#content_audio_right {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	display: block;
	height: 224px;
	width: 377px;
	position: absolute;
	left: 381px;
	top: 519px;
	z-index: 5;
	text-align: center;
	
}
#content_audio_right a:link {
	color: #61442d;
}
#content_audio_right a:visited {
	color: #61442d;
}
#content_audio_right a:hover{
	color: #d94b08;
}



.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:  #C93;
	display: block;
	padding: 10px;
	height: 10px;
	width: 462px;
	position: absolute;
	left: 1px;
	top: 856px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C93;
	
}
#footer a:link {
	color: #C93;
	text-decoration: none;
}
#footer a:visited {
	color: #C93;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}

