@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
.table {
	margin: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #411E0B;
	background-color: #EAE8D0;
}
.left {
	width: 500px;
	vertical-align: top;
	height: 400px;
}
.left ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
}
.left li {
	padding-left: 0px;
	padding-right: 30px;
	margin-left: 20px;
}
.left p {
	padding-right: 80px;
	padding-left: 40px;
}
.float_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.right {
	width: 400px;
	vertical-align: top;
	background-image: url(images/right_bk.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 400px;
}
.right p {
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 20px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #9F673E;
}
.bold {
	font-weight: bold;
}
.h1 {
	font-weight: bold;
	color: #7E673E;
}

#nav {
	height: 27px;
	background-image: url(images/nav.png);
	background-position: center top;
	text-align: center;
	line-height: 27px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
.links a:link {
	color: #EAE8D0;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}
.links a:visited {
	color: #EAE8D0;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}
.links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}
.footer {
	background-repeat: repeat-x;
	background-position: center top;
	height: 110px;
	background-image: url(images/foot.png);
	font-size: 11px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}
.italic {
	font-style: italic;
}
.links {
	background-image: url(images/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 37px;
	line-height: 37px;
	color: #EFA927;
}

