html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0px 0;
	font-size: 12px;
	line-height: 18px;
	color: #525252;
	font-family:'Arial';
	text-align: center;
}

#outer {
	 text-align:left;
	 border: 0px solid;
	 padding: 0 0px 0px 0px;
	 width:1000px;
	 margin: auto;
	 margin-bottom: 0;
	 overflow: hidden;
}

#topheader{
	height: 148px;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0;
	background: #fff url('../img/headerbg-default.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
	overflow: hidden;
}

#topheader #topheaderimg{
	background: transparent url('../img/headerimg/headerimg01.jpg');
	background-repeat: no-repeat;
	background-position: 42px 23px ;
	overflow: hidden;
	height: 148px;
}

#topheader #top-nav{
	height: 23px;
	text-align: right;
	padding: 0px 0 0 0;
}

#topheader #logo{
	width: 203px;
	height: 142px;
	margin: -23px 40px 0 0;
	float: left;
}

#mainnav{
	height: 174px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	padding: 0 0 0 0px;
	float: left;
} 

#main{
	padding: 0;
	font-size: 13px;
	padding: 10px 0 10px 0;
	background: #fff url('../img/mainbg-default.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#leftcol{
	float: left;
	width: 213px;
	padding: 0 18px 0 15px;
	overflow: hidden;
}
 
#content{
	color: #000;
	margin: 0px 0 0px 0;
	margin: auto;
	padding: 0 25px 0px 11px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 485px;
	overflow: hidden;
	min-height: 300px;
}

#rightcol{
	color: #000;
	margin: 0px 0 0px 0;
	padding: 16px 0 0 20px;
	width: 210px;
	float: right;	
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
}

#footer{
	color: #fff;
	margin: 0px 2px 10px 0;
	padding: 15px 0 0 280px;
	text-align: left;
	font-size: 10px;
	line-height: 18px;
	width:736px;
	height: 25px;
	background: #fff url(../img/footerbg.gif);
	background-repeat: no-repeat;
	background-position: 215px 0;
}
