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

/* Css Stylesheet for b00026534_site1 */

/* document formatting */
body {
	
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  margin: 0px;
      padding: 0px;
	  font-size: 90%;
	  
	  background-repeat:repeat-y;
	  background-position:center;
	  background-color: #000;
	
	 
}


#content {
	clear:both;
	padding: 20px 0px 0px 0px;
	position:relative;
	top: -100px;
	left: 150px;
	
}


#content-top {
	
	position:absolute;
	top: 300px;
	left: 40px;
	height:385;
	font-size:18px;
	color:#FFF;
	width:350px;
}

#content-bottom {
	
	position:absolute;
	top: 780px;
	left: 40px;
	height:385;
	font-size:18px;
	color:#FFF;
	width:350px;
}



#header h1 {
	
	width:387px;
	height:64px;
	position:relative;
	margin: 0px;
	padding: 0px;
	top: 63px;
	left: 14px;
}


#header h1 span {
	background-image:url(../images/title2.jpg);
	position:absolute;
	width: 100%;
	height: 100%;
}

#wrapper	{
	width:1024px;
	height:1200px;
	margin:0% auto;
	background-image:url(../images/back23.jpg);
	
}

#nav {
	position:relative;
	float:right;
	margin: -10px, -10px, 0px, 0px;
	padding: 0x;
	top: 50px;
	left: -128px;
}

#nav li {
	float:left;
	list-style-type: none;
	padding: 0px 2px;
	
}

#nav li a {
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding: 10px 20px;
	font-weight: bold;
}

#nav li a:hover {
	
	
	color:#F00;
	
}

#nav li.current a {
	color:#F00;
	
}

