@import "global.css";
@import "left-menu.css";
@import "top-menu.css";

#top-menu{
	/*visibility:hidden;*/
}

#header {
	display:block;
	background: url("../images/header-content.jpg") no-repeat;
	height:154px;
	position:relative;
	width:100%;
	cursor:pointer;
}

#header .info {
 font-size:24px;
 text-align:center;
 position:relative;
 width:495px;
 height:40px;
 top:21px;
 height:66px;
 left:140px;
 line-height:28px;
}

#main{
}

#col1 {
 float:right;
 width:584px;
 display:block;
 position:relative;
 min-height: 455px;
 height:auto!important;
 height:455px; 
 top:10px; 
 border-left:1px dotted #665634;
 /*height:100%; */ ie5/7
}

#col2{
 float:left;
 width:216px;
 display:block;
 position:relative; 
}

#col2 .box{
	margin-left:auto;
	margin-right:auto;
	width:182px;
	border:none;
}

#col2 .box .inner {
	width:155px;
	margin:11px;
	background-color:#ffb77a;
}


#col1 .inner{
 position:relative;
 top:-5px;
 min-height:80%;
 left:16px;
 width:539px;
 text-align:justify;
}

h2.title{
	color:#468571;
	text-indent:14px;
	background:url("../images/green-arrow.gif") no-repeat 0 8px;
	margin:0 0 12px 0;
	padding:0;
}

.background {
	background:transparent url(../images/background-content.jpg) no-repeat scroll 0 0;
	bottom:0;
	display:block;
	float:left;
	height:307px;
	left:50%;
	margin-left:-118px;
	position:absolute;
	width:463px;
}

