@charset "utf-8";
/* CSS Document */

img {
	border: none;
}

a:active, a:focus{
   outline:none;
   }

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}




body {
	background-color: #000000;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/bckgrd.jpg);
	margin-top:-400px;
	background-repeat: no-repeat;
	background-position: center center;
background-attachment: fixed; 
}


	
div#logo {
	
	position:absolute;
	background-position: center center;
	background-attachment: fixed; 
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -225px;
		
	}	 
	
div#menu {
	
	position:absolute;
	
	width: 980px;
	left: 50%;
	margin-left:-490px;
	top: 50%;
	margin-top: 300px;

	}
	
	
div#content {
	position:absolute;
	left: 50%;
	margin-left:-960px;
	heigth: 748px;
	margin-top: -374px; 
	top: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 12px;
	 }
	 

div#footH{
	
	margin: 0 auto;
	margin-top:25px;
	width: 980px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 10px;
	}

.foot_nicedot a:link { 
font-weight: normal; 
	color: #FFFFFF;
}
.foot_nicedot a:visited {
text-decoration: none;
font-weight: normal; 
color:#FFFFFF;
} 	
.foot_nicedot a:hover  {
font-weight: normal; 
text-decoration: none;
color: #666666;
} 
		
.title {
	font-size: large;
	color: #ff0000;
}





.date {
	font-size: 16px;
	color: #ff0000;
}

