body, html {
	margin:0;
	padding:0;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align:justify;
	background-color:#000;
	background-image: url(../imgs/bottom.jpg); 
	background-position: bottom; 
	background-repeat: no-repeat;
	overflow:auto;
}

#wrap {
	width:975px;
	margin:0 auto;
	margin-top:10px;
}

#header {
	margin:0 auto;
	width:975px;
	height: 125px;
} 

#main {
	float: left;
	width: 720px;
	background-image:url(../imgs/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:5px;
}  

#footer {
	clear: both;
	margin:0 auto;
	width: 975px;
	height: 50px;
} 

.header_content_left {
	width:800px;
	float:left;
	letter-spacing: 10px;
	font-size:11px;
}

.header_content_right {
	width: 450px;
	float:right;
	margin-top:20px;
}

.header_content_right, .header_content_right a:link, .header_content_right a:visited, .header_content_right a:active  {
	color: #ccc;
	text-decoration:none;
	letter-spacing:5px;
	font-size:12px;
}

.header_content_right a:hover {
	margin:0 auto;
	color: #09f;
	text-decoration:none;
	font-size:12px;
	font-style:italic;

}

.menu {
	width: 75px;
	float:right;
	margin-right:30px;
	text-align:center;
	
}

.side_content {
	margin:0 auto;
	float: right;
	margin-top:20px;
	width: 245px;
	text-align:right;
	min-height: 700px;
}

ul {
    list-style: none;	
}

li {
	background-image: url(../imgs/bullet.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align: right;
    margin-left: 20px;
	padding-right:25px;
	font-size:11px;
}

ul a{
    list-style: none;
	font-size:11px;
}

ul a:hover{
    list-style: none;
	text-decoration: underline;
	color: #FC0;
	font-size:11px;
}

h3 {
	color: #06F;
	text-align:right;
}

.main_content {
	margin:0 auto;
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	width: 680px;
	color: #fff;
	font-size: 13px;
	border-right: 1px #09F dashed;
}

.footer_content {
	float: right;
	width: 240px;
	padding-top: 10px;
	font-size:10px;
	text-align:center;
	
}

.clear {
	clear: both;
}

/*LINKS*/

.footer_content a:link {
	color: #fff;
	text-decoration:none;
}

.footer_content a:visited {
	color: #fff;
	text-decoration:none;
}

.footer_content a:active {
	color: #fff;
	text-decoration:none;
}

.footer_content a:hover {
	color: #06c;
	text-decoration:none;
}

.main_content a:link {
	color: #fff;
	text-decoration:none;
}

.main_content a:visited {
	color: #fff;
	text-decoration:none;
}

.main_content a:active {
	color: #fff;
	text-decoration:none;
}

.main_content a:hover {
	color: #06c;
	text-decoration:underline;
}

/*COLORS & SIZES*/

.kernout {
	letter-spacing: 10px;
	font-size:11px;
}

.white_reg {
	color: #fff;
	font-size: 13px;
}

.white_reg, a {
	color: #fff;
	font-size: 13px;
	text-decoration:none;
}

.smallwhite {
	color: #fff;
	font-size: 11px;
}

.headeryellow {
	color: #fc0;
	font-size: 20px;
	font-variant: bold;
}

.smallcapblue {
	color: #06c;
	font-size: 20px;
	font-weight: bold;
}


/*BACKGROUND IMAGES & BORDERS & Misc*/

.blueborder {
	border: 1px solid #3cf;
}

.dashedline {
	border-top: 1px dashed #FFF;
	margin-top:5px;
	margin-bottom:5px;
}


