@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #C6C;
}/* CSS Document */
#Container {
	background: url(../Images/SiteLayeredforphotocropping.jpg) no-repeat;
	height: 630px;
	width: 892px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#Container #sidebar1 {
	height: 350px;
	width: 200px;
	float: left;
	padding-top: 130px;
	padding-left: 110px;
	float:left;
	clear: both;
	margin: 0px 0px 4px;
}
#navbar {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
		color: #FFF;
}
#navbar ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position: relative;
}
#navbar ul li {
	padding:0;
	margin: 8px 0px 0px;
	text-align: left;
	display:block;
	}
#navbar ul li a {
	text-align:left;
	padding:8px 0px 0px 12px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#2C1A0E;
	display:block;
	background:url(../Images/verMenuImageslight.png) no-repeat 0px 0px;
	text-decoration:none;
	height: 28px;
	width: 120px;
	margin: 0px;
	vertical-align: top;
}
#navbar ul li a:hover {
	color: #60150F;
	text-decoration: none;
	text-align: left;
	background:url(../Images/verMenuImageslight.png) no-repeat 0px -40px;
}
#navbar ul li a:active {
	color: #6C202A;
	text-decoration: none;
	text-align: left;
	background:url(../Images/verMenuImageslight.png) no-repeat 0px -80px;
}
#mainContent {
	position: absolute;
	width: 250px;
	left: 425px;
	color: #FFF;
	top: 150px;
	bottom: 600px;
}
#Container #mainContent h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#Container #mainContent p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #FFF;
}
#Container #mainContent p a {
	color: #827771;
	text-decoration: none;
}
#Container #mainContent p a:hover {
	color: #FFF;
}	
	
#Container #Nameandsuch {
	height: 90px;
	width: 301px;
	padding: 7px 0px 0px;
	margin: 5px 0px 0px 110px;
	clear: both;
	float: left;
	display: inline;
}
#Container #Nameandsuch h2 {
	font-size: 12px;
	color: #2C1A0E;
	font-style: normal;
	font-weight: normal;
	display: block;
}
#Container #pageheadline {
	color: #FFF;
	width: 250px;
	left: 425px;
	top: 120px;
	position: absolute;
}
#Container #pageheadline h1 {
	font-size: small;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
	color: #D6D1CD;
}
#Container #PhotoArea {
	height: 125px;
	width: 275px;
	float: right;
	padding: 0px;
	margin-top: 440px;
	margin-right: 205px;
	display: inline;
}
#Container #mainContent p img {
	clear: both;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
}
#Container #mainContent p br {
	color: #FFF;
}
