@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bkgrnd_main.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #C5CC56;
	background-position: top;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header {
}
.nav {
	height: 39px;
	width: auto;
}
.main_image {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-image: url(../images/main/images/footer.jpg);
	background-repeat: no-repeat;
	width: 875px;
	height: 124px;
	font-family: Tahoma;
	font-size: 15px;
	color: #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 12px;
	margin-bottom: 15px;
}
.design {
	width: auto;
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

