﻿body {
	background-color: #FFFFFF;
	background-image: url('gradient.jpg');
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
}
#header {
	position: relative;
	width: 800px;
}
#left_content {
	position: relative;
	width: 200px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}
#content {
	padding-left: 10px;
	position: relative;
	width: 570px;
	float: left;
	padding-top: 5px;
}
#footer {
	position: relative;
	width: 800px;
	clear: both;
	margin-top: 10px;
}
p {
	font-family: "Gill Sans MT";
	font-size: medium;
	color: #1F4470;
}
h1 {
	font-family: "Gill Sans MT";
	font-size: x-large;
	font-weight: bold;
	color: #1F4470;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #0066FF;
}
.style1 {
	border-width: 0px;
}
