body {
	text-align:center;
	background-color: #000000;
	font-family: arial;	
	background-image: url('../img/bg_widescreen_01.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

#wrap {
	width:610px;
	margin:0px auto;
	margin-top: 30px;
	text-align:left;
	color: #fff;
	z-index: 1004;
}

#wrap-content {
	position:relative;
	margin-top: 14px;
	color: #fff;
	font-family: Georgia;
	font-size: 16px;
}

#footer {
	position:relative;
	margin:0px auto;
	margin-top: 240px;
	text-align:center;
	color: #fff;
	font-size: 12px;
	width: 610px;
}

ul#navbar {
position: absolute;
list-style:none;
margin: 0;
margin-left: 0px;
margin-top: 58px;
padding: 0px;
height: 25px;
width:610px;
}

ul#navbar li {
float:left;
margin: 0 4px;
height: 24px;
top: 1px;
text-align: center;
z-index: 10;
}

ul#navbar li a{
color: #fff;
text-decoration: none;
}

ul#navbar li a:hover{
color: #444;
}

#main {
	position:absolute;
	margin-top: 100px;
	margin-left: 4px;
	width: 610px;
}

#breadcrumbs{
	font-size:14px;
}

#content-box1 {
	float:left;
}

#content-box2 {
	float:right;
	margin-right: 60px;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;  
}

.header-title {
font-family: Georgia;
font-size: 24px;
font-weight:bold;
text-decoration:underline;
font-style: italic;
color: #fff;
}

div {
border: 0px solid #fff;
}

#media_wrap ul{
	list-style: none;
	#margin: 0px auto;
	margin: 0;
	padding: 10px 0 0 0;
	height: 120px;
	
}
#media_wrap ul li{
	float: left;
	margin: 5px 5px;
	height: 100px;
	text-align: center;
	position: relative;
	width: 100px;
	border: 1px solid white;
	top: 1px;
	background: rgb(128, 128, 128);
}

#media_wrap ul li a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: white;
	font: 14px Arial, sans-serif;
	vertical-align: bottom;
}



#media_wrap ul li :hover{
	display: block;
	height: 100%;
	text-decoration: none;
	color: white;
	font: 14px Arial, sans-serif;
	vertical-align: bottom;
	background-color: #333;
}

#media_pictures ul {
	list-style: none;
	#margin: 0px auto;
	margin: 0;
	padding: 10px 0 0 0;
	height: 162px;
}

#media_pictures ul li{
	float: left;
	margin: 5px 5px;
	height: 100px;
	text-align: center;
	position: relative;
	width: 100px;
	border: 1px solid white;
	top: 1px;
	background: rgb(128, 128, 128);
}

#media_pictures ul li a{
	display: block;
	height: 100%;
	text-decoration: none;
	color: white;
	font: 14px Arial, sans-serif;
	vertical-align: bottom;
}

#media_pictures ul li a img {
	border: 0px;
}

#media_pictures ul li a:hover{
	border: 1px solid white;
	height: 106px;
	width: 106px;
	margin-top:-3px;
	margin-left: -3px;
}








