@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-position:50% 50%;
	height:100%;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #180500;
}
a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: underline;
	color: #330000;
}
#wrapper{
	vertical-align:top;
	padding-left:30px;
	padding-right:30px;
	/*padding-top:40px;
	padding-bottom:20px;*/
	padding-top:40px;
	padding-bottom:0px;
	background-position:100% 70%;
	background-repeat:no-repeat;
	height:100%;
}
.banner{
	background-image:url(../images/banner.jpg);
	height:120px;
}
#btn_bar{
	margin-top:1px;
	background-color:#885E36;
	width:880px;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#btn_bar a:link, #btn_bar a:visited{
	background-color:#885E36;
	width:100px;
	display:table-cell;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	height:20px;
	vertical-align:middle;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
}
#btn_bar a:hover{
	background-color:#663300;
}
#music_player{
	float:right;
	background-color:#885E36;
	height:20px;
	width:70px;
	margin-top:1px;
}
.footer{
	color:#9B8C7F;
	letter-spacing:1px;
	background-image:url(../images/footer_bg.jpg);
	height:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
.footer a:link, .footer a:visited{
	color:#9B8C7F;
	letter-spacing:2px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
p{
	line-height:24px;
	margin-top:5px;
	margin-bottom:25px;
}
h1{
	color:#663300;
	cursor:default;
	font-size:28px;
	border-bottom:solid #663300 1px;
	margin-bottom:30px;
	margin-top:0px;
	width:770px;
}
h2{
	font-size:16px;
	margin-top:0px;
}
h3{
	font-size:12px;
	margin-bottom:0px;
	margin:0px;
}