/* CSS Document */

body {
		background-color: #000000;
		}
		
/*#container      
		{
		font-family: Verdana, Geneva, Arial, sans-serif;
		background-color: transparent;
		text-align: center;
		margin-top: 0px;
		margin-left: -384px;
		position: absolute;
		top: 0px;
		left: 50%;
		width: 768px;
		height: 70px;
		visibility: visible;
		}
*/
#container {
		top: 0px;
		margin-top: 0px;
		width: 768px;
		margin:0px auto;
		background-color:#000000;
		}

#header {
		position: absolute;
		top: 0px;
		width: 768px;
		height: 40px;
		background-color: #000000;
		margin-left: 0px;
		}

#billboard {
		position: absolute;
		top: 40px;
		margin-left: 0px;
		background-color: #CCCCCC;
		width: 768px;
		height: 300px;
		}

#nav {
		position: absolute;
		top: 340px;
		margin-left: 0px;
		background-color: #000000;
		width: 768px;
		height: 38px;
		border-top-width: 1px;
		border-top-color: #1E1E49;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #1E1E49;
		border-bottom-style: solid;
		}

#contentmain {
		position: absolute;
		top: 380px;
		margin-left: 0px;
		background-color: #000000;
		width: 467px;
		height: auto;
		}

#spacer {
		position: absolute;
		top: 380px;
		margin-left: 467px;
		width: 1px;
		/*height: inherit;*/
		}

#sidebar {
		position: absolute;
		top: 380px;
		margin-left: 468px;
		background-color: #000000;
		width: 300px;
		height: 200px;
		}
		
#navbar {
		position: relative;
		margin-left: 0px;
		margin-top: 14px;
		width: 467px;
		height: 10px;
		float: left;
		list-style: none;
		
		text-decoration: none;
		padding: 0px;
		}

		
#navbar ul {
		padding: 0x;
		width: auto;
		background-color: #FF00CC;
		margin-left: 0px;
		}
		
#navbar li {
		margin-right: 16px;
		float: left;
		text-align: center;
		}
		
.contact {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FF9900;
		float: right;
		margin-right: 0px;
		margin-top: 14px;
		}
		
.contact a:link {
 		color: #FF9900;
		text-decoration: none;
		}
.contact a:visited {
 		color: #FF9900;
		text-decoration: none;
		}
.contact a:hover {
 		color: #FFFFFF;
		text-decoration: none;
		}
.contact a:active {
 		color: #FFFFFF;
		text-decoration: none;
		}

.mainnav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FF9900;
		}
		
.mainnav a:link {
 		color: #FF9900;
		text-decoration: none;
		}
.mainnav a:visited {
 		color: #FF9900;
		text-decoration: none;
		}
.mainnav a:hover {
 		color: #FFFFFF;
		text-decoration: none;
		}
.mainnav a:active {
 		color: #FFFFFF;
		text-decoration: none;
		}

.heading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #9A9AE7;
		}

.date {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCFF;
		}
		
.date a:link {
 		color: #CCCCFF;
		text-decoration: none;
		}
.date a:visited {
 		color: #CCCCFF;
		text-decoration: none;
		}
.date a:hover {
 		color: #FFFFFF;
		text-decoration: none;
		}


.normal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #8888C4;
		}

.normal a:link {
 		color: #CC6600;
		text-decoration: none;
		}
.normal a:visited {
 		color: #CC6600;
		text-decoration: none;
		}
.normal a:hover {
 		color: #FFFFFF;
		text-decoration: none;
		}

.linkdescription {
		position: relative;
		text-align: left;
		width: 436px;
		margin-top: 10px;
		margin-left: 0px;
		
		}
	
.linkbox {
		position: relative;
		margin-bottom: 10px;
		width: 436px;
		margin:0px auto;
		height: auto;
		
		/*background: #232323;*/
		}
		
.sidedescription {
		position: relative;
		text-align: left;
		width: 268px;
		margin-top: 10px;
		margin-left: 0px;
		float: left;
		}
	
.sidebox {
		position: relative;
		margin-bottom: 10px;
		width: 268px;
		margin-left: 16px;
		height: auto;
		/*background: #232323;*/
		}
		

		