﻿#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #E2E2E2;
	position: relative;
}
#masthead {
	width: 100%;
	height: 120px;
	background-color: #6699FF;
	top: 0px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#topleftcorner {
	position: absolute;
	background-image: url('images/topleftcorner.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 0px;
	background-position: center;
	left: 0px;
}
#toprightcorner {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	background-image: url('images/toprightcorner.gif');
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
}
#logo {
	background-position: center;
	width: 299px;
	height: 101px;
	position: absolute;
	top: 9px;
	left: 30px;
	background-image: url('images/whyteingoLogo.gif');
	background-repeat: no-repeat;
	background-color: #6699FF;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 44px;
	left: 346px;
	color: #FFFFFF;
}
#leftcol {
	padding: 5px;
	position: relative;
	width: 240px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	float: left;
}
#leftcol p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: medium;
}
#rightcol {
	padding: 5px;
	position: relative;
	width: 530px;
	background-color: #F4F4F4;
	float: left;
	top: 0px;
	right: 0px;
}
#rightcol p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#subheader {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#subtext {
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: disc;
	list-style-position: outside;
	text-align: justify;
	line-height: normal;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 100%;
	background-color: #6699FF;
	height: 25px;
	padding-top: 5px;
	position: relative;
	float: left;
}
#bottomleftcorner {
	width: 20px;
	height: 20px;
	background-image: url('images/bottomleftcorner.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#bottomrighttcorner {
	width: 20px;
	height: 20px;
	background-image: url('images/bottomrightcorner.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footertext {
	position: absolute;
}
#main {
	float: left;
	width: 792px;
	background-color: #E2E2E2;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #6699FF;
	border-right-style: solid;
	border-right-width: 4px;
	border-right-color: #6699FF;
}

