@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	background-color: #000000;
	text-align: center;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*#container {
	position: relative;
	background-image: url(../images/content_bg.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 986px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
}
#head_grad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(../images/bg_head_grad.png);
    background-repeat: repeat-x;
}
#header {
	position: relative;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	width: 848px;
	height: 185px;
	margin: 0 auto;
	background-color: #F18800;
	border-right: 1px solid #FCE3C3;
	border-left: 1px solid #FCE3C3;
}
#main {
	position: relative;
	width: 848px;
	margin: 0 auto;
	background-color: #F18800;
	border-right: 1px solid #FCE3C3;
	border-left: 1px solid #FCE3C3;
}
#content {
	position: relative;
	overflow: auto;
	background-color: #F1F1F1;
	margin: 0 20px 0 21px;
	padding: 0 30px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
} */
#footer {
	position: relative;
	width: 853px;
	margin: 0 auto;
	padding: 0 40px 35px;
	background-color: none;
	/*border-right: 1px solid #FCE3C3;
	border-left: 1px solid #FCE3C3;*/
	color: #585858;
	font-size: 0.625em;
}
#footer p {
	padding-top: 7px;
}
.justify {
	text-align: justify;
}
/*.section {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 3px;
	background-color: #FAFAFA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #D8D8D8;
}
.section_head {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px;
	background-color: #8C8B8E;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.section_head_alt {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px;
	background-color: #605F62;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.section_head small, .section_head_alt small {
	font-size: 0.75em;
	font-weight: normal;
}
.section_sep {
	background-color: #CDCBC3;
	margin: 0 1px;
	border-top: 1px solid #EEECE4;
	height: 5ex;
}
.section_content {
	font-size: 0.75em;
	background-color: #ECEAEA;
	margin: 0 3px;
	padding: 15px 0 11px;
	border-top: 1px solid #EEECE4;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}
.section_content p, .section_content h3, .section_content h2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
} */
img {
	margin: 0 auto;
	vertical-align: middle;
}
.right {
	position: relative;
	float: right;
	clear: right;
	margin-top: 15px;
	width: 190px;
}
.left {
	float: left;
	clear: left;
	margin-top: 15px;
	width: 516px;
}
hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	font-size: ;
}
