/* CSS Document */

body {
	background:#000 url(images/bg.jpg) top center no-repeat fixed;
	font:"Times New Roman", Times, serif;
}
.container {
	width: 100%;
	height: 100%;
	background-color:transparent;
	position:relative;
	margin:auto;
}
.page {
	margin: 100px auto 0px auto;
	position:relative;
	background-color:transparent;
	width: 804px;
}
.header {
	background:transparent;
	margin:0px;
	height: 59px;
	width:804px;
} 
.content {
	margin: 0px;
	position:relative;
	background:transparent url(images/box_bg.png) center center repeat-y;
	width: 804px;
	min-height: 448px;
}
.footer {
	margin: 0px;
	background: transparent url(images/box_ft.png) center center no-repeat;
	height:20px;
	width:804px;
}
/*TEXT FORMATING*/
p {
	color:#808080;
	font-size:12px;
	text-align:left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
h1 {
	color:#830000;
	font-size:18px;
	text-transform:none;
	padding: 0px 0px 0px 10px;
	margin:0px;
}
center {
	text-align:center;
	}
/*BOTTOM MENU*/
.menu {
	background:transparent; 
	width: 804px;
	margin:0px 0px;
}

.menu ul{
	width:804px;
	background:transparent;
	padding: 0px;
	position: inherit;
	margin:0px;
	text-align: left;
}

.menu ul li{
	display: inline;
}

.menu ul li a {
	color: #808080;
	font-size:18px;
	text-transform: uppercase;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	text-decoration: none;
}

.menu ul li a:hover{
	color: #830000;
}
.center {
	text-align: center;
}
/*NON-FLASH FORMATING*/
#flashcontent {
	background:#000;
	height: 410px;
	width: 675px;
	margin:15px 64px 0px 64px;
	border:2px solid #333333;
	}
.flashobject {
	margin:auto;

	}
/*MUSIC PLAYER*/
.musicplayer {
	float:right;
	}
/*FORMS*/
.form {
	width: 50%;
	color:#999;
	font-size:14px;
	text-align:center;
	margin: 0px;
	padding:10px;
	float:left;
}


.form p {
	color:#999;
	font-size:14px;
	text-align:center;
	}
.form h1 {
	color:#830000;
	font-size:18px;
	text-align:center;
	}
	
img.floatright {
	float:right;
	padding:0px 30px;
	}
.clear {
	clear:both;
	height:0px;
	}