﻿@charset "utf-8";
.fs-red-b-lg {
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.fs-c {
	text-align: center;
}

/* CSS Document */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg-09.jpg) repeat-x;
}
#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header {
	clear: both;
	height: 217px;
}
#picShow {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F00;
	font-size: 1.1em;
}

#center {
	background: url(../images/center-09.jpg) repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}
#center_content {
	padding-right: 25px;
	padding-left: 25px;
}


#columnLeft {
	float: left;
	margin: 0px 0px 0px 25px;
	width: 440px;
	text-align: center;
}
#columnRight {
	float: right;
	margin: 0px 25px 0px 0px;
	width: 440px;
}

#footer {
	background: url(../images/footer-09.jpg);
	height: 99px;
	clear: both;
	padding: 0px;
}
.footer {
	font-size: .9em;
	text-align: center;
	border-top-style: none;
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 0px;
}
h1 {
	color: #900;
	font-size: 25px;
	font-weight: bold;
}
h2 {
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font: 1.3em Verdana, Geneva, sans-serif;
	color: #009;
}


#menu-2 {
	background: url(../images/center-09.jpg);
	text-align: center;
	height: 35px;
	clear: both;
}
.gfx-l-nb {
	float: left;
	border-style: none;
}
.gfx-r-nb {
	float: right;
	border-style: none;
}
.gfx-nb {
	border-style: none;
}
.fs-right {
	text-align: right;
}
.fs-left {
	text-align: left;
}
.fs-left_menu {
	text-align: left;
	padding-left: 40px;
}
.fs-justify {
	text-align: justify;
}
.center_red {
	color: #900;
	text-align: center;
}
.gfx-left_menu_item {
	float: left;
	margin-left: 5px;
	padding-right: 8px;
}
