@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 40px;
	background-image: url(images/back4.gif);
	background-repeat: repeat;
}
body img {
	border: 4px solid #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#wrapper	{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #84A1B0;
	padding-top: 30px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #E3E3E3;
	border-right-color: #344046;
	border-bottom-color: #344046;
	border-left-color: #E3E3E3;
}
#content {
	text-align: left;
	margin-left: 175px;
	margin-right: 145px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	width: 80px;
}
#menu  ul  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu  li  {
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin-bottom: 55px;
}
#menu a {
	text-decoration: none;
}
#menu  img  {
	padding: 0px;
	border: 2px solid #000000;
}
#footer		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F4D54;
	line-height: 2em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/footer.png);
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #344046;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #A8C7D1;
}
#footer p {
	text-align: center;
	margin: 0px;
}


