/* CSS Layout for HomePage */

#wrapper {
	background:#FFF;
	margin: 10px auto;
	width: 750px;
	overflow:hidden;
}
 
#header {
	color: #29570F;
	width: 750px;
	height: auto;
	text-align:left;
}

#header_title {
	float:right;
}

#header_bar {
	float:right;
	width:480px;
	padding-top:10px;
	padding-right:5px;
	background:none;
	text-align:right;
}

#main {
	background: #fff;
	margin:20px 0;
	color:#000;
	text-align:left;
}

.colmask {
    position:relative;
    clear:both;
    float:left;
    width:100%;
	overflow:hidden;
}

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

.threecol {
	background:#fff;
}
.threecol .colmid {
	right:30%;
	background:#fff;
}

.threecol .colleft {
	right:35%;
	background:#fff;
}

.threecol .col1 {
	width:31%;
	left:102%;
}

.threecol .col2 {
	width:31%;
	left:36%;
}

.threecol .col3 {
	width:26%;
	left:75%;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	width:745px;
	background: #86942A;
	margin-top: 20px;
	margin-right:160px;
	padding-left: 5px;
	clear:both;
}

#footer_right {
	float:right;
	margin-right:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
	color: #FFF;
	font-weight:bold;
	padding-right: 5px;
	background: #86942A;
	text-align:right;
	width:150px;
}

.main_topic {
	background-color:#29570F;
	font-weight:bold;
	color:#fff;
	font-size:1.2em;
	line-height:1.5em;
	padding-left:5px;
}