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

body {
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#025e98;
	font-size:12px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#FFFFFF;
	text-decoration:underline
}

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

.navigation{
	width:600px;
	margin:0 auto;
	text-align:center;
}

.navigation li{
	display:inline;
	list-style-type:none;
	padding-right: 20px;
	
}