@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/header_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navigation {
	position: absolute;
	left: 33px;
	top: 119px;
	width: 675px;
}
#navigation a {
	text-align: center;
	display: block;
	height: 24px;
	width: 100px;
	float: left;
	vertical-align: middle;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 3px;
	color: #000099;
	border: thin solid #0000FF;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#header {
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 250px;
	width: 100%;
}
#content {
	position: absolute;
	left: 33px;
	top: 170px;
	width: 680px;
	z-index: 100;
}
#navigation a:hover {
	text-align: center;
	display: block;
	height: 24px;
	width: 100px;
	float: left;
	vertical-align: middle;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 3px;
	color: #FFFFFF;
	border: thin solid #0000FF;
	background-color: #3FB0D8;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	display: none;
}
.copyright {
	font-size: 10px;
	color: #666666;
}

h1 {
	font-size: 24px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#phone {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 3px;
	padding: 3px;
	height: 30px;
	width: 210px;
	position: absolute;
	top: 33px;
	left: 475px;
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
}
