@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #794511;
	margin: 0;
	padding: 0;
	outline: 0;
}
p {
	margin: 0;
	padding: 0;
	color: #383838;
	line-height: 24px;
}
h1 {
	font-size: 24px;
	color: #7A1111;
	letter-spacing: -2px;
	font-weight: bold;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 17px;
	color: #C71C1C;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


h3 {
	font-size: 14px;
	color: C71C1C;
	letter-spacing: -1px;
	font-weight: bold;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h4 {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
hr {
	width: 95%;
}
a:link {
	color: #C7711C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C7711C;
}
a:hover {
	text-decoration: none;
	color: #794511;
}
a:active {
	text-decoration: underline;
	color: #C71C1C;
}
img {
	border: 0;
}




#header {
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	background-color: #383838;
}
#menu {
	width: 100%;
	height: 51px;
	background-image: url(images/bg_menu.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}
#google {
	width: 728px;
	height: 15px;
	margin: auto;
}

#content {
	width: 700px;
	margin: 15px auto 15px auto;
	background-image: url(images/bg_content.gif);
	padding: 10px 30px 0px 30px;
	background-position: center;
	overflow: auto;
	background-repeat: repeat-y;
}
#footer {
	background-color: #7A1111;
	background-image: url(images/bg_footer.gif);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 5px 0px 5px 0px;
}
#footer  p {
	color: #C7C7C7;
	font-size: 11px;

}

#content_main  {
	width: 534px;
	padding-right: 15px;
	float: left;
	background-color: #FFFFFF;
	border-right: solid #C71C1C 1px;
}
#content_right {
	width: 130px;
	padding-left: 15px;
	float: right;
	background-color: #FFFFFF;
}
#table {
	background-color: #FFFFFF;
}



.float_left {
	float: left;
	margin: 0 10px 5px 0;
}
.links {
	position: absolute;
	left: 0px;
	top: 43px;
}

.float_right {
	float: right;
	margin: 0 0 10px 10px;
}

