@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
	background-image: url(../img/mainholder/bg.gif);
	background-repeat: repeat-x;
}
.container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #F8FAFC;
}
.mainHolder {
	margin: 0px;
	padding: 15px;
	width: 730px;
}
.clear {
	clear: both;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
}
a:active {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
hr {
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #999999;
	border: 0;
}
