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

body {
	background-image: url(images/fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #37AE16;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: right;
	margin-top: 10px;
}

#footer a:link {
	color: #FFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration:underline;
}

.hometext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	padding-left: 17px;
}

.hometext a:link {
	color: #333;
	text-decoration:underline;
	font-weight:bold;
}
.hometext a:visited {
	color: #333;
	text-decoration:underline;
	font-weight:bold;
}
.hometext a:hover {
	color: #37AE16;
	text-decoration:underline;
	font-weight:bold;
}

#menu {
	position: absolute;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	top: 349px;
	left: 27px;
}

#rightblock {
	width: 315px;
	float: right;
	padding-top: 20px;
	padding-right: 17px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	text-align: left;
}

#righttext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 17px;
}
