@charset "utf-8";
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: #949494;

	background-position:center;
	background-repeat: repeat-y;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #eeeeee;
	background-image: url(images/site%20pixs/background.jpg);
}.mainHeader {
	font-size: 24px;
	color: #Ae0000;
	font-weight: bolder;
}
.mainFont {
	font-size: 14px;
	color: #949494;
	font-weight: bold;
}
.mainFontNonBold {
	font-size: 14px;
	color: #949494;
}
.smallFont {
	font-size: 12px;
	color: #949494;
}
a:link {
	color: #AE0000;
}
a:visited {
	color: #500000;
}

