.container {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 700px;
}

.menu {
	height: 200px;
	width: 800px;
	float: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	visibility: visible;
	border: 1px solid #990000;
	background-image: url(../banner/banner.jpg);
}
.left {
	height: 560px;
	width: 245px;
	position: absolute;
	top: 230px;
	left: 0px;
	border-top-color: #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
}
.bottom {
	height: 20px;
	width: 800px;
	border: 1px solid #990000;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 780px;
	z-index: 1;
	background-color: #E9E9E9:
}

.main {
	height: 555px;
	width: 540px;
	position: absolute;
	left: 250px;
	top: 235px;
	padding-left: 10px;
	overflow: auto;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #990000;
	border-right-style: solid;
	border-right-width: 1px;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#333333;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#333333;
	border-bottom: 1px solid #990000;
}
.submenu {
	background-color: #B5111B;
	height: 30px;
	width: 800px;
	float: none;
	position: absolute;
	left: 0px;
	top: 200px;
	z-index: 5;
	visibility: visible;
	border-left-color: #990000;
	border-left-style: solid;
	border-right-style: solid;
	border-right-color: #990000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-style: normal;
	text-align: center;
	vertical-align: bottom;
	font-variant: small-caps;
	font-weight: bold;
	line-height: normal;
}

p {
	font-family: Verdana;
	font-size: 10px;
}

h1 {
	font-family: Verdana;
	font-size: 17px;
}

a {
	color: black;
	text-decoration: none;
	border: 0px;
}

.a {
	color: white;
	text-decoration: none;
}

.tablesubmenu {
	font-family: Verdana;
	font-size: 12px;
	width: 550px;
	text-align: center;
	
}

img {
	text-decoration: none;
	border: 0px;
}

.downtbl {
	border: 1px dashed black;
}
