* {
	margin:0;
	padding:0;
}
body {
	background-color:#333;
	background-color:#3e5355;
	background-image:url(../images/backgroundglow.jpg);
}
#main {
	background-image:url(../images/footfade.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.h2{
	padding-top:10px;
	}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	font-weight:100;
	color:#ccc;
	padding-top:10px;
}
#verytophidden {
	height:15px;
}
#verytop {
	height:50px;
	clear:both;
	display:none;
}
#verytop p {
	font-size:8pt;
	padding-top:8px;
	float:right;
	padding-right:10px;
	color:#ccc;
	clear:right;
}
#verytop p.login {
	font-size:10pt;
}

.tops {
	font-size:10px;
	text-decoration:none;
	padding:5px;
	margin-top:-5px;
	float:left;
	color:#ccc;
}
#header {
	height:145px;
	width:100%;
	background: transparent url(../images/headerbar.jpg);
	background-repeat:repeat-x;
}
#logo1 {
	margin-top:30px;
	float:left;
}
#shadow img {
	width:800px;
	margin:auto;
}
#contentshad {
	margin:auto;
	height:100%;
	width:800px;
	background:url(../images/contentshadow.png);
	background-repeat:no-repeat;
	clear:left;
}
#content {
	background-image:url(../images/wood.jpg);
	background-repeat:repeat;
	background-position:left;
	width:796px;
	margin:auto;
}


h3 {
	color:#ccc;
	clear:both;
	float:right;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-size:11pt;
}
/*menu css*/
#menu {
	float:right;
	margin-top:50px;
}
#menu ul {
	float:right;
}
#menu li {
	float:left;
	list-style-type:none;
}
#menu a {
	float:left;
	display:block;
	font-size:24px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	text-decoration:none;
	color:#FFF;
	background-image:url(../images/buttonstripe.png);
	background-repeat:no-repeat;
	background-position:140px 140px;
	border-top:2px solid #0F0;
}
#menu .active {
	border-top:2px solid #39F;
	color:#39F;
	background-position:50% 0;
}
#menu a:hover {
	border-top:2px solid #39F;
	background-position:50% 0;
	color:#39F
}
#menu a img {
	border:none;
	display:block;
	padding:0px;
	margin:0px;
	margin-top:25px;
}
/*Classes*/
.container {
	width:800px;
	margin:auto;
}

.pull {
	clear:both;
}
.normal {
	margin-top:5px;
	font-family:helvetica;
	line-height:21px;
	color:#ccc;
	font-size:11pt;
	font-weight:100;
}

.normalright{
	margin-top:5px;
	font-family:helvetica;
	line-height:21px;
	color:#ccc;
	font-size:11pt;
	font-weight:100;
	text-align:right;
	clear:both;
	}

.h3{
	clear:both;
	float:right;
	padding-bottom:10px
	}
	
.righth3{
	clear:both;
	padding-top:15px;
	float:right;
	padding-bottom:10px
	}
	
.righth2 {
	float:right;
	padding-top:10px;
}
/*End Classes*/

/*Footer*/
#footer {
	height:150px;
	overflow:hidden;
	clear:both;
	background: transparent url(../images/footerbar.jpg);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
}
#footer p {
	color:#ccc;
	font-size:10pt;
	float:right;
}
#footer a {
	text-decoration:none;
	float:left;
}
#sitemap {
	height:140px;
	float:left;
	width:100%;
	clear:left;
	overflow:hidden;
}
#nav {
	float:left;
	width:49%;
	clear:left;
}
#info {
	float:right;
	width:49%;
}

#info ul{
	float:right;
	padding-top:15px;
	}
	
#info li{
	list-style-type:none;
	font-family:helvetica;
	text-align:right;
	color:#ccc;
	}

#nav ul{
	float:left;
	padding-top:5px;
	}

#nav li{
	list-style-type:none;
	
	}

#nav a {
	font-size:8pt;
	color:#ccc;
	font-family:helvetica;padding-bottom:4px;
}

#nav a:hover{
	color:white;
	text-decoration:underline;
	}
/*End Footer*/
