@charset "utf-8";
body {
	background-color: #01220f;
}
p, h1  , h2 , ul ,form{
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
}
#container {
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #E6E6E6;
}
#header {
	height: 280px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#links {
	background-image: url(images/links.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
#links #info {
	width: 300px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}
#links #buttons {
	width: 600px;
	float: right;
	margin-right: 50px;
	margin-top: 4px;
}
#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#links ul li {
	text-align: center;
	float: left;
}
#links a {
	height: 31px;
	display: block;
	width: 99px;
	padding-top: 12px;
	text-decoration: none;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6;
}
#links a:hover {
	background-color: #FF6;
}
#links a.lastlink{
	border-right-style: none;
}
#links a.currentpage {
	background-color: #FF6;
}
#content {
	clear: both;
	padding: 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
}
#content h1   {
	font-size: 24px;
	color: #006736;
}
#content h2 {
	color: #006736;
	font-size: 20px;
}

#categories {
	float: left;
	width: 200px;
}
#categories ul {
	list-style-type: none;
}

#categories a {
	color: #006736;
}
#categories a:hover {
	text-decoration: none;
}
#footer {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-left: 15px;
	background-color: #01220F;
	clear: both;
}

#footer p {
	font-size: 12px;
	color: #E6E6E6;
}
#content ul {
	padding-left: 40px;
}

