html{
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height:100%;
	font-size:12px;
	color: #333333;
	text-align:center;
	background-image: url(../img/bg.jpg);
	background-repeat:repeat;
	background-color: #000000;
}

a:link {
	color: #9a8210;
	text-decoration: none;
}

a:visited {
	color: #9a8210;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #9a8210;
}

a:active {
	color: #9a8210;
	text-decoration: underline;
}

#flash {
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;
}


/* -------------------------------------------
Clearfix
------------------------------------------- */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    line-height: 0;
    clear:both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/* -------------------------------------------
”Ä—pƒNƒ‰ƒX
------------------------------------------- */

div#header {
	top: none;
	width: 847px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/header_bar.gif);
	background-repeat: repeat-x;
}

div#header_sub {
	height: 100px;
	text-align: left;
}

div#header_sub img {
	float: left;
	margin: 10px 25px 5px 30px;
}

div#header_sub h3 {
	margin: 35px 10px 10px 50px;
	font-weight: bold;
	font-size: 16px;
}

div#layout {
	margin: 0px 0px 0px 0px;
	width: 847px;
	background-color:#ffffff;
	/*background-image: url(../img/layout_table.gif);*/
	/*background-repeat: repeat-y;*/
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	margin: 0 auto;
	text-align: center;
}

div#layout_body {
	margin: 0px 0px 0px 0px;
	width: 847px;
	background-image: url(../img/layout_over_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

div#menu {
	width: 847px;
	height: 48px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/menu_bar.gif);
	background-repeat: repeat-x;
}

div#menu h4 {
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;
	font-size: 16px;
}

div#main_top h5 {
	margin: 0px 0px 10px 20px;
	text-align: left;
	color: #000000;
	margin-top: 18px;
}

div#main_top1 {
	margin: 20px 20px 20px 20px;
	border:solid 1px #9e8316;
}

div#dl_top1 {
	margin: 20px 20px 20px 20px;
	padding: 0px 10px 10px 10px;
	border:solid 1px #9e8316;
	text-align: left;
}

div#dl_top2 {
	height: 200px;
}

div#main_left {
	float: left;
	color: #000000;
	width: 380px;
	text-align: left;
	border-right:solid 1px #9e8316;
	margin: 0px 10px 20px 15px;
	padding-right: 10px;
}

div#main_left h5 {
	text-align: left;
	color: #000000;
}

div#main_left p {
	margin: 5px 5px 5px 10px;
	color: #000000;
	font-size:13px;
	line-height: 150%;
}

div#main_left img {
	margin: 5px 10px 5px 0px;
}
div#main_right {
	float: right;
	color: #000000;
	width: 400px;
	margin: 0px 15px 20px 0px;
	text-align: left;
}

div#main_right h5 {
	text-align: left;
	color: #000000;
}

div#main_right img {
	margin: 5px 5px 5px 10px;
}

div#main_right p {
	margin: 5px 5px 5px 10px;
	color: #000000;
	font-size:13px;
	line-height: 150%;
}

div#main_foot_menu {
	color: #000000;
	text-align: center;
	margin: 30px 10px 30px 10px;
}

div#footer {
	top: none;
	width: 847px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/header_bar.gif);
	background-repeat: repeat-x;
}
