body {
	background: url(../images/bg.gif) 0 0 repeat;
	text-align: center;
	margin: auto;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	margin-top: 10px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 657px;
	margin: auto;
}
h1 {
	width: 647px;
	background: url(../images/top-corner.gif) bottom left no-repeat;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 30px;
	color: #e0e0e0;
	text-align: left;
	margin: 0;
	font-weight: bold;
}
#content {
	width: 637px;
	background-color: #fff;
	padding: 0 10px 0 10px;
	color: #333333;
	text-align: left;
	float: left;
}
#content img {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
#footer {
	background: url(../images/bottom-corner.gif) 0 0 no-repeat;
	color: #CCCCCC;
	text-align: left;
	float: left;
	width: 637px;
	padding: 28px 10px 14px 10px;
	font-size: 11px;
}
