@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font:normal 62.5%/1.5em Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#86ad2f;
}

p.clear {
	clear:both;
	height:0;
}

#frame {
	width:918px;
	height:557px;
	margin:0 auto;
	margin-top:25px;
	background:transparent url(images/content-bg.jpg) left top no-repeat;
}

#content {
	width:777px;
	padding:45px;
	margin:auto;
}

#heading {
	width:777px;
	height:94px;
	background:transparent url(images/heading.jpg) left top no-repeat;
}

#content-main {
	margin-top:54px;
}

#text {
	float:left;
	width:314px;
	height:183px;
	padding:17px 17px 0 17px;
	font-size:1.2em;
	line-height:1.9em;
	color:#FFF;
	background:transparent url(images/text-box.jpg) left top no-repeat;
}

#image01 {
	float:left;
	width:131px;
	height:200px;
	margin-left:11px;
	background:url(images/image-1.jpg) left top no-repeat;
}

#image02 {
	float:left;
	width:131px;
	height:200px;
	margin-left:11px;
	background:url(images/image-2.jpg) left top no-repeat;
}

#image03 {
	float:left;
	width:131px;
	height:200px;
	margin-left:11px;
	background:url(images/image-3.jpg) left top no-repeat;
}

#button {
	width:500px;
	margin-top:10px;
	float:left;
}

	#button a {
		border:none;
		outline:none;
	}
	
	#button img {
		border:none;
	}
	
#contact {
	width:450px;
	font-size:1.1em;
	float:left;
	color:#6b6b6b;
	margin-top:10px;
}

	#contact a {
		color:#6b6b6b;
		text-decoration:none;
	}

#logo {
	float:left;
	width:248px;
	height:63px;
	margin-left:70px;
	background:transparent url(images/bc-logo.jpg) left top no-repeat;
}
