/* RESET CSS */
#wrapper{
	width:100%;

	margin:0px;
	padding:0px;	
}

#contents{
	position:relative;
	margin-top:10px;
	margin-left:10px;
}

#header{
	height:70px;

	margin:0px;
	padding:0px;
	
	background:url(../business/img/logo3.jpg) left top repeat-x;
}

#header h1{
	position:absolute;
	width:860px;
	height:70px;
	
	top:0px;
	left:0px;
}

.headerImg{
	height:70px;
	
	margin-left:860px;

	background:url(../business/img/logo2.jpg) no-repeat;
}

.copy{font-size:10px;}

/*footer
--------------------------------------------------*/
#footer{
	margin-top:50px;
	width:100%;
	height:20px;
	
	margin-bottom:10px;
	padding:0px;	
}

#footer ul{
	width:860px;
	height:20px;

	margin:0px;
	padding:0px;
}

#footer li{
	display:block;
	overflow:hidden;

	float:left;
	height:20px;

	margin:0px;
	padding-left:10px;
	padding-right:10px;

	text-align:center;

	line-height:2;
	font-size:12px;	
}

#f2,#f3,#f4,#f5{
	border-left:1px #0033CC solid;
}
