body {
	background: url(../images/background.jpg) #A79E74 top left repeat-x;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
#content a, #content a:link, #content a:visited {
	color: #858374;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#header {
	width: 764px;
	height: 174px;
	background-image: url(../images/header.jpg);
}
#menu {
	width: 764px;
	height: 28px;
}
#content_background {
	width: 764px;
	height: 100%;
	background: url(../images/content_background.jpg) transparent top repeat-y;
}
#content {
	width: 664px;
	height: 100%;

	background: url(../images/content.jpg) transparent top no-repeat;

	padding-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;

	font-family: Arial;
	font-size: 12px;
	color: #858374;

	vertical-align: top;
	text-align: left;
}
#content td {
	font-family: Arial;
	font-size: 12px;
	color: #858374;
	vertical-align: top;
	text-align: left;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
}
#bottom {
	width: 764px;
	height: 30px;
	background: url(../images/bottom.jpg);
}
#copyrights {
	height: 30px;
	width: 400px;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #E4DDC0;
}
#copyrights a, #copyrights a:link, #copyrights a:visited {
	color: #E4DDC0;
	text-decoration: none;
}
#copyrights a:hover {
	color: #858374;
	text-decoration: underline;
}