* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #b22d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
body {
	background: url(images/bg_all.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	background-color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
#content {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#content_bg {
	background: url(images/con_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#main {
	width: 900px;
	margin: 0 auto;
	clear:both;
	margin-top: 19px;
}
#header {
	height: 145px;
	width: 900px;
}
#menu {
	width: 900px;
	height: 40px;
	padding-right:5px;
	border-bottom: 5px solid #ffffff;
}
#menu ul {
	float:left;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 110px;
	height: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	padding-top: 15px;
	font-size: 16px;
	background: url(images/menubg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-right: 2px;
}
#menu a:hover {
	width: 110px;
	height: 25px;
	background: url(images/menuhov.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration: none;
}
#left {
	width: 890px;
}
#left p {
	color: #ffffff;
	padding-bottom: 10px;
	text-align:justify;
}
#left a {
	font-weight:bold;
	color: #a1a1a1;
}
h1 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-top: 5px;
}
h2 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-top: 5px;
}
h3 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-top: 5px;
}
#right {
	float: right;
	width: 439px;
	margin-right: 5px;
}
#right_top {
	background: url(images/right_top.png);
	background-repeat:no-repeat;
	background-position:top;
	height: 10px;
}
#right_bg {
	background: url(images/right_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	padding-left: 16px;
	padding-right: 16px;
}
#right_bot {
	background: url(images/right_bot.png);
	background-repeat:no-repeat;
	background-position:top;
	height: 10px;
}
#right H4 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #910000;
	padding-bottom: 10px;
}
#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#cen_top {
	background: url(images/cen_top.png);
	background-repeat:no-repeat;
	background-position:top;
	height:9px;
	width: 900px;
}
#cen_bg {
	background-color:#A8A7A8;
}
#cen_bot {
	background: url(images/cen_bot.png);
	background-repeat:no-repeat;
	background-position:top;
	height:9px;
}
#col1 {
	float:left;
	width: 280px;
	padding-left: 8px;
	padding-right: 9px;
	padding-top: 10px;
	text-align:justify;
}
#col2 {
	float:left;
	width: 280px;
	padding-left: 8px;
	padding-right: 9px;
	padding-top: 10px;
	text-align:justify;
}
#col3 {
	float:left;
	width: 280px;
	padding-left: 8px;
	padding-right: 9px;
	padding-top: 10px;
	text-align:justify;
}
h5 {
	background: url(images/cen_title.png);
	background-repeat:no-repeat;
	background-position:top;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	color: #910000;
	padding-left: 20px;
	height: 17px;
	width: 302px;
	margin-bottom: 10px;
	text-decoration: underline;
}
#footer {
	height: 50px;
	padding-top: 18px;
	clear: both;
	background: url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 10px;
}
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	font-weight: normal;
}

