@charset "utf-8";
body {
	background-image: url(images/Background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
}
#Container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#Container #Header {
	width: 1000px;
	height: 200px;
	position: relative;
	background-image: url(images/Header.png);
	margin-bottom: 20px;
}
#Container #Header #Links {
	width: 200px;
	float: left;
	height: 200px;
	margin: 0;
	padding: 0;
}
#Container #Header #Links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 20px;
}
#Container #Header #Links ul a {
	text-decoration: none;
	display: block;
	width: 160px;
	text-align: center;
	font-weight: bold;
	color: #007042;
	height: 25px;
	background-color: #abadac;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 5px;
}


#Container #Header #Links ul a:hover {
	color: #adabac;
	background-color: #007042;
}
#Container #Header #Links ul a.last {
	border-bottom-style: none;
}

#Container #Header #Title {
	width: 800px;
	float: right;
	height: 200px;
	position: relative;
}
#Container #Header #Title #Text {
	height: 200px;
	width: 400px;
	background-image: url(images/Title.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}

#Container #Header #Title #Logo {
	width: 500px;
	float: right;
	position: relative;
}
#Container #Header #Title #Logo img {
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: 1;
	visibility: visible;
}


#Container #Main {
	width: 1000px;
	height: 600px;
	position: relative;
	background-image: url(images/Main.png);
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

#Container #Main #Content {
	width: 780px;
	float: right;
	height: 600px;
	position: relative;
}
#Container #Main #Content h1 {
	font-family: "rockwell extra Bold", Verdana, geneva, sans-serif;
	color: #007042;
	font-size: 24px;
	line-height: 20px;
}
#Container #Main #Content p {
	text-align: justify;
	font-size: 20px;
	margin-right: 20px;
}



#Container #Main #Sidebar {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 600px;
	width: 200px;
}
#Container #Main #Sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-top: 20px;
}
#Container #Main #Sidebar ul a {
	text-decoration: none;
	display: block;
	width: 150px;
	text-align: center;
	font-weight: bold;
	color: #007042;
	height: 25px;
	padding-top: 5px;
	background-color: #abadac;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-style: solid;
	border-left-style: solid;
}
#Container #Main #Sidebar ul a:hover {
	color: #adabac;
	background-color: #007042;
}
#Container #Main #Sidebar ul a.last{
	border-bottom-style: none;
}
#Container #Footer {
	width: 1000px;
	position: relative;
	height: 40px;
	background-image: url(images/Footer.png);
}
#Container #Footer p {
	margin: 0px;
	font-size: 15px;
	padding: 10px;
}
