@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapperBackground.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
#left {
	float: left;
	width: 560px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 25px;
}
#right {
	margin: 12px;
	float: right;
	width: 180px;
}
#footer {
	background-image: url(../images/footer.jpg);
	clear: both;
	float: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 92%;
}
a:link {
	color: #CC2E1B;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #00CC33;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	color: #FFFFFF;
}
a:link img {
	color: #FFFFFF;
}
