@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	background-image: url(../images/bodyBackground.jpg);
}

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 #content {
	height: 860px;
	width: 667px;
	position: absolute;
	left: 231px;
	top: 286px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003399;
	font-size: 0.95em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#wrapper {
	height: 1200px;
	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/background.jpg);
	background-repeat: no-repeat;
}

#wrapper #header {
	height: 285px;
	width: 928px;
}

#footer {
	background-color: #CCCCFF;
	position: absolute;
	width: 928px;
	left: 0px;
	top: 1193px;
	height: 49px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

#wrapper #sidebar {
	float: left;
	height: 900px;
	width: 220px;
	position: absolute;
	top: 285px;
	left: 0px;
}
.current {
	cursor: default;
}
#header #border {
	position: absolute;
	left: -1px;
	top: 154px;
	z-index: -1;
}
