/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #250000;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-image: url(../images/bgPage-btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	width: 780px;
	text-align: left;
	background-image: url(../images/bgPage-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
#container2 {
	width: 780px;
	text-align: left;
	background-image: url(../images/bgPage-top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
.content {
	padding-top: 40px;
	margin-left: 212px;
	margin-right: 60px;
	display: block;
	font-size: 150%;
}

.content2 {
	margin-left: 212px;
	margin-right: 60px;
	display: block;
}

.player {
	margin-left: 0px;
	margin-right: 60px;
	display: inline;
	float: right;
	border: medium solid #CEA54D;
}

.footer {
	margin-left: 212px;
	margin-right: 60px;
	display: block;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bottom {
	background-image: url(images/bg-btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.copyright {
	font-size: x-small;
	text-align: center;
}
a:link {
	color: #F1E1BF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #AD813C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #AD813C;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}

.menu {
	position: absolute;
	left: 47px;
	top: 306px;
}

.menu a:link {
	color: #F1E1BF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:visited {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: underline;
	color: #AD813C;
	font-weight: bold;
}
.menu a:active {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}

.copyright a:link {
	color: #AD813C;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:visited {
	text-decoration: none;
	color: #AD813C;
	font-weight: bold;
}
.copyright a:hover {
	text-decoration: underline;
	color: #F1E1BF;
	font-weight: bold;
}
.copyright a:active {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}

.footer a:link {
	color: #AD813C;
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited {
	text-decoration: none;
	color: #AD813C;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #F1E1BF;
	font-weight: bold;
}
.footer a:active {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}

.imgBrd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gallery {
	border: medium solid #D9AC51;
}