@charset "utf-8";
#menubar {
	position:absolute;
	width:1000px;
	height:30px;
	z-index:4;
	top: 140px;
	left: 0px;
}

#container {
	position:relative;
	width:1000px;
	height:600px;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	position:absolute;
	width:394px;
	height:138px;
	z-index:1;
	left: 675px;
	top: 9px;
}
#bottom {
	width:1000px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 605px;
	float: none;
	position: absolute;
}

#content {
	position:absolute;
	width:1058px;
	height:auto;
	z-index:2;
	left: 22px;
	top: 188px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BE151B;
	border-right-color: #BE151B;
	border-bottom-color: #BE151B;
	border-left-color: #BE151B;
	overflow: auto;
	visibility: visible;
}
#menu-left {
	position:absolute;
	width:174px;
	height:378px;
	z-index:5;
	left: 0px;
	top: 161px;
	background-image: url(../img/bkground-menu-left.gif);
	padding: 10px;
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}


.date {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}
#topMenu {
	position:absolute;
	width:1000px;
	height:60px;
	z-index:3;
	left: 10px;
	top: 165px;
	padding: 10px;
	text-align: center;
}

