* {
padding:0;
margin:0;
}

body {
    margin:20px 0 0 0;
    padding:0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
}

img {
    border:0;
}

.clear {
    clear: both;
}

.wrapper {
    width:870px;
    text-align: left;
}

.header {
    width:841px;
    height:134px;
    background:url(images/header.jpg) no-repeat;
}

.header_bottom {
    width:841px;
    height:82px;
    background:url(images/header_bottom.jpg) no-repeat;
}

.header_bottom .text {
	padding:12px 0 0 288px; color:#FFF; font-size:23px;
}

.header_bottom .btn {
	position:absolute;
}

.header_bottom .btn div {
	position:absolute; left:680px; top:45px;
}

.content {
	width:841px;
}

.content .left {
 	float:left; width:266px; height:212px; background:url(images/left_bg.jpg);
}

.content .left .left_padding {
	padding:35px 0 0 25px;
}

.content .left .left_padding .list {
	background:url(images/list.gif) no-repeat 0px 7px; margin-bottom:6px;
}

.content .left .left_padding .list div {
	padding:0 0 0 18px; font-size:18px; color:#1b4482;
}

.content .right {
 	float:right; width:575px;
}

.content .right .right_padding {
 	padding:17px 0 0 17px;
}

.content .right .right_padding .check {
 	float:left; width:279px; background:#d4d4d4;
}

.content .right .right_padding .check div {
 	color:#003864; font-size:13px; margin-top:1px; padding:10px 0 10px 35px; background:url(images/check.jpg) #fff no-repeat 5px 10px;
}

.content .right .right_padding .check_button {
	float:left; width:558px; background:#d4d4d4; text-align:center;
}

.content .right .right_padding .check_button div {
	color:#003864; font-size:13px; margin-top:1px; padding:15px 0 10px 35px; background:#fff;
}

.footer {
	padding-left:11px;
}

.footer .inner {
	width:830px; background:#8bb517; padding-top:3px;
}

.footer .inner .inner_padding {
	background:#FFF; padding-top:5px; padding-left:5px;
}

.footer .inner .inner_padding a {
	color:#696969; font-size:12px; text-decoration:none;
}