@charset "utf-8";



#mainimage {
	float: left;
	height: 250px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/mainimage.jpg);
	overflow: hidden;
}
/* CSS Document */

#imagebox {
	float: left;
	height: 200px;
	width: 350px;
	background-image: url(images/imagebox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#homebox {
	float: left;
	height: 250px;
	width: 430px;
	background-image: url(images/homebox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#hometext {
	float: left;
	height: 210px;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 20px;
}
#hometitle {
	float: left;
	height: 50px;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

