@charset "utf-8";

body  {
	color: #FFFFFF;
	background: #141414;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#container {
	width: 1000px;
	background:#A80000;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container_top {
	height: 26px;
	background: #3F0101;
}
#header {
	height: 200px;
	background: #A00;
	background-image:url(Pictures/banner3.jpg)
}
#toolbar {
	height: 40px;
	background: #3F0101;
}
#mainContent {
	margin: 20px 75px 20px 75px;
}
#mainContentHeader {
	height: 25px;
	background: #3F0101;
}
#mainContentBox1 {
	height: 250px;
}
#mainContentBox2 {
	height: 250px;
}
#mainContentBoxHeader1 {
	text-align: center;
	text-decoration: underline;
	padding: 0 0 10px 0;
}
#mainContentBoxHeader2 {
	text-align: center;
	text-decoration: underline;
	padding: 0 0px 10px 0px;
}
#MainContentMiddle {
	font-size:24px;
}
#mainContentPicture {
	text-align:center;
}
#footer {
	text-align: center;
	background: #3F0101;
	padding: 10px 0px 10px 0px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
