﻿/* CSS layout */
body {
}
#Wrapper {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 960px;
}
#AdHeader1 {
	width: auto;
	height: auto;
	padding-bottom: 5px;
}
#AdHeader2 {
	width: auto;
	height: auto;
	padding-bottom: 5px;
}
#AdHeader3 {
	width: auto;
	height: auto;
	padding-bottom: 5px;
	float:right;
}

#AdDivLeft {
	width: auto;
	height: auto;
	float:left;
}
#AdDivRight {
	width: auto;
	height: auto;
	float:right;
}
#Masthead {
	background-position: center center;
	padding: 0px;
	margin: 0px;
	height: 190px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	width: auto;
}
#Sharebox {
	margin: 0px;
	padding: 3px 0px 3px 755px;
	text-align: right;
}
#TopNav {
	padding: 0px;
	margin: 0px;
	height: 35px;
	width: auto;
}
#TopNav2 {
	padding: 0px;
	margin: 0px;
	height: 35px;
	width: auto;
}
#LeftNavBar {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	width: 185px;
	float: left;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #E1F3FF;
}
#MainContent{
	margin: 0px 0px 0px 3px;
	float: left;
	width: 560px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 6px;
}
#RightNavBar {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	width: 195px;
	float: left;
	border-right-color: #E1F3FF;
	border-right-width: thin;
	border-right-style: solid;
}
#Footer {
	border-color: #E5E5E5;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	clear: both;
	height: 35px;
	border-top-style: solid;
	border-top-width: thin;
}

