html,body{
	margin:0;
	padding:0
}

body{ 
	font: 76% arial,sans-serif;
	background:url(../images/bkg.gif) 0 0 repeat-x;
	text-align: just;
}

#header{
	width: 100%;
	height: 229px;
}

#topo{
	width: 100%;
	height: 47px;
}

#menu {
	position: absolute;
	top: 45px;
	left: 52px;
	_top:57px;
}

#menu ul{
	width:87px;
	list-style: none;
	top: 100px;
}

#menu ul li{
	width:87px; 
	height:22px; 
	border-bottom:1px dashed #AECCCA;
}
#menu ul li a{
	width:72px; 
	height:22px; 
	display:block; 
	background:url(../images/bullet-normal.gif) 0 7px no-repeat; 
	color:#305E5C; 
	line-height:22px; 
	text-decoration:none; 
	padding:0 0 0 15px;
}

#menu ul li a:hover{
	background:url(../images/bullet-hover.gif) 0 7px no-repeat; 
	color:#305E5C; 
	line-height:22px; 
	text-decoration:none; 
	padding:0 0 0 15px;
}

#header ul.botton{
	width:150px; 
	height:45px; 
	position:absolute; 
	top:154px; 
	_top:165px;
	left:225px;
	list-style: none;
}

#header ul.botton li{
	float:left; 
	height:45px;
}

#header ul.botton li.home a{
	width:42px; 
	height:45px; 
	display:block; 
	background:url(../images/home-normal.gif) 0 0 no-repeat;
	text-indent:-200000px; 
	margin:0 12px 0 0;
}

#header ul.botton li.home a:hover{ background:url(../images/home-hover.gif) 0 0 no-repeat;}

#header ul.botton li.aboutus a{
	width:42px; 
	height:45px; 
	display:block; 
	background:url(../images/aboutus-normal.gif) 0 0 no-repeat; 
	text-indent:-200000px; 
	margin:0 12px 0 0;
}

#header ul.botton li.aboutus a:hover{background:url(../images/aboutus-hover.gif) 0 0 no-repeat;}

#header ul.botton li.contact a{
	width:42px;
	height:45px; 
	display:block; 
	background:url(../images/contact-normal.gif) 0 0 no-repeat; 
	text-indent:-200000px; 
	margin:0px;
}

#header ul.botton li.contact a:hover{background:url(../images/contact-hover.gif) 0 0 no-repeat;}

#container{
	width: 100%;
	heigh: auto;
}

#content{
	width: 865px;
	margim: 230px;
	padding-bottom: 10px;
}

#contentLeft h2{
	padding-left: 38px;
	font-size: 16px;
	color: #666666;
}

#contentLeft{
	float: left;
	width: auto;
	height: auto;
	padding-left: 33px;
}

/*----Body Left Panel----*/
#contentLeft ul{
	width:128px;
	list-style: none;
}

#contentLeft ul li{ height:24px; }

#contentLeft ul li a{
	height:24px; 
	display:block; 
	background:url(../images/bullet2-normal.gif) 0 10px no-repeat #fff; 
	color:#5F7A77; 
	text-decoration:none; 
	line-height:24px; 
	padding:0 0 0 12px;
}

#contentLeft ul li a:hover{
	background:url(../images/bullet2-hover.gif) 0 10px no-repeat; 
	color:#5F7A77; 
	text-decoration:none;
}
/*----/Body Left Panel----*/

#contentRight{
	float: right;
	margim: 208px;
	width: 648px;
	height:auto;
	position: relative;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3F0F0;	
}

#footer{
	clear: right;
	padding-top: 15px;
}

#footer p{
	margin:0;
	padding:5px 10px
}

#footerLight{
	width: 100%;
	height: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D3F0F0;
	background: #EBF8F7;	
}

.subMenu{
	color:#5F7A77; 
	text-decoration:none; 
	font-weight:bold;
	padding-top:30px
}

.subMenu:hover{
	color:#111; 
	text-decoration:none;
	font-weight:bold;
	padding-top:10px
}

#footerDark{
	width: 100%;
	height: 35px;
	background: #D3F0F0;
	text-align: center;
	line-height:37px;
	font-size: 11px;
	font-weight:bold;
	color: #444;
	display:block;
}