/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	background-color: #000;
	background-repeat : no-repeat;
	background-position : center center;
	background-attachment : fixed; 
	margin:0px;
	padding:0px;
	color:	#FFF;
}

em {
	font-weight:bold;
	font-style:normal;
	color:#999;
}

a {
	color:	#FFF;
	text-decoration:underline;
}
a:hover {
	color:	#CCC;
	text-decoration:underline;
}


h1 {
	font-size: 170%;
	padding:0px 0px 15px 0px;
	margin:0px;
}
p {
	padding:0px 0px 8px 0px;
	margin:0px;
}
img {
	border:0;
}
#container {
	position:absolute;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-250px;
	width:500px;
	height:400px;
	overflow:auto;
	padding:5px;
}
#homepage {
	background-image:url(../imgs/a.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color: #000;
}
#homepage #container {
	margin-top:-200px;
	margin-left:-350px;
	width:700px;
	height:400px;
}
#homepage #right {
	width:300px;float:left;padding-top:185px;
	border-left:1px solid #CCC;
	padding-left:12px;
 }

#homepage #left {
	width:341px;float:left;height:300px;
	padding-right:10px;
	text-align:right;
}

#homelink {
	padding-left:120px;
	padding-top:168px;
}
#navbar {
	width:100%;
	height:45px;
	background-image:url(../imgs/navbg.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	text-align:right;
}

#navbar a {
	color:	#000;
	text-decoration:none;
}

#navbar a:hover {
	color:	#000;
	text-decoration:underline;
}

#navbar ul {
	padding: 0px;
	padding-right:10px;
	margin: 0px;
}

#navbar li {
	display: inline;
}

#navbar a.on {
	color:#999;
}

.navSubscribe {
	border: solid 1px  #999; 
	padding: 1px; 
	margin: 0px 2px 2px 10px; 
	height: 14px; 
	width: 115px;
	font-size: 100%;
}
/* Holly Hack Targets IE Win only \*/* html .navSubscribe{ height: 13px; margin: -1px 2px 0px 10px; } /* End Holly Hack */

.navSubscribeButton {
	border: 0px; 
	padding: 1px 2px 1px 2px; 
	margin: 0px 0px 1px 0px; 
	height: 18px;
	font-size: 100%;
	background-color: #CCC;
	color: #000;
}

/* Holly Hack Targets IE Win only \*/* html .navSubscribeButton { margin: 0px; height: 17px; } /* End Holly Hack */

#flashlogo {
	position:absolute;
	top:0px;
	left:0px;
}
#flashArea {
	width:100%;
	text-align:center;
}
.textscroll {
	width:550px;
	height:300px;
	border-bottom:2px solid #CCC;
	overflow:auto;
}
.textscroll div {
	width:520px;
	padding-bottom:10px;
}

.l {
	float: left;
	width: 170px;
	clear: both;
	text-align: right;
	padding-right:3px;
	font-weight:bold;
}
.r {
	float: left;
	white-space: nowrap;
}
.frthirdParty .l {
	width:300px;
}
.frthirdParty .r, .frthirdParty .l {
	padding-top:15px;
	padding-bottom:15px;
}

form .req {
	font-weight:bold;
	font-size:14px;
	display:inline;
	padding:3px;
}

.formrow {
	height: 22px;
}

#backEp {
	padding-top:10px;
}

.soundBed {
	position:fixed;
	top:50px;
	left:0px;
}
