@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}

body {
	font: Helvetica, Arial, sans-serif;
	letter-spacing:normal;
	background-color:#111;
	width:1024px; 
	margin:0 auto;
}

a:link, a:hover, a:visited, a:active {
	text-decoration:none;
	outline:none;
	border:0px #fff;
}

#nav {
	float:right;
	list-style:none;
	color:#000;
	height:80px;
	width:570px;
	padding-right:20;
	text-align:center;
}

#nav li {
	float:left;
	letter-spacing:1%;
	width:130px;
}

#nav a {
	font-size:14pt;
	font-style:bold;
	text-shadow:0px 1px 1px #666;
	color:#333;
	text-align:center;
	display:block;
	padding:30 15 0 20;
	height:50px;
	width:100px;
}

#nav a:hover {
	background:url(../images/light.png) center  no-repeat ;
	color:#666;
	text-shadow:0 -1px 5px #000;
}

#header {
	text-align:left;
	width:1024px;
	height:80px;
	background-image:url(../images/bgheader.png);
	background-repeat:repeat-x;
	z-index:2;
}

#content {
	width:1024px;
	height:654px;
	z-index:1;
	
	overflow:hidden;
}

#footer {
	float:left;
	font-size:10px;
	text-align:center;
	width:1024px;
	height:21px;
	padding: 8 0 10 0;
	background-color:#000;
	background-image:url(../images/bgsubhead.png);
	background-repeat:repeat-x;
	overflow:hidden;
	z-index:2;
	color:#111;
	
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}