.style1 {
	font-style:normal;
	color:#e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:24px;
}

.style2 {
	font-style:normal;
	color:#e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:18px;
}

.style3 {
	font-style:normal;
	color:#e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:14px;
}

a:link {

text-decoration: none;

}
a:visited {

text-decoration: none;

}
a:hover {
text-decoration: none;

}

a:active {
	color:#fada91;
text-decoration: none;
}

body {
	background:#000000; 
	color:#e2e2e2;
}
#wrapper {
	background:#000000;
	width:850px; 
	margin:0px auto 0px auto;
	border:solid 14px #232323;
	border-top:none;
	border-bottom:none; 
}
#header {
	background:#232323;
	padding-top: 20px;
}

#content-wrapper {
	padding-left:31px; 
	padding-right:31px; 
	padding-top:20px;
	border-bottom:10px solid #232323;
	font-size:14px;
}
#logo {
	width:850px;
	height:68px;
	position:absolute;
	top: 28px;
	bottom: 55px;
	background:url(../images/logogrey.gif);
	background-color: #232323;
}
#logo2 {
	width:850px;
	height:68px;
	position:absolute;
	top: 28px;
	bottom: 55px;
	background:url(../images/logoorange.gif);
	background-color: #232323;
}

#topimage {
	width:850px;	
	float:none;	
	height:400px;
	margin-top: 65px;
	overflow:hidden;
	background-color: #232323;
}

#topimage2 {
	width:700px;	
	float:none;	
	height:1px;
	margin-top: 50px;
	overflow:hidden;
	background-color: #232323;
}

#frontimage {
	margin:25px;
	padding-top:15px;
	padding-bottom:5px;
	background-color:#232323;
}

#frontimage2 {
	margin:25px;
	background-color:#232323;
}

#frontimage3 {
	margin-left:90px;
	margin-right:90px;
	padding:25px;
	background-color:#000;
}

#frontimage4 {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	margin-left:20px;
	margin-right:20px;
}

#frontimage5 {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:43px;
	padding-bottom:43px;
	margin-left:18px;
	margin-right:18px;
}

#menu2 {
	background-color:#232323;
	margin-top:10px;
	padding-top:0px;
	padding-bottom:8px;
}



#content {
	padding:5px;
}


#title {
	width:200px;
	background-color:#232323;
	position:inherit;

}

#sep {
	height:20px;
	background-color:#232323;
}
#footer {
	background-color:#232323;
}


#leftmain {
	background-color: #232323;
	margin:10px;
	margin-right:10px;
	padding:5px;
	padding-right:15px;
	padding-bottom:15px;
	
}




.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{
	background-position:0px -60px;
	color:#FFF;
}

.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{
	line-height:30px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:url('topMenuImages.png') 0px -90px no-repeat;
	color:#000;
}
.menu li a.active span, .menu li a.active:hover span{background:url('topMenuImages.png') 100% -90px no-repeat;}

