@charset "utf-8";
/* CSS Document */

@import url(presentation.css);
@import url(music.css);




* {
	margin:0px;
	padding:0px;
}

html, body {
	height: 100%;
	background-color:#1a1817;

}
img {
	border:0px;
}
/* ----- ID's ----- */

#wrapper_body {

	background-image:url(../../_img/bg_cl_x.gif);
	background-repeat:repeat-x;
	background-color:#242c0d;
	
	height:500px;


	margin:auto;
	padding:50px 50px 0 50px;
	width:660px;
}

#wrapper > #wrapper_body {height:auto; min-height:500px;}
	
#wrapper {

	background-image:url(../../_img/bg_cl_x.gif);
	background-repeat:repeat-x;
	background-color:#242c0d;}	
	

#header_wrapper {
	width:660px;
	position:relative;
	height:110px;
	overflow:hidden;
	margin-bottom:20px;
}
#item01 {
	position:absolute;
}
#item02 {
	position:absolute;
	left: 136px;
	top: 20px;
}
#item_03_nav {
	border-bottom:1px solid #55443d;
	border-top:1px solid #55443d;
	position:absolute;
	left: 136px;
	bottom:0px;
	height:38px;
	width:525px;
}
#content_holder {
	position:relative;
	float:left;
}

#content_holder p{
	color:#FFFFFF;
	/*font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;*/}


.content_holder_location_img {
	position:absolute;
	left: -37px;
}

#content_holder_div_pod_01 {
	position:absolute;
	left: 465px;
	top: -15px;
}
#content_holder_div_pod_02 {
	position:absolute;
	left: 465px;
	top: 165px;
}



#content_pod_01 {
position:relative;
	float:left;
	width:460px;
}

/*-------------------------------------FOOTER----------------------------------------*/


#footer_wrapper {
	background-image:url(../../_img/footer_bg_x.gif);
	background-repeat:repeat-x;
	width:100%;
	clear:both;	
	margin:auto;
}
#footer {
	padding:25px 10px 0 10px;
	margin:auto;
	width:660px;
}
.footer_content_wrapper {
	margin-bottom:25px;
}
.footer_headers {
	padding-bottom:7px;
	margin:7px 10px 7px 0;
	border-bottom:1px solid #55443d;
	font-size:14px;
	font-weight:bold;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#9db949;
}
#footer p {
	color:#ede9c4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer a {
	color:#ede9c4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer a:hover {
	color:#9db949;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer_pod_01 {
	float:left;
	width:310px;
}
#footer_pod_02 {
	float:right;
	width:310px;
}
