@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p{
	font: Rockwell, "Garamond Premr Pro", Perpetua;
}

h2, h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2{
	color:#006699;
	font-size:20px;
}

.homeContainer {
	width: 800;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background-image: url(../Images/background_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mainHeader {
	height: 100px;
}
.pageHeader {
	border-bottom-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: thin;
	height: 50px;
	width: 520px;
	float: left;
	margin: 10px;
}

.sideHeader {
	height: 50px;
	width: 260px;
	float: right;
}

.mainContent {
	width: 520px;
	float: left;
	margin: 10px;
}

.sideContent {
	width: 248px;
	float: right;
	clear: none;
	margin: 10px, top;
}
.clear ,br{
	clear: both;
}

.footer{
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 800px;
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
