body {
	background-image: url("");
	background-repeat: repeat;
	background-attachment: fixed;
	}	
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 72%;
	height: 18px;
	background-color: #495843;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #ffffff;
	}
#logo {
	text-align:justify;
	vertical-align: bottom;
	text-indent: 775px;
	margin: 50px;
		}
#subtitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #495843;
	font-stretch: condensed
	}
#Intro {
	position: relative;
	height: 50px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 411px;
	text-align: center;
	top: -20px; 
}
#Intro a:link{
	color: #ae256c;
}
a {text-decoration:none;}
img {border: none}
#Intro a:hover{
	color: #8dc63f;
}
#Intro a:visited{
	color: #000000;
	left: 150px;
}
#Content {
	margin: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 14px;
	position: fixed;
	left: 0px;
	top: 200px;
	width: 1000px;
	height: 500px;
	right: 0px;
}
#menu{
	position: fixed;
	top: 32%;
	padding: 10px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	left: 50px;
	right: 300px;
	font-size: 14px;
}
#menu a:link{
	color: #58595b;
}
a {text-decoration:none;}
img {border: none}
#menu a:hover{
	color: #8dc63f;
}
#menu a:visited{
	color: #ae256d;
	left: 150px;
}
#footer {
	position: fixed;
	height: auto;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	top: 600px;
	left: 275px;
}
