@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 100%;
	color: #006699;
	font-weight: bold;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/wave_split_back2.jpg);
	margin-right: auto;
	margin-left: auto;
}
#container {
	margin-left: auto;
	width: 850px;
	margin-right: auto;
}
#header {
	float: left;
	width: 30%;
	margin-top: 30px;
}
#header a:link, #header a:visited {
	color: #006699;
	text-decoration: none;
}
#header a:hover, #header a:active {
	color: #990000;
}

#content {
	color: #FFFFFF;
	float: right;
	width: 50%;
	top: auto;
	text-align: right;
	padding-left: 10px;
	margin-top: 20px;
}
#content a:link, #content a:visited {
	color: #FFFFFF;
}
#content a:hover, #content a:active {
	color: #FF3535;
}


#sidebar {
	float: left;
	clear: left;
	width: 30%;
	height: 400px;
	margin-left: 35px;
}
#sidebar a:link, #sidebar a:visited {
	color: #006699;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color: #990000;
	text-decoration: none;
}


#footer {
	clear: left;
	float: left;
	width: 30%;
	font-size: 85%;
}
