@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font:13px Georgia, "Times New Roman", Times, serif;
	}
a img {
	border:none;
	}
.wrapper {
	width:982px;
	margin:0 auto;
	}
#header {
	background:url(images/bg_header_03.gif) top repeat-x;
	}
#nav {
	background:url(images/bg_nav_09.gif) repeat-x;
	height:41px;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	line-height:41px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
	}
#nav a {
	text-decoration:none;
	color:#FFFFFF;
	margin:0 30px 0 30px;
	}
#nav a.active {
	color:#fe3411;
	}
#left {
	float:left;
	width:217px;
	}
#left .text {
	background:url(images/left_bg_22.gif) repeat-y;
	}
#left #bottom {
	background:url(images/left_bottom_22.jpg) bottom no-repeat;
	padding:20px;
	padding-bottom:240px;
	font-size:11px;
	line-height:20px;
	}

#left a {
	text-decoration:none;
	color:#000000;
	line-height:20px;
	}
.alignCenter {
	text-align:center;
	}
#right {
	float:right;
	width:216px;
	}
#right .text {
	background:url(images/right_bg_32.jpg) repeat-y;
	padding:30px 20px 20px 20px;
	font-size:11px;
	}
#center {
	margin-left:240px;
	margin-right:240px;
	}
.border {
	background:#f5f5f5;
	border:1px solid #dcdcdc;
	padding:15px;
	font-weight:bold;
	margin-right:10px;
	
	}
#footer {
	padding:20px;
	font-size:12px;
	background:#fefefe;
	border-top:1px solid #e1e1e1;
	}
.red {
	color:#FF0000;
	}
a.red {
	text-decoration:none;
	}
.green {
	color:#70a820;
	}

