
html, body {
	margin: 0;
	padding: 0;
	text-align: center;


}

body {
	background: #a9ac99 url(images/top_right.gif) no-repeat top right;
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	padding: 20px 0;
	color: #000000;
}
#content {
	background: inherit;
	border: none;
	color: #000000;
	margin: 0;
	padding: 0 10px 10px 67px;
	text-align: left;
	width: 430px;
	text-align: justify;
}

#footer {
	background: url(images/bottom.gif) no-repeat bottom center;
	background-color: inherit;
	clear: both;
	color: #808979;
	font-size: 11px;
	height: 65px;
	margin: 0;
	padding: 10px 10px 10px 67px;
}

#header {
	background: inherit;
	color: #a0a999;
	font-size: 11px;
	height: 120px;
	margin: 0;
	padding: 8px 30px 0 7px;
	text-align: right;
	width: 490px;
}

#page {
	background: url(images/middle.gif) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 714px;
}

#sidebar {
	
	float: right;
	font-size: 12px;
padding: 8px 5px 4px 20px;
	width: 180px;


}


#top {
	background: transparent url(images/top.gif) no-repeat top center;
	height: 30px;
}


#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

a, a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FF9933;
	}

a:hover {
	color: #CC9900;
	text-decoration: underline;
	}







.navigation {
	font-size: 11px;
	padding: 40px 0 0 0;
}

.pagetitle {
	font-size: 11px;
	letter-spacing: 0.09em;
	text-align: right;
}




