html{
	font-family: "Lucida Sans", Verdana;
	font-size: 14pt;
	color: #fff;
}
body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
}
#page-background {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#wrapper{ 
	text-align:center;
	padding-right:0px;
}
.padding{ 
	width:1100px;
	margin:0px auto; 
}
#header{
	width: auto;
	height: 120px;
	margin: 30px 680px auto -300px;
	text-align: right;
	background-image: url('../images/wrap.png');
}
#news{
	position: absolute;
	top: 50px;
	right: 40px;
	margin-left:420px;
}
#nav{
	width: 810px;
	height: 30px;
	margin: 30px auto auto 130px;
}
#content{
	background-image: url('../images/wrap.png');
	width: 810px;
	min-height: 400px;
	margin: 40px auto 30px 100px;
	padding: 1px 30px 10px 30px;
	text-align: center;
	border: thin #CFD0D2 solid;	
}
#content_menu{
	background-image: url('../images/wrap.png');
	width: 810px;
	min-height: 600px;
	margin: 40px auto 30px 100px;
	padding: 1px 30px 10px 30px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	border: thin #CFD0D2 solid;	
}
#footer{
	background-image: url('../images/wrap.png');
	width: auto;
	height: 25px;
	margin: 30px 130px 30px -300px;
	text-align: right;
	padding: 5px;
}
#hidden{
	display: none;
}
.images{
	border: 0;
}
h1 {
	font-weight: normal;
}
h2{
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
h3{
	font-style: normal;
	font-weight: normal;
}
h4{
	text-align: left;
	line-height: 0px;
}
a:link{
	color: #CFD0D2;
	text-decoration: none;
	font-weight: bold;
	border:0px;
}
a:visited{
	color: #CFD0D2; 
	text-decoration: none;
	font-weight: bold;
	border:0px;
} 
a:active{
	color: #CFD0D2;
	text-decoration:underline;
	border:0px;
}
.blank{
	border: 0;
}
.even{
	color: #CFD0D2;
}
.odd{
}