@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #4a0101;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

div#wrapper {
	width: 994px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #770000;
	border-left-color: #770000;
}
div#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
}
div#menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
}
div#contentwrap {
	padding-bottom: 38px;
	background-color: #850000;
}
.content {
	background-color: #d3d3d3;
	padding-top: 3px;
	padding-bottom: 3px;
}
.info {
	background-color: #a3a3a3;
	padding-top: 5px;
	padding-right: 16px;
	padding-left: 16px;
}
.frontmenu {
	background-image: url(../images/redbox_loop.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.fmenu {
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
}
.box1btm {
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.title1 {
	background-image: url(../images/icon01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 18px;
}
.font1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 6px;
}

div#footer {
	color: #999999;
	font-size: 12px;
}
a.link2, a:link {
	text-decoration: underline;
	color: #0099FF;
}
a.link2:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a.link2:active {}
a.link2:visited {}

a.link1, alink1:link {
	color: #999999;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
a.link1:hover {
	color: #FFFF00;
	text-decoration: none;
}
a.link:visited {}
