@charset "utf-8";
#header {
	height: 272px;
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left {
	float: left;
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
}
#right {
	float: right;
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
}
#footer {
	height: 100px;
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666666;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style2 {
	font-size: 18px;
	color: #000066;
}