body {
	background-image: url('./img/backg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
}
#main {
	width: 760px;
	margin: auto;
}
#top {
	margin-top: 0;
	width: 760px;
	height: 98px;
	background-image: url('./img/top.jpg');
	background-repeat: no-repeat;
}
#content {
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	width: 760px;
	background-position: left top;
	background-image: url('./img/cont-backg.gif');
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#footer {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2 {
	margin-top: 20px;
	margin-left: 30px;
	font-weight: none;
	font-size: 13px;
	color: #333;
	color: #ff6c00;
}
.first {
	margin-top: 0px;
	font-size: 3px;
}
p {
	text-indent: 15px;
	font-size: 12px;
}
a {
	font-size: 12px;
	text-decoration: underline;
	margin-left: 0;
	color: #e60000;
	float: none;
}
a.big {
	font-size: 16px;
}
a:hover {
	color: #444;
}
