@charset "utf-8";
body {
	text-align: center;
}
#container {
	width: 900px;
	border: 1px solid #666666;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 150px;
	width: 900px;	
}
#main {
	height: 900px;
	width: 900px;
	background-image: url(/mainbackground.png);
	background-repeat: repeat-y;
}
#navigation {
	height: 25px;
	width: 780px;
	background-color: #C6042A;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-position: center;
	text-align: center;
	width: 100%;
	display: block;
	background-color: #ebebd8;
	padding-bottom: 1rem;
}

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #C60454;
}
a:active {
	color: #C60454;
}

#navigation a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover{
	text-decoration: underline;
}
#navigation a:active{
	text-decoration: underline;
}

#leftbar {
	width: 150px;
	clear: left;
	float: left;
	margin-left: 40px;
	height: 300px;
}
#content {
	width: 520px;
	float: left;
	padding: 0px;
}
#rightbar {
	width: 150px;
	clear: right;
	float: right;
	height: 300px;
}
#bottom {
	height: 100%;	
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C6042A;
	margin-left: 20px;
	text-align: left;
}
