@charset "utf-8";


body {
	background-color: #FFF;
	position: relative;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

#container {
	background-color: #FFF;
	position: relative;
	width: 1000px;
	padding: 10px;
	height: auto;
	z-index: 1;
}

#header {
	width: 1000px;
	background-color: #F00;
	position: relative;
	height: 110px;
	text-align: center;
	z-index: 2;
}

#middle {
	width: 1000px;
	background-color: #FFF;
	position: relative;
	z-index: 2;
}

#spacer {
	height: 500px;
	position: relative;
	width: 0px;
	float: left;
	z-index: 1;
}

#links {
	width: 175px;
	position: relative;
	padding: 10px;
	z-index: 0;
}

#login {
	width: 175px;
	position: relative;
	padding: 10px;
	float: left;
	z-index: 2;
}

#loginbox {
	width: 160px;
	position: relative;
	background-color: #F00;
	height: 120px;
	padding: 10px;
}

#main {
	width: 780px;
	background-color: #FFF;
	position: relative;
	float: right;
	height: auto;
	margin: 10px;
	z-index: 1;
}

#footer {
	width: 1000px;
	background-color: #FFF;
	position: relative;
	bottom: 0px;
	text-align: center;
	color: #CCC;
	font-size: 14px;
}
a {
	text-decoration: none;
}

a:link{
	color: #000;
	}

a:visited{
	color: #000;
	}

a:hover{
	color: #000;
	}

a:active{
	color: #000;
	}

.pagetitle {
	font-size: 24px;
	font-weight: bolder;
}

