body {
	background-color: #E0E1E3;
	font-size: 80%;
	font-family: sans-serif;
}

#wrapper {
	margin: 0px auto;
	width: 932px;
	height: 782px;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	margin: 0px auto;
	width: 822px;
	height: 570px;
}

#header {
	float: left;
	width: 822px;
	height: 164px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#header h1 {
	font-size: 1.3em;
	margin: 76px 0px 5px 0px;
}

#logo {
	float: left;
	width: 189px;
	height: 75px;
	margin-top: 45px;
	margin-right: 10px;
}

#contentwrapper {
	float: left;
	margin: 0px auto;
	width: 800px;
	height: 550px;
	padding: 10px;
	background-color: #ffffff;
	border-top: 5px solid #da1c14;
	border-bottom: 5px solid #da1c14;
	border-left: 1px solid #da1c14;
	border-right: 1px solid #da1c14;
}

#sidebar {
	float: left;
	width: 228px;
	height: 550px;
	padding-right: 10px;
	border-right: 1px solid #da1c14;
	font-size: 1em;
}

#content {
	float: left;
	width: 551px;
	height: 550px;
	padding-left: 10px;
	font-size: 1em;
}

#contentadmin {
	float: left;
	width: 800px;
	height: 550px;
	font-size: 1em;
}

#logintable {
	margin-top: 10px;
	font-size: 1.0em;
	text-align: center;
	margin: 0px;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 0px;
}

p {
	margin: 10px 0px;
}

img {
	border: 0px;
}

input {
	border: 1px solid #575351;
}

#submit {
	border: none;
	background-image: url('images/loginbutton.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 22px;
	overflow: hidden;
	cursor: hand;
}

.redline {
	float: left;
	width: 100%;
	height: 1px;
	color: #da1c14;
	background-color: #da1c14;
	display: block;
	margin: 5px 0px;
}

.loginheading {
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
}

.errormsg {
	color: #da1c14;
	margin: 0px;
}

a:link {color:#da1c14; text-decoration: none;}
a:visited {color:#da1c14; text-decoration: none;}
a:hover {color:#da1c14; text-decoration: underline;}
a:active {color:#da1c14; text-decoration: none;}