@charset "utf-8";
html {overflow-y: scroll;}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #680000;
}

#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
}
#mainContent {
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 50px;
}
.imgrt {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}
#footer {
	background-color: #C2210B;
	color: #FFFFFF;
}

#footer a:link {
color:#ffffff;
text-decoration:none;
}
#footer a:visited {
color:#ffffff;
text-decoration:none;
}
#footer a:hover {
color:#000000;
text-decoration:none;
}
#footer a:active {
color:#ffffff;
}
