
/*

green #00cc31
cyan #00fcff;
purple #9900CC;
pink cc76a2

*/


body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#eee;
	margin:0px;
	padding:0px;
	background:url(../images/body.jpg) top repeat-y #1b1435;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#000;
	width:800px;
	padding:0px;
	/*border:4px solid #222;*/
}


#header {
	height:295px;
	background:url(../images/header.jpg) top no-repeat #000;
}



#nav {
	text-align:center;
	font-size:140%;
	position:relative;
	top: 266px;
	_top: 266px;
	left:0px;
}

#nav li {
	list-style:none;
	display:inline;
	padding:7px 0;
}

#nav li a {
	padding: 7px;
	color:#00fcff;
	text-decoration:none;
}

#nav li a:hover {
	background:url(../images/nav_back.jpg) left repeat-x;
	color:#fff;
}


#sidebar_left {
	float:left;
	width:205px;
	padding:0 20px 0 0;
	/*background:#f6f6f6;*/
	font:100% Verdana;
	/*line-height:20px;*/
	margin:0 25px 0 0;
}




#sidebar_right {	
	width:200px;
	padding:10px;
	float:right;
	margin:0 -65px 10px 10px;
	/*border-left:1px solid #97CBDF;
	border-right:1px solid #97CBDF;
	border-bottom:1px solid #97CBDF;
	color:#1F5063;*/
}

#sidebar_right h2 {
	font:110% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#13313C;
}

#sidebar_right p {
	font:100% Arial;
	/*line-height:20px;*/
}

#content {
	padding:20px 65px 0px 65px;
	/*margin:0px;*/
	font-size:130%;
	background:url(../images/starfield.jpg) left repeat-y #000;
}

#content a {
	color: #00cc31;
}

#content a:hover  {
	color:#99FF33;
	text-decoration:none;
}

#content h1 {
	/*height:20px;*/
	font:230% Trebuchet MS;
	margin: 0 0 20px 0;
	color:#00cc31;
	position:relative;	
}

/*#content h1 span {
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(../css/images/gradient_2.png) repeat-x;
	
}*/

#content h2 {
	font:150% Trebuchet MS;
	color:#00cc31;
	padding:0px 0px 3px 0px;
	margin: 0 0 10px 0;
	border-bottom:1px solid #555;
}

#content h3 {
	font:140% Arial;
	color:#cc76a2;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	margin: 15px 0;
	padding:5px ;
}

#content h1,h2,h3,h4 {
	padding:0px 0px 0px 0px;
	}


#content p, blockquote {
	/*margin:55px 0px;*/
	padding:0px 0px 15px 0px;
	line-height:25px;
}



.pull_quote{
	font-size:120%;
}

.small{
	font-size:80%;
	line-height:15px;
}

.sheet {
	margin:20px;

}

.img {
	margin: 0 20px;
}

.img_left {
	margin: 10px 20px 15px 0;
}

.img_right {
	margin: 0 0 0 20px;
}

.cyan {
	color: #00fcff;
}





#footer {
	margin:0px 0 0 0;
	padding:25px 25px;
	_padding:5px 25px;
	background:#111;
	color:#555;
	clear:both;
}

#footer a {
	color:#555;
	text-decoration:none;
	
}

#footer a:hover {
	text-decoration:underline;
	color:#555;
	
}

