#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/content-bg.gif) repeat-y;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 120px;
}
#nav {
	float: left;
	width: 140px;
	padding-left: 5px;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	padding-left: 10px;
}
#nav ul li a {
	color: #000000;
}
#nav ul li a:hover {
	color: #FFFFFF;
}
#content {
	float: left;
	width: 575px;
	padding-left: 20px;
}
#content a {
	color: #000000;
}
#content a:hover {
	text-decoration: none;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 60px;
	clear: both;
}
#webmaster {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#webmaster a {
	color: #000000;
}


body {
	background: #756357;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 120%;
}h2 {
	font-size: 110%;
}

