/* CSS Document */
html {
	height: 100%;
	overflow-y:auto; /* position: fixed hack */
}

body{
	text-align:center;
	min-width: 765px;
	background: #b5b0a5;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 100%;
	overflow:auto; /* position: fixed hack */
}

#wrapper {
	width: 765px;
	margin: auto auto;
	text-align:left;
	background-image:url(images/wrapper-background.jpg);
	height: 100%;
}

#header {
	background-image:url(images/header.jpg);
	height: 132px;
}

#menu {
	width: 765px;
	margin: 0px;
}

#main {
	margin: 0px;
	width: 626px;
	float:right;
}

#content {
	width: 488px;
	background: #c4bfb6;
	padding-top: 15px;
}

#leftside {
	width: 130px;
	height: 200px;
	float:left;
	padding-top: 35px;
}

#rightside {
	width: 130px;
	height: 200px;
	float:right;
	padding-top: 35px;
}

#footer2 {
	clear:both;
	background-image:url(images/footer.jpg);
	position:absolute;
	bottom: 0px;
	width: 764px;
	height: 34px;
}

/* Style Markup */

H1 {
	font-size: 1.1em;
}

H2 {
	font-size: 1.02em;
}

P {
	text-indent: 20px;
}

LI {
	list-style: none;
	_margin: 0px;
	_padding: 0px;
}	

#leftside LI, #rightside LI {
	background-image: url(images/menu-listitem.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	_text-indent: 5px;
	background-position: 0 0.1em;
	margin-left: 10px;
}


#content LI {
	background-image: url(images/content-listitem.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	_text-indent: 5px;
	background-position: 0 0.1em;
	margin-left: 30px;
}

#content h1, #content h2, #content P {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.postlink {
	color: #993300 !important;
	text-decoration:underline !important;
}

.postlink:hover {
	color: #CC3300 !important;
	text-decoration:underline !important;
}


A:link {
	color: #3e3c37;
	text-decoration:none;
}

A:visited {
	color: #3e3c37;
	text-decoration:none;
}

A:hover {
	color: #9a2929;
	text-decoration:none;
}

A:active {
	color: #3e3c37;
	text-decoration:none;
}

