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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}
#header_img {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}
#content_wrap {
	width: 100%;
	height: 100%;
	background-image: url(../images/bkg/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.header_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#content_container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 100%;
}
#main_content {
	width: 590px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
	color: #333333;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#left_menu {
	width: 130px;
	position: relative;
	height: 100%;
	float: left;
	padding-left: 20px;
	display: block;
	clear: right;
}
#main_content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main_content li {
	list-style-type: none;
	background-image: url(../images/bkg/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main_content img {
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer {
	height: 75px;
	width: 100%;
	background-image: url(../images/bkg/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	bottom: 0%;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	height: 50px;
}
.copy_text {
	display: block;
	float: left;
	margin-top: 20px;
}
#footer #copyright a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bkg/top_link_bkg.jpg);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 3px;
	display: block;
	width: 30px;
	clear: right;
	float: right;
	margin-top: 15px;
	background-position: right top;
	padding-left: 5px;
}

