@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #30231B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.wrapper { 
	position:relative;
	width:955px; 
	height:700px;
	margin:auto;
	background-image: url(images/bg_index.jpg);
	background-position:top center;
	background-repeat:no-repeat; }
	

.menubox { position:absolute; top:26px; left:200px; width:auto; }

a.menu:link {
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	color: #fff;
	text-decoration: none;
}
a.menu:visited {
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	text-decoration: none;
	color: #BC895E;
}
a.menu:hover {
	font-size:16px;
	font-family:arial,helvetica,sans-serif;
	text-decoration: underline;
	color: #BC895E;
}
a.menu:active {
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	text-decoration: underline overline;
	color: #BC895E;
}

.footer { position:absolute; top:660px;left:294px;text-align:center; color:white; }

a {
	font-weight: bold;
}
a:link {
	color: #003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BC895E;
}
a:hover {
	text-decoration: underline;
	color: #BC895E;
}
a:active {
	text-decoration: underline overline;
	color: #BC895E;
}

h1 {
	font-size: 18px;
	color: #39291A;
}
h2 {
	font-size: 16px;
	color: #39291A;
}
h3 {
	font-size: 14px;
	color: #39291A;
}

