@charset "UTF-8";
#container{width:100%; min-width:1000px;}
#col1 {
	float: left;
	width: 50%;
	min-width:400px;
}
#col2 {
	float: right;
	width: 40%;
	min-width:350px;
}

#header {
	text-align: center;
	height: 180px;
	width: 100%;
}
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#sidebar {
	text-align: center;
	float: left;
	width: 125px;
	margin-top: 0px;
	display:block;
}
#player {
	height:50px;
	width:125px;
	margin-top:120px;
	margin-bottom:10px;
}

#main {
	float: left;
	width:85%;
	display:block;
	min-width: 825px;
}

#main-holder {
	border: 8px solid #004081;
	display:block;
}

.page-title {
	background: #004081;
	display: block;
	padding-bottom: 5px;
}

#content {
	padding: 20px;	
}

#home-bottom {
	clear:both;
	width: 100%;
}

#footer {
	text-align: center;
	width: 100%;
	clear:both;
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer a:active {
	color:#990000;	
}

#main-menu ul{
	margin:0px;
	padding:0px 0px 10px 5px;
}
#main-menu ul li{
	margin:0px;
	padding:0px;
	list-style: url(none) none;
}
#main-menu ul li a:link, #main-menu ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#aaeaff;
	height:21px;
	width:115px;
	padding-top:16px;
	background: url(/images/menu_css.jpg) no-repeat 0px 0px;
	text-align: center;
	list-style: none;
	display: block;
	overflow: hidden;
}

#main-menu ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:14px;
	color:#00ffcc;
	height:21px;
	width:115px;
	padding-top:16px;
	background: url(/images/menu_css.jpg) no-repeat 0px -37px;
	text-align: center;
	font-weight: bold;
	list-style: none;
	display: block;
	overflow: hidden;
}

.secItem {
	padding-bottom:20px;
}

#col2 table {
	font-size: 13px;
}

.galleryList {
	font-size: 14px;
	color: #FFFFFF;
}
.galleryPhotos {
	font-size: 14px;
	color: #FFFFFF;
	width:650px;
	margin: 10px auto;
}
.galPhotoHolder{
	float:left;
	width:158px;
	height:138px;
	text-align:center;
	margin-bottom: 10px;
	background: url(/images/gal_bg.jpg) no-repeat;
}
.galPhoto {
	width:100px;
	text-align:center;
	height: 66px;
	margin-top: 35px;
	overflow: hidden;
}

