body {
	color: #000000;
	background-color: #cbcbcb;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#wrapper {
	width: 800px;
	position: relative;
}
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	height: 100px;
	overflow: hidden;
	background-position: left 10px;
	background-color: #FFFFFF;
}
h1 {
	padding-top: 15px;
	padding-left: 15px;
}

#cover {
	margin: 0px 10px 15px 20px;
}
.column {
	float: left;
}

#sub {
	width: 180px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}
#main {
	width: 380px;
	margin-right: 20px;
	color: #000000;
}
#extra {
	width: 160px;
}

#footer {
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: right;
		padding: 10px 20px 20px;
}
#main hr {
	margin-bottom: 20px;
}

#sub h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg_leftside_top.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 16px;
	padding-bottom: 10px;
}



#sub ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bg_leftside_bottom.gif);
	background-position: left bottom;
}
#sub h2.sub-top {
	background-image: url(../images/bg_leftside_top.gif);
	margin-top: -10px;
	padding-top: 7px;
}
#sub ul.sub-bottom {
	background-image: url(../images/bg_leftside_bottom_b.gif);
}
#sub li {
	margin-bottom: 3px;
}

#sub li a {
	color: #000000;
	display: block;
	border-bottom: 1px dotted #007b32;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
}
#title {
	color: #000000;
	background-image: url(../images/bg_title_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
}
#title h1 {
	font-size: 14px;
	padding-top: 39px;
	padding-right: 25px;
	padding-left: 105px;
}
#title h1 a {
	color: #000000;
}

#title h3 {
	font-size: 12px;
	text-align:right;
	padding-right: 25px;
	background-image: url(../images/bg_title_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 10px;
	background-position: left bottom;
}

#main .section {
	background-image: url(../images/bg_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	line-height: 150%;
	margin-top: -15px;
	padding: 20px 20px 30px;
}
#main .next {
	text-align: right;
	color: #0033CC;
	padding-bottom: 40px;
}
#main h2 {
	font-size: 100%;
	border-left: 10px solid #539303;
	padding-left: 10px;
}
#main hr {
	margin-bottom: 20px;
}

#extra h2 {
	background-image: url(../images/bg_extra_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: left top;
	padding-left: 10px;
	height: 30px;
}
#extra .content {
	background-image: url(../images/bg_extra_bottom.gif);
	background-position: left bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 413px;
}
#extra .content h3 {
	font-size: 100%;
}
#extra h3 a {
	color: #007B32;
}

#extra .content p {
	margin-bottom: 10px;
}
