@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #353C91;
	font-size: 10px;
	text-align: justify;
}
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner {
	position: relative;
}
#check_menu {
	position: absolute;
	top: 45px;
	right: 1px;
	bottom: 10px;
}
#main_image {
	background-image: url(../images/main_silverdale.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
}
#main_text {
	background-color: #FFF;
	width: 300px;
	line-height: 1.2;
	font-family: Verdana, Geneva, sans-serif;
	padding: 12px;
	position: absolute;
	right: 60px;
	bottom: 60px;
}
#main_text h2 {
	color: #00F;
	margin-top: 0;
	margin-bottom: 10px;
}
#main_text h3 {
	font-size: 16px
	margin: 0 auto;
}
#main_text p {
	font-size: 14px
	margin: 0 auto;
}
#left_column, #center_column, #right_column {
	width: 316px;
	float: left;
}
#center_column, #right_column {
	margin-left: 10px;
}
p {
	margin-top: 1em;
}

#footer {
	width: 968px;
	background-color: #FFF;
}
