@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	background-color: #D9A04E;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#content {
	position:relative;
	z-index:1;
}
/*links*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/********************************/

/* Navigation */
.nav {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav li {
	line-height: 30px;
	color: #FBC926;
	font-size: 16px;
	text-decoration: none;
	list-style-type: none;
}
.nav li a:link {
	line-height: 30px;
	background-image: url(images/but-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #808080;
	font-size: 16px;
	text-decoration: none;
}
.nav li a:visited {
	line-height: 30px;
	background-image: url(images/but-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #808080;
	font-size: 16px;
	text-decoration: none;	
}
.nav li a:hover {
	line-height: 30px;
	background-image: url(images/but-02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
.nav li a:active {
	line-height: 30px;
	background-image: url(images/but-03.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #FBC926;
	font-size: 16px;
	text-decoration: none;
}
/* Music div */
.music {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*body text*/
.bdtext {
	color: #FFFFFF;
	width: 400px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.bdtext h1 {
	color: #FBC926;
	text-decoration: underline;
	font-size: 16px;
}
.bdtext a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.bdtext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.bdtext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bdtext a:active {
	color: #FFFFFF;
	text-decoration: underline;
}