body {
	background: #565656 url(img/bg-body.gif) repeat-x top center;	
	font-family: Georgia, serif;
	font-size: 1.3em;
	margin: 0;
	padding: 111px 0 0 0;
}

a {
	text-decoration: none;
	color: #aa3800;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

li {
	padding: 4px 0 4px 0;
	list-style-type: none;
}

h3 {
	font-weight: normal;
	font-size: 100%;
	margin: 50px 0 0 10px;
}

#content {
	margin: 0 auto;
	width: 906px;
}

#left {
	width: 599px;
	float: left;
}

#right {
	width: 291px;
	float: right;
}


