body {
	background-color: #fff;
	min-width: 856px;
	margin: 0px;
	padding: 0px;
}

a:link, a:active, a:visited {
	color: #ec151a;
	text-decoration: none;
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

#bg {
	margin: 0px auto;
	width: 1024px;
	background-color: #000748;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;	
	background-position: bottom center;
	padding-top: 20px;
}

#wrap {
	margin: 0px auto;
	width: 856px;
}

#header {
	height: 233px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;	
	padding-top: 18px;
	padding-left: 38px;
}

#container {
	background-color: #fff;
	background-image: url('images/bg_content.png');
	background-repeat: repeat-y;	
	padding-left: 6px;
}

.menu_top a:link, .menu_top a:active, .menu_top a:visited {
	margin-right: 25px;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.menu_top a:hover {
	text-decoration: underline;
}

#menu_left {
	width: 176px;
	background-image: url('images/bg_menu.jpg');
	background-repeat: no-repeat;	
	height: 345px;
	padding: 8px;
}

#menu_left a:link, #menu_left a:active, #menu_left a:visited {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}

#menu_left a:hover {
	text-decoration: underline;
}

#banner {
	background-color: #fff;
	background-image: url('images/banner.png');
	background-repeat: no-repeat;	
	background-position: bottom left;
	width: 192px;
}

#content {
	width: 627px;
	padding-top: 10px;
	padding-left: 15px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

#footer {
	clear: both;
	height: 150px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;	
	padding-bottom: 40px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 95px;
	padding-left: 25px;
}

table#menu { 
	padding: 0px;
	border: 0px;
}

table#menu td {
	height: 550px;
}

.news_date {
	font-size: 8pt;
	color: #787777;
}