/*
Copyright 2009. Design by Pekka ylinen.
*/

body 
{
	background: #000000;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #C7F5FF;
	width: 800px;
}

ul
{
	list-style-type: none;
	text-indent: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}





/*	LINKIT	*/
a:link 
{
	color: #D29F53;
	text-decoration: none;
}


a:hover,a:active 
{
	color: #D29F53;
	text-decoration: none;
}

a:visited
{
	color: #D29F53;
	text-decoration: none;
}



/*	TEXT	*/
H1 
{
	padding-bottom: 10px;
	font-family: Georgia, serif;
	text-align: center;
	color: #C7F5FF;
}

H2
{
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
	color: #C7F5FF;
}

H3
{
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
	text-align: center;
	color: #C7F5FF;
}

p
{
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: grey;
}





/*	HEADER	*/
#header 
{	
	height: 23px;
	width: 800px;
	background-color: black;
	background-repeat: no-repeat;
	border: 1px solid #11627D;
	border-bottom: 3px solid #11627D;
	padding-top: 40px;
}

#header a 
{
	float: left;
	width: 800px;
	height: 25px;
    	display: block;
	text-align: center;
	text-decoration: none;
	color: #D29F53;
	font-weight: bold;
	font-size: 14px;
}

#header a:hover 
{
	width: 800px;
	height: 25px;
	background: #11627D;
	color: #D35F87;
}





/*	MAIN	*/
#main 
{	
//	height: 640px;
	width: 800px;
	background: #2B4055;
	padding: 0;
	margin: 0;
	border: 1px solid #11627D;
	overflow: auto;
}



/*	FOOTER	*/
#footer
{
	text-align: center;
}

#footer p
{
	font-size: 10px;
	color: white;
}
