@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	background-image: url(../images/bodyBackground.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: none;
}

#wrapper {
	height: 1425px;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
}

#wrapper #header {
	height: 285px;
	width: 928px;
}


#wrapper #sidebar {
	float: left;
	height: 890px;
	width: 220px;
	position: absolute;
	top: 285px;
}
.current {
	cursor: default;
}
