/* CSS Document */
body {
	background-color: #000000;
	color: #000000;
}
#contain {
	background-color: #FFFFFF;
	width: 900px;
	height: 100%;
	topmargin: 0px;
	top: 0px;
}
table {
	background-color: #FFFFFF;
}
#header{}
#logo{	
	text-align: left;}
.logo {
	text-indent: 15px;
	margin-top: 10px;
	margin-left: 10px;
}
#menu{
	text-align: left;
}
.menu {
	font-size: 18px;
	text-indent: 10px;
}
#main{

}
a {
	color: #CC0000;
}

h1 {
	font-size: x-large;
	color: #FF9933;
	text-align: center;
	padding-top: 20px;
}
h3 {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	padding-top: 25px;
}
p {
	text-indent: 15px;
	text-align: center;
}
.p1 {
	color: #990000;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.contain {
	text-align: left;
}
h4 {
	text-indent: 50px;
	text-align: left;
	color: #CC0000;
}
.middle {
	background-image: url(images/menu-bg_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	background-color: #FFFFFF;
}
.top {
	background-image: url(images/menu-bg_02.jpg);
	background-repeat: no-repeat;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	width: 801px;
	padding: 0px;
}
.bottom {
	background-image: url(images/menu-bg_08.jpg);
	background-repeat: no-repeat;
	height: 46px;
	padding: 0px;
}
.rtop {
	background-image: url(images/menu-bg_03.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 81px;
	width: 49px;
}
.ltop {
	background-image: url(images/menu-bg_01.jpg);
	height: 81px;
	width: 50px;
	background-repeat: no-repeat;
	padding: 0px;
}
.lmiddle {
	background-image: url(images/menu-bg_04.jpg);
	background-repeat: repeat-y;
	width: 50px;
	padding: 0px;
}
.rmiddle {
	background-image: url(images/menu-bg_06.jpg);
	background-repeat: repeat-y;
	width: 49px;
	padding: 0px;
}
.rbottom {
	background-image: url(images/menu-bg_09.jpg);
	width: 49px;
	background-repeat: no-repeat;
	padding: 0px;
}
.lbottom {
	background-image: url(images/menu-bg_07.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.footer{
	clear: left;
	position: relative;
	float: right;
	background-color: #FFFFFF;
width: 900px;
}

