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

Body {
background-image:url(images/background.jpg);
background-repeat: repeat-x;
background-position:bottom;
background-attachment: fixed;
background-color: #00b1da;
min-height: 900px;
}

#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#header {
height: 105px;
margin-left:auto;
margin-right: auto;
width: 518px;
}

#navigation {
	float: left;
	width: 175px;
}
#navigation  a {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration:none;
}

#navigation a:link {
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration:none;	
}

#navigation a:visited {
	text-decoration: none;
	color:#000000
}
#navigation a:hover {
	color:#FFFF00;
}
#navigation ul {
	list-style: none;
}

#navigation li {
	margin-top: 5px;
}

#content {
	width: 400px;
	float: right;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 10px;
}

#content a {
	color:#000000;
	text-decoration: none;
}

#content a:hover {
	color: #FF0;
}



#sponsors {
	height: 300px;
	text-align:left;
	width: 175px;
	top: auto;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 12px;
	position: relative;
}

#sponsors img {
	border-style: none;
	padding: 2px;
	position: static;
}

#sponsors a:hover {
}

.rrlink {
	color: #333;
