@charset "utf-8";
/* CSS Document */


body{
	background-color:#666666;
	min-width:550px;
	font-size:12px;
	margin:0;
	padding:0;
}


#container{
	margin:10px auto 0px auto;
	border:#585858 solid 2px;
	background:#7D898C;
	width:760px;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	height:73px;
	background:url(../images/header.jpg) no-repeat top left;
}
#banner{
	clear:both;
	margin:8px auto;
	height:142px;
	width:747px;
}
#home {
	clear:both;
	margin:8px auto;
	width:747px;
}
#content_wrapper {
	background-color:#DEDEDE;
	width:741px;
	margin:0px 7px 9px 6px;
	padding:4px 0 4px 5px;
}
#content{
	overflow: hidden;
}
#content .column {
	float:left;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
}
#centerCol {
	width: 340px;
	margin-left:4px;
}
#leftCol {
	width:200px;
	background-color: #00FF00;
	font-size:12px;
	color:#666666;
}
#rightCol {
	width:184px;
	margin-left:4px;
}


#footer{
	clear:both;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	margin:0px 9px 10px 7px;
	width:700;
	position:relative;
	padding-top:5px;
}

#finndigital {
	text-align:center;
	margin:10px auto;
	padding-bottom:20px;
}

