* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f1951a;
	padding-top: 21px;
	text-align: center;
}
#wrapper {
	width: 816px;
	margin: auto;
	background: url(images/new/body_bg.gif) repeat-y;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	padding-top: 3px;
	border-top: solid 1px #ff0000;
	position: relative;
	line-height: 16px;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #bcd630;
}
.clear {
	clear: both;
}
#wrapper .top_right {
	position: absolute;
	top: -1px;
	right: 0;
	background: url(images/new/content_topright.gif) no-repeat;
	width: 5px;
	height: 6px;
}
#wrapper #home_left_img {
	position: absolute;
	background: url(images/new/home_left_img.jpg) no-repeat;
	width: 257px;
	height: 255px;
	top: 90px;
	left: -17px;
}

/* header */
#header {
	height: 61px;
	background-color: #ed1c24;
	position: relative;
	margin: 0 10px 0 4px;
	margin-bottom: 75px;
}
#header_text {
	position: absolute;
	top: 7px;
	left: 10px;
	background: url(images/new/head_text.gif) no-repeat;
	width: 250px;
	height: 34px;
}
#header .bott_left {
	position: absolute;
	background: url(images/new/head_bott_left.gif) no-repeat;
	width: 133px;
	height: 27px;
	top: 60px;
	left: 173px;
}
#header .bott_right {
	position: absolute;
	background:url(images/new/head_bott_right.gif) no-repeat;
	width: 130px;
	height: 26px;
	top: 60px;
	left: 496px;
}
#header #logo {
	position: absolute;
	background: url(images/new/logo_bg.gif) no-repeat;
	width: 190px;
	height: 81px;
	padding-top: 8px;
	top: 0;
	left: 306px;
}
#header #logo a {
	display: block;
	width: 151px;
	height: 81px;
	margin-left: 22px;
}

/* content */
 /* left */
#column_left {
	float: left;
	width: 228px;
	margin-right: 38px;
	margin-left: 14px;
}
.padd_top_230 {
	padding-top: 230px;
}
#menu {
	margin-bottom: 10px;
}
#menu li {
	list-style: none;
	background: url(images/new/menu_bg.gif) repeat-x top;
	margin-bottom: 2px;
}
#menu li a {
	padding: 4px 6px;
	background: url(images/new/menu_bg.gif) repeat-x bottom;
	font-size: 14px;
	color: #ff0000;
	display: block;
	width: 218px;
	font-weight: bold;
}
#menu li a:hover {
	color: #bcd630;
}
#left_img {
	position: relative;
	height: 97px;
	margin-bottom: 20px;
}
#left_img img {
	position: absolute;
	top: 0;
	left: 4px;
}
#sub_menu li {
	list-style: none;
	background: url(images/new/list.gif) no-repeat 0 5px;
	padding-left: 13px;
	margin-left: 38px;
	margin-bottom: 10px;
}
#sub_menu li a {
	font-size: 14px;
	color: #ed1c24;
}
#sub_menu li a:hover {
	text-decoration: underline;
}
 /* center */
#column_center {
	float: left;
	width: 362px;
}
#column_center h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}
#column_center h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;
}
#column_center p {
	margin-bottom: 13px;
}
#column_center ul {
	padding-bottom: 8px;
}
#column_center li {
	margin-left: 15px;
	margin-bottom: 10px;
}
 /* right */
#column_right {
	float: left;
	width: 146px;
	margin-left: 17px;
	margin-right: 11px;
	color: #f1951a;
	font-size: 12px;
	line-height: 18px;
}
#column_right div {
	margin-bottom: 23px;
}
#column_right .title {
	font-size: 14px;
	font-weight: bold;
}
#column_right a {
	color: #ed1c24;
}
#column_right a:hover {
	text-decoration: underline;
}

/* footer */
#footer {
	background: url(images/new/footer_bg.gif) no-repeat bottom;
	padding-bottom: 65px;
	font-size: 9px;
	color: #f1951a;
	text-align: center;
	padding-top: 35px;
	clear: both;
}
#footer a {
	color: #f1951a;
}
#footer a:hover {
	text-decoration: underline;
}
