@charset "utf-8";
body {
	background-color: #5f5831;
	font-size: 12px;
	color: #200;
}
a:hover {
	color: #C29D74;
}
a {
	color: #694D2E;
}
h1 {
	font-size: 16px;
}

/* CSS Document */


#holder {
	width:735px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#leftSideBar {
	position:relative;
	left:0px;
	top:0px;
	width:216px;
	height:649px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#navigationArea {
	position: relative;
	width: 510px;
	left: 0px;
	top: 0px;
	height: 45px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}

#rightSide {
	position: relative;
	width: 510px;
	left: 225px;
	top: -649px;
}
#leftSideBar #logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#leftSideBar #leftBlock1 {
	width: 90%;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 5px;
	background-image: url(images/left-separator.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#leftSideBar #leftBlock2 {
	width: 90%;
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#leftSideBar #leftBlock3 {
	height: 75px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content #topContent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	min-height: 370px;
}
#content #bottomContent {
	height: 32px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	text-align: center;
	color: #333625;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center -8px;
}

#mastHead {
	position:relative;
	left:0px;
	top:0px;
	width:510px;
	height:157px;
	margin-top: 7px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
}

#mastHead p{
	margin: 0px;
}

#content {
	position:relative;
	left:0px;
	top:0px;
	width:510px;
	margin-top: 7px;
	background-image: url(images/content.jpg);
	background-repeat: repeat;
	min-height: 433px;
}
#navigationArea ul.links {
	margin-left: 20px;
	font-size: large;
	font-weight: bold;
	line-height: 250%;
}
#leftSideBar a {
	color: #dcc67d;
}

#leftSideBar h2 {
	font-size: 16px;
	font-weight:bold;
}

#navigationArea ul.links li a {
	color: #e7e5cf;
	text-decoration: none;
}
#navigationArea ul.links li a:hover {
	color: #2F1A17;
}
