@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/page-back.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 62.5%;
}
#container {
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/content-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 760px;
}
#menu {
	float: left;
	width: 168px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#menu li {
	display: block;
}
#menu a {
	font-size: 1.3em;
	font-weight: bold;
	color: #84D400;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84D300;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content {
	float: right;
	width: 550px;
	margin-right: 12px;
	margin-top: 90px;
	padding-bottom: 25px;
}#content h1 {
	margin: 0px;
	padding: 0px;
	color: #86D500;
	font-size: 2.8em;
	font-weight: normal;
}
#content p {
	font-size: 1.6em;
	color: #FFFFFF;
	line-height: 1.3em;
}
#content a {
	color: #87D206;
}
#content a:hover {
	color: #F00702;
}

