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

body 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}

body a
{
	text-decoration: none;
}
	

/* Header */
#header
{
	height:60px; 
	width:1000px;
}

#lang
{
	width:32px; 
	height:20px; 
	background-image:url(Images/lang.png); 
	float:left; 
	text-align:center; 
	padding-top:5px;
	font-size:11px;
	text-shadow: 0px 1px 1px #000;
}

#lang a
{
	text-decoration: none;
	color:#FFFFFF;
}

#nav
{
	float:left; 
	height:15px; 
	min-width:80px;
	margin:3px 0px; 
	text-align:center;
	text-shadow: 0px 1px 1px #000;
}

#nav a
{
	text-decoration: none;
	color:#FFFFFF;
}





/* Content */
#content
{
	height:600px; 
	width:1000px;
}



/* Footer */
#footer
{
	height:87px; 
	width:1000px; 
	text-align:right; 
	font-size:9px; 
	color:#CCCCCC; 
	padding-top:10px
}

#footer a
{
	text-decoration: none;
	color:#FFFFFF;
}


