body {
	margin: 0px;
	font-family: Georgia;
	font-size: 12px;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-y;
}

h1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #6A654B;
}

h2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #6A654B;
}

h3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #6A654B;
}

strong {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	color: #7097B2;
	font-weight: bold;
	font-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
}

a:hover {
	color: #92BAD5;
	font-weight: bold;
	font-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
}

a:active {
	color: #EAC536;
	font-weight: bold;
	font-decoration: none;
	font-family: Arial, Helvetica, Verdana;
}

#main {
	width: 749px;
}

#top {
	width: 749px;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 471px;

	text-align: justify;
	line-height: 1.5;

	position: relative;
	float: right;
	top: 0px;
	right: 0px;

	margin: 0px;

	padding-right: 30px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu {
	width: 215px;
	position: relative;
	padding-left: 14px;
	float: left;
}

.text {
	display: block;
}

.horspacer {
	height: 5px;
	width: 471px;
}

.horspacerlight {
	height: 1px;
	width: 471px;
}

.right {
	position: relative;
	right: 0px;
	float: right;
}

.imgright {
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	position: relative;
	right: 0px;
	float: right;
}

.imgleft {
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	left: 0px;
	float: left;
}

.imgcenter {
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.page {
	width: 468px;
	height: 471px;
}

