﻿html
{
	height: 100%;
}

img
{
	border: 0px;
}

body
{
	background-color: black;
	/*background: url(img/background.jpg);*/
	margin: 0px;
	padding:0px;
	font: x-small Verdana;
	color: white;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: #000CCC;
}

div
{
	border: 0px solid black;
}

.smoothGallery
{
position:relative;
z-index:1;
} 



#slideshowHome
{
width: 509px !important;
height: 339px !important;
position:relative;

margin: auto;
} 

#container
{
	border: 0px solid black;
	width: 800px;
	height: 600px;
	position: absolute;
	background: url(img/bg.jpg);
	background-repeat: no-repeat;
	padding: 18px;
	top:50%;
	margin-top:-318px;
	margin-left:-418px;
	left: 50%;
}

#header
{
	height: 145px;
	width: 100%;
	background-color: black;
	position:relative;
	background: url(img/header.jpg);
	background-repeat: no-repeat;
}

#main
{
	height:455px;
	width: 800px;
	background: url(img/main.jpg);
}
#main_blank
{
	height:455px;
	width: 800px;
	background: url(img/main.jpg);
}

#headline
{
	width: 67px;
	bottom: 0px;
	right: 0px;
	position:absolute;
}

#newsticker
{
	width: 720px;
	left:0px;
	height:15px;
	bottom: 0px;
	position:absolute;
	font-weight: bold;
}

#nav
{
	width: 150px;
	float:left;
	height: 400px;
	position:relative;
	z-index:4;
}

#content
{
	width: 398px;
	height: 370px;
	margin-left: 35px;
	margin-top: 45px;
	float:left;
	/*margin-top:10px;*/
	/*background-color: black;*/
	/*border: 1px solid silver;*/
	overflow: auto;
        overflow-x: hidden;
        text-align:left;
}


#content_blank
{
	width: 530px;
	height: 360px;
	margin-left: 55px;
	margin-top: 55px;
	float:left;
	/*margin-top:10px;*/
	/*background-color: black;*/
	/*border: 1px solid silver;*/
	overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position:relative;
    text-align:left;
}

#sidebar
{
	width: 113px;
	height: 340px;
	margin-top: 45px;
	margin-right:35px;
	float:right;
	/*border: 1px solid silver;*/
}


.subnav
{
	display:none;
	position:absolute;
	top: 25px;
	left: 140px;
	background-color: black;
	z-index:9999;
}


.subnav td
{
	background-color:black;
	border:1px solid silver;
	white-space: nowrap;
	font: x-small Verdana;
	color: white;
        padding:5px;
}

.nav1st
{
	position:relative;
}

#musiccontrols
{
	position:relative;
	bottom:20px;
	left:0px;
	width:50px;
	clear:both;
	float:left;
}

#linkbox
{
	position:relative;
	bottom:15px;
	right:0px;
	width:250px;
	float:right;
	text-align:right;
	display:none;
}
