﻿body {
	background-image: url('../images/html_bg.jpg');
	background-repeat: repeat;
	background-position: bottom;
}
#Frame {
	border-color: #EAF2F2;
	width: 1035px;
	border-style: ridge;
	padding: 20px 0px 20px 0px;
	margin: 0px auto 0px auto;
}
#Wrapper {
	border-color: #7DA6A5;
	border-style: outset;
	padding: 0px 1px 0px 1px;
	margin: 0px auto 0px auto;
	width: 955px;
}
#Header {
	border-style: none;
	padding: 50px 0px 0px 0px;
	margin: 0px;
	height: 125px;
	text-align: center;
	background-repeat: repeat-x;
	vertical-align: middle;
	background-image: url('../images/body_bg.jpg');
}
#Headerlayer1 {
	margin: 15px auto auto auto;
	padding: 0px;
	width: 850px;
	height: 100px;
	background-color: #B8CCD9;
}
#Headerlayer2 {
	padding: 0px;
	margin: 15px auto auto auto;
	width: 650px;
	height: 60px;
	background-color: #D0E5F2;
}
#TopNav {
	border-style: none;
	padding: 0px;
	margin: 0px;
	height: 35px;
	text-align: center;
	background-image: url('../images/top2_left.png');
	background-repeat: repeat-x;
}
#MainContent{
	padding: 10px 4px 5px 4px;
	margin: 0px;
	float: left;
	width: 545px;
}
#LeftNavBar {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	width: 215px;
	float: left;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: small;
}
#RightNavBar {
	padding: 10px 3px 5px 3px;
	margin: 0px;
	width: 180px;
	float: left;
	text-align: right;
}
#Footer {
	background-position: top;
	border-style: outset none none none;
	border-color: #87A4AA;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	clear: both;
	text-align: center;
	height: auto;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
}
#Sharebox {
	text-align: right;
	font-size: small;
}

