* {
    padding:0;
    margin:0;
    border:0;
}

body {
    margin:0 0px;
	background: #16140D;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
    }

#banner {
	background: transparent;
	height: 250px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
    }

#wrapper {
	width: 995px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


#content {
padding-top: 25px;
background: transparent;
height:100%;
color: #FFFFFF;
font: 13px arial;
}


#footer {
	background: transparent;

}

.clearing {
    clear:both;
    height:0;
    }
	
	
#content h2 {
color: #AAB87D;
font: bold 25px arial;
}


#content A:link {
 	color: #AAB87D;
 	text-decoration: none;
}
#content A:active {
 	color: #AAB87D;
 	text-decoration: none;
}
#content A:visited {
 	color: #AAB87D;
 	text-decoration: none;
}
#content A:hover {
 	color: #AAB87D;
 	text-decoration: underline;
 }

	
	
	
#tabs {
	float:left;
	width:100%;
	font-family: arial;
	font-size:14px;
	overflow:hidden;
	font-style:normal;
	font-weight: bold;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tabs_left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabs_right.png") no-repeat right top;
	padding:12px 15px 12px 6px;
	margin-right:2px;
	color:#FFFFFF;
	}

	/*     padding:6px 15px 4px 6px;        */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -40px;
	}

#tabs a:hover span {
	background-position:100% -40px;
	}
	
	
#tabs li.active a span{	
	}

#tabs li.active a {	
	background-position:0% -40px;
	}

#tabs li.active a span{	
	background-position:100% -40px;
	}
