@charset "utf-8";
/* CSS Document */
<style> /*global-------------------------------------------------------------------	*/
	
* {
 padding:0;
 border:0;
 margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	}
	
#wrap {
	width:900px;
	background-color:#000;
	margin:auto;
	}
/* CLASSES-------------------------------------------------------------------	*/

.fixed {position:fixed;
		background-color:#FFFFFF;
		width:575px;
		}
		
/* END CLASSES-------------------------------------------------------------------	*/		
/* END global-------------------------------------------------------------------	*/		
 
#wholetop {
			position:fixed;
			top:0px;
			width:900px;
			background-color:#000;
			}
  
#header {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left:5px;
	text-align:left;
	background-color:#000;
	}

#header img {z-index:99;
			 height:75px;}

#header h1 {
	padding-bottom: 10px;
	font-size:14px;
	letter-spacing:6px;
	}

#header a {
	text-decoration:none;
	color:#0099CC;
	height: 100px;
	}

#spacer {
		width:900px;
		position:fixed;
		z-index:97;
	
		text-align:right;
		background-color:#000;
		
		}
		
#spacer h4 {
		padding-right:15px;
		color:#666666;
		font-size:16px;
		font-weight:800;
		letter-spacing:.2em;
		padding-top:10px;
		
		}
		
#left {
	width:150px;
	float:left;
	z-index:0;
	}

#columnwrap {
	width:900px;
	background-color:#000;
	text-align:left;
	}
	
#columnwrap bg {
	background-image:url(images/bg_blue.png);
	width:900px;
	}
	
#columnwrap h1 {
	color:#666666;
	text-align: left;
	padding:15px;
	letter-spacing:2px;
	font-size:14px;
	}
	
#columnwrap h3 {
	color:#666666;
	}
	
#columnwrap h4 {
	color:#999999;
	}
	
#contactform {
	padding-top:20px;
	padding-bottom: 20px;
	background-image:url(images/bg-sidecontact.png);
	background-repeat:no-repeat;
	text-align:center;
	}
	
#main {
	text-align:justify;
	margin-bottom: 45px;
	width: 650px;
	float:right;
	clear:both;
	z-index:100;
	margin-top:200px;
	min-height: 400px;
	}
	
.inline {
	width: 200px;
	float:left;
	height: 7px;
	}
	
#main .inline2 {
	width: 125px;
	float:right;
	height: 10px;
	padding-right:15px;
	text-align:right;
	}
	
.alignright {
	text-align:right;
	}

#main ul li {
	color:#666666;
	font-size: 9px;
	text-align:right;
	clear:right;
	padding-right:20px;
	width:125px;
	float:right;
	padding-top: 5px;
	list-style-type:none;
	font-weight:800;
	}

#main h1 {
	color:#999999;
	font-size:12px;
	text-align: right;
	letter-spacing:2px;
	border-bottom:1px solid #0099CC;
	height:2px;
	}

#main h3 {
	color:#666;
	letter-spacing:2px;
	font-size:15px;
	padding-top:11px;
	}

#main h4 {
	color:#999999;
	font-size:9px;
	text-align: left;
	padding-top:6px;
	padding-bottom:35px;
	}

#main p {
	color:#666666;
	padding-right:25px;
	letter-spacing:.7px;
	font-size:12px
	}

#main h2 {
		  font-size:12px;
		  font-weight:700;
		  color:#666666;
		  }
		  
#main a {
	
	font-weight:400;
	color:#D90429;
	text-decoration: none;
	letter-spacing: .04em;
	}

#main a:hover {color:#FF0000;
			   text-decoration:underline;}
			   
.centered {
	text-align:right;
	width: 125px;	
	}
	
.centered h5{
	color:#FF0033;
	font-size:12px;
	}
	
#columnwrap {
	}

#container h3 {
	color:#666666;
	font-size:10px;
	text-align: left;
	}

#container h1 {
	color:#CCCCCC;
	font-size:16px;
	padding-bottom:10px;
}

#moreinfo {
	text-align:left;
	padding-top:50px;
	}

#moreinfo h3 {
	font-size:12px;
	color:#000066;
	padding-bottom:15px;
	}

#moreinfo p {
	font-size:10px;
	color:#333333;
	padding-right:25px;
	}

#contact {
	text-align:center;
	}

#footspace {
	
	height:30px;
	clear:both;
	}

#footer {
	width:900px;
	text-align:right;
	clear:both;
	margin:auto;
	background-color:#000;
	}

#footer h1 {
	letter-spacing:.1px;
	font-size:11px;
	color:#999999;
	font-weight:300;
	padding:0 15px 0 0;
	}

#footer p {color:#090;
		   padding:0 15px 0 0;
		   }

#footer a {color:#0F0;
		   text-decoration:none;
		   }








