* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px;
	padding-top:50px;
	padding-bottom:25px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../../Images/Menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 150px;
}

#Spacer {
	width: 1px;
	height: 300px;
	float: left;
	background-image: url(../../Images/Menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 100px;
}

#BodyWrapper {
	width: 970px;
	margin-left: -25px;
	margin-right: auto;
	position: relative;
	min-height: 620px;
	background-image: url(../../Images/Background.png);
	background-repeat: no-repeat;
	background-position: -110px -40px;
}

#InnerWrapper {
	float: left;
	width: 900px;
}

#News {
	width: 563px;
	margin-left: -4px;
	padding-top: 15px;
	padding-left: 15px;
	background: url(../../Images/NewsBackground.png) no-repeat top left;	
	min-height: 100px;
	padding-bottom: 20px;
}

#NewsWrapper {
	width: 380px;
	height: 85px;
	border:0px solid red;
}

#Top {
	width: 900px;
	height: 100px;
	float: right;
}

#Logo {
	width: 602px;
	height: 100px;
	float: right;
	background: url('../../Images/Logo.png') 0 0 no-repeat;
}

#Menu {
	width: 970px;
	height: 54px;
	background: url('../../Images/Menu.jpg') 0 0 repeat-x;
	float: left;
}

#LeftLogo {
	position: absolute;
	left: 68px;
	top: -20px;
}

#Main {
	width: 100%;
	background: url('../../Images/Main.jpg') 0 0 repeat-y;
	float: left;
}

#MainWrapper {
	padding-top: 20px;
	width: 890px;
	min-height: 100px;
}

#Left {
	color: #3F8169;
	font-style: italic;
	font-weight: normal;
	float: left;
	width: 300px;
	min-height: 100px;
	font-size: 15px;
	line-height: 130%;
}

#LeftWrapper {
	width: 187px;
	margin-left: 70px;
	margin-top: 20px;
	text-align: right;
}

#Right {
	float: left;
	width: 570px;
	padding-top: 15px;
	min-height: 100px;
	text-align: left;
}

#Footer {
	width: 100%;
	height: 74px;
	font-size: 9px;
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	color: #8c8c8c;
	text-align: center;
	padding-top: 8px;
	letter-spacing: 1px;
	border-top: 1px solid black;
}

#Footer a {
	color: #8c8c8c;
	text-decoration: underline;
}
#Footer a:hover {
	color: #8c8c8c;
	text-decoration: none;
}

