@charset "UTF-8";
/* CSS Document */

body {background-color:#000;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;}
	
a:link {text-decoration:none;
color:#fff;}

a:hover {text-decoration:underline;
		color:#99ca3c;}

footertext a:hover 
{text-decoration:underline;
color:#99ca3c;}
	
#container {
	width:1024px;
	height:788px;
	margin:0px auto;
	margin-top:50px;
	background-color:#000;
	}
	
#navbar {
	margin-top:20px;}
	
#footer {
	width:1024px;
	height:76px;
	margin:0px auto;
	margin-top:20px;
	background-color:#000;
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;}
	
.header {color:#99ca3c;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:14px;}

.maintext {color:#fff;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;}
		
.maintextgreen {color:#99ca3c;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;}

.copyright {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#99ca3c;
font-size:10px;}

.smallwhite {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#fff;
font-size:10px;}

#col1 {width:492px;
float:left;
padding-left:20px;}

#col2 {width:492px;
float:right;
padding-right:20px;}

#col3 {width:984px;
}

