@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bkg_repeat.gif);
	background-repeat: repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	
}



img, div, #header, #maincontent, #content {
	behavior: url(../includes/iepngfix.htc);
}

#header {
	background-image: url(../images/header.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:175px;
	/* background: none;*/
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header.png', sizingMethod='fixed';*/
	
}

#home_button {
	position:relative;
	float:left;
	top:45px;
	left:255px;
	width: 160px;
	z-index: 1002;
	height: 85px;
}
#sm_buttons {
	position:relative;
	float:right;
	top:45px;
	right:5px;
	width: 100px;
	z-index: 1002;
	height: 50px;
}
#header-menu {

}

.menu-center {
	width:275px;
}
.menu-item {
	width:125px;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#C7C386;
}

#header a:link {
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#C7C386;
}

#header a:visited {
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#C7C386;
}

#header a:hover {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#C7C386;
}

#content {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	height:250px;
}

#content-shell {

}

.maincontent {
	background-image:url(../images/header_bottom.png);
	background-repeat:no-repeat;
	background-position: top center;
	height: 100%;
	position:relative;
	padding: 0 10px 0 10px;
	background-color:#FFFFFF;
	margin-bottom:45px;
	line-height:17px;
}

#maincontent P, tr {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#5B3B00;
	vertical-align:top;
}

.forminput {
    border: 2px solid #FEF0EE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#5B3B00;
}

.formsmalltext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#5B3B00;
}

#footer {
	

}

#player	{
	text-align:center;
	position:relative;
	top:10px;
	padding:5px;
	margin-bottom:15px;
	border: double #5B3B00 medium;
	width:500px;
	height:375px;

}