@charset "UTF-8";

body {
	text-align: center;
	background-color: #02021E;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:100px;
	z-index:1;
	visibility: visible;
}
#mainContent {
	position:absolute;
	left:0px;
	top:110px;
	width:720px;
	height:480px;
	z-index:2;
	visibility: visible;
}
#leftNav {
	position:absolute;
	left:0px;
	top:600px;
	width:150px;
	height:735px;
	z-index:3;
	text-align: left;
	padding-top: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #09F;
	visibility: visible;
}

#leftNav a {
	color: #0098FF;
	font-family: georgia;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	line-height:30px;
	letter-spacing: 0.1em;
	}
	
#leftNav a:hover {
	color: #99CCFF;
	font-family: georgia;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	line-height:30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
	letter-spacing: 0.1em;
	}
	
#centerContent {
	position:absolute;
	left:160px;
	top:600px;
	width:330px;
	z-index:4;
	text-align: left;
	visibility: visible;
}
#rightContent {
	position:absolute;
	left:500px;
	top:600px;
	width:200px;
	height:990px;
	z-index:5;
	visibility: visible;
}

#container {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

#center_element {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#center_element2 {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}

#footer {
	position:absolute;
	left:0px;
	top:1950px;
	width:720px;
	height:25px;
	z-index:6;
	padding-bottom: 75px;
	padding-top: 10px;
	visibility: visible;
}

#siteMeter {
	position:absolute;
	left:275px;
	top:1550px;
	width:100px;
	height:20px;
	visibility: visible;
}

.subHeader {
	font:16px georgia;
	color: #09F;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:20px;
	}	
	
.subHeader2 {
	font:16px georgia;
	color: #0098FF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
	}	
	
.bodyText {
	font:12px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}

.bodyText2 {
	font:12px arial;
	color:#0066CC;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

.bodyText3 {
	font:11px arial;
	color:#09F;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.bodyText4 {
	font:12px arial;
	color:#09F;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.abouttxt { 
	font-family: arial, helvetica, sans-serif;
	color:#0098FF;
	font-size: 12px;
	line-height: 14px;
	}

.abouttxt2 { 
	font-family: arial, helvetica, sans-serif;
	color:#990000;
	font-size: 12px;
	line-height: 14px;
	}
	
.mvideo {
	font:11px century gothic, arial, helvetica, sans-serif;
	color: #990000;
	letter-spacing:.1em;
	line-height:16px;
	}

.timecode {
	font-family: arial, helvetica, sans-serif;
	color:#0066CC;
	font-size: 9px;
	line-height: 10px;
	}
	
.timecode a {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #0098FF;
	font-weight:bold;
	text-decoration: none;
	line-height:10px;
	letter-spacing: 0.1em;
	}
	
.timecode a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	line-height:10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
	letter-spacing: 0.1em;
	}

