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

body {
	background-image: url(images/bgunder.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #615C5B;
	font-size: 14px;
	background-color: #B6B2B0;
}
#body2 {
	background-image: url(images/bgtop.png);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 0;
	color: #CCCCCC;
}
#body3 {
	background-image: url(images/GrungeTexture-2.png);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	color: #CCCCCC;
}
#body4 {
	background-image: url(images/bgheader.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 200px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#header {
	height: 175px;
	width: 920px;
	position: relative;
	background-image: url(images/logo2.png);
}
#content {
	width: 820px;
	position: relative;
	background-image: url(images/contentbg.png);
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	min-height:850px;
    height:auto !important;
    height:850px; 
}
#footer {
	height: auto;
	width: 920px;
	padding-top: 15px;
	position: relative;
	text-align: center;
	padding-bottom: 50px;
	font-size: 12px;
	color: #D11E24;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	color: #000000;
}
#bottom {
	background-image: url(images/bottom.png);
	position: relative;
	height: 15px;
	width: 920px;
}
#menu {
	height: 80px;
	width: 920px;
	position: relative;
	padding: 0px;
	background-image: url(images/MENUBG.png);
	font-family: "Chaparral Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
li {
	list-style-type: none;
	float: left;
	width: 150px;
	background-image: url(images/tab.gif);
	height: 36px;
	text-align: center;
	padding-top: 15px;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C02026;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #006699;
	font-weight: lighter;
	font-size: x-large;
}
#sensei {
	float: right;
	height: 720px;
	width: 400px;
}
.blue {
	color: #3399CC;
}
#container #content table tr td table tr td p {
	font-size: 24px;
}
#container #content table tr td table tr td p {
	font-size: 18px;
}
