body {
	margin: 0;
	background: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.4em;
	margin: 0 0 .2em 0;
	font-style: italic;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 .2em 0;
}
p, li{
	font-size: 1.4em;
	margin: 0 0 1.5em 0;
}
a:hover {
	color: #ff0000;
}
div#page {
	margin: 0 auto;
	width: 850px;
	background: url(images/bg-white.gif) top center repeat-y;
}
div#menu {
	height: 38px;
	background: url(images/bg-menu.jpg) top center no-repeat;
}
div#menu ul {
	margin: 0 auto;
	padding: 0;
	width: 766px
}
div#menu ul li {
	list-style: none;
	float: left;
	display: block;
	font-size: 1.6em;
}
div#menu ul li a {
	display: block;
	color: white;
	padding: 5px;
	margin: 1px .5em 0 .5em;
	font-weight: bold;
	text-decoration: none;
}
div#menu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div#body {
	background: url(images/bg-other.jpg) top center no-repeat;
	padding-top: 175px;
}
div#body.home {
	background-image: url(images/bg-home.jpg);
	padding-top: 344px;
}
div.content {
	width: 766px;
	margin: 0 auto;
}
div.foot {
	clear: both;
}
div.foot p {
	text-align: center;
	font-style: italic;
	margin: .5em 0 0 0;
	padding: .8em 0 0 0;
	border-top: 80% 1px solid #eee;
}
div#foot {
	height: 28px;
	background: url(images/bg-foot.gif) top center no-repeat;
}
p.img {
	float: left;
	margin: 0 1em 1.5em 0;
}
p.img-right {
	float: right;
	margin: 0 0 1.5em 1em;
}
.clear {
	clear: both;
}
