html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 770px;
	border: 1px solid #D59067;
}
#banner {
	/*background-image: url(../assets/oldimages/banners/banner.png);*/
	height: 150px;
	background-position: right;
	background-repeat: no-repeat;
}
#navigation {
	float: right;
}


#maincontent {
	clear: both;
	padding: 1em .5em 0.5em 0.5em;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
#footer {
	font-size: .8em;
	border-top: 1px solid #C26C52;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	margin-top: 1em;
	text-indent: .5em;
}
#sitecredit {
	float: right;
	margin-right: .5em;
	
}
#sitecredit a {
	color: #666666;
	text-decoration: none;
}
.floatright {
	float: right;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
a img {
	border-width: thin;
	border-style: none;
}
.floatleft {
	float: left;
	margin-right: 0.5em;
	width: 150px;
	border: 1px solid #CCCCCC;
}
iframe {
	width: 100%;
	border-style: none;
	height: 1000px;
	overflow-x: hideden;
}
