@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#Wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
}

#Header {
	width: 900px;
	height: 150px;
	float: left;
	background-image: url(../img/jpgs/header.jpg);
	background-repeat: no-repeat;
}

#Menu {
	width: 900px;
	height: 30px;
	float: left;
	background-color: #00472c;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

#Content {
	width: 590px;
	height: auto;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Content_home {
	width: 900px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Images {
	width: 294px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 1px solid #999;
}

#Footer {
	width: 890px;
	height: 30px;
	float: left;
	padding-left: 10px;
	background-color: #00472c;
	color: #fff;
	font-size: 11.5px;
	line-height: 30px;
	text-align: left ;
}

/* Links */

#Menu a:link {
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}

#Menu a:visited {
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}

#Menu a:hover {
	color: #fff;
	text-decoration: underline;
	background-repeat: no-repeat;
}

#Menu a:active {
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}

#Footer a:link {
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}

#Footer a:visited {
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}

#Footer a:hover {
	color: #fff;
	text-decoration: underline;
	background-repeat: no-repeat;
}

#Footer a:active {
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* Font */

.bodyfont {
	color: #222222;
	font-size: 12.5px;
	line-height: 25px;
}

.subheader {
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

.pageheader {
	color: #222222;
	font-size: 22px;
	font-weight: bold;
	line-height: 44px;
}

