/* CSS Document */

Body {
	background-color:#E0E9C3;
	min-width:700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.h1	 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}

.h2	 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}

#Header {
	width:990px;
	height:auto;
	background-color:#F0EEC0;
	margin-top:00px;
	margin-right:auto;
	margin-left:auto;
	border-bottom-color:#333333;
	border-bottom-width: medium;
	border-bottom-style: groove;
}

#Header .Logo {
	padding-left: 10px;
}

#Header .Photo {
	position: absolute; 
	top: 30; left: 50%;
			
}

#Main {}

.ContentWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: #F0EEC0;
	text-align: justify;
	vertical-align: top;  /*margin-left: 155px; */
	padding-left: 20px;
	padding-right: 20px;
	}

#Content {
	height:auto;
	background-color:#F0EEC0;
	margin-left:auto;
	margin-right:auto;
	width: 990px;
	min-height:440px;
	top: 5px;
}

#Footer {
	height:20px;
	background:#F0EEC0;
	margin-right:auto;
	margin-left:auto;
	width: 980px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.centeredImage
    {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	vertical-align: middle;
    }

.NavMenu {
	width:100px;
	height:100px;
	background-color:#F0EEC0;
	position: relative; top: 5px;
	border-right:#333333; border-right-style:dotted; border-right-width:thin;
}	
