body {
	font: 12px "lucida grande", "lucida unicode", tahoma, verdana, helvetica, arial, sans-serif;
	overflow: scroll;
	background: url(../img/bg.gif) repeat-x 0 164px;
}

#container {
	margin: 10px auto 0 auto;
	background: url(../img/sides.png) no-repeat 0 186px;
}

#logo {
	display: block;
	height: 155px;
	text-indent: -3000px;
	background: url(../img/header.png) no-repeat 0 0;
}

#logo:hover {
	background-image: url(../img/header-on.png);
}

#container, #logo {
	width: 798px;
}

#content {
	margin: 10px 52px;
}

#content p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

#footer {
	text-align: center;
	clear: both;
	padding-top: 1em;
	border-top: 1px solid #000;
	width: 100%;
	position: absolute;
	left: 0;
}

#footer a {
	color: #c0c0c0;
}

hr {
	color: #000;
	height: 1px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

img.align-left {
	float: left;
}

img.align-right {
	float: right;
}