#page {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A4B8CB;
	background-position: center bottom;
}
#pagewrapper {
	float: left;
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header {
	float: left;
	width: 794px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.logo {
	float: left;
	height: auto;
	width: auto;
}
.imghome {
	float: right;
	height: auto;
	width: auto;
	margin-right: -14px;
	margin-top: -19px;
	_margin-top: 0px;
}

.imgright {
	float: right;
	height: auto;
	width: auto;
}

.picright {
	float: right;
	height: auto;
	width: auto;
	border: 5px solid #5AA426;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.picleft {
	float: left;
	height: auto;
	width: auto;
	border: 5px solid #5AA426;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}
.homeicon {
	float: left;
	height: auto;
	width: auto;
}
.homediv {
	float: left;
	height: auto;
	width: 495px;
}

body {
	background-color: #A4B8CB;
	background-image: url(images/body_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	float: left;
	height: 25px;
	width: 794px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #00396C;
}
#content {
	height: auto;
	width: 773px;
	margin-left: 3px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00396C;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.orangetag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.orangetag a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
#footer {
	float: left;
	height: 17px;
	width: 800px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #053863;
	background-color: #A4B8CB;
	margin-left: -13px;
}
