* {
	margin: 0;
	padding: 0;
}
html {
	back-ground: #fff url(img/bg.png) repeat-x left top;
}
body {
	margin: auto;
}
a {
	font-size: 16px;
	font-family: helvetica, arial;
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	font-family: helvetica, arial;
	font-size: 16px;
	color: #777;
}
h1 {
	font-family: helvetica, arial;
	font-size: 23px;
	color: #000;
	padding: 0 0 0 5px;
}
h2 {
	font-family: helvetica, arial;
	font-size: 14px;
	color: #000;
	padding: 0 0;
}
p {
	font-family:  helvetica, arial;
	font-size: 14px;
	padding: 0 10px 0 3px;
}
#pearce {
	position:absolute;
	background:  url(img/pearce.gif) no-repeat left;
	width:173px;
	height: 27px;
}
#tape {
	background:  url(img/tape.gif) repeat-x left;
	margin-left:0;
	margin-top: 0px;
	height: 27px;
}
#page {
	background: url(img/bg2.jpg) no-repeat;
	width:1020px;
	height:705px;
	margin-top: 0px;
	z-index: 1;
}
#content {
	float: left;
	background: #FFFFFF;
	background: rgba( 255, 255, 255, 0.9);
	width:665px;
	height:580px;
	margin-top: 62px;
	margin-left: 65px;
	display:inline;
	overflow: scroll;
	z-index: 3;
}
#main {
	width:1020px;
	/* height:730px; */
	margin: auto;
	top: 128px;
}
#current {
	font-family: helvetica, arial;
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	color: #E00000;
}
#sidebar {
	float: right;
	background: #FFFFFF;
	background: rgba( 255, 255, 255, 0.4);
	width:180px;
	padding: 5px;
	margin-top: 10px;
	/* margin-left: 20px; */
	margin-right: 80px;
	display:inline;
	overflow:hidden;
}
#sidebox {
	padding:5px;
	background: #FFFFFF;
	background: rgba( 255, 255, 255, 0.85);
	margin-top: -13px;
}
.logo {
	background: url(img/logo.png) no-repeat left;
	width: 180px;
	height: 40px;
}
.news {
	/* background: #fff; */
	/* width:180px; */
	height:425px;
	padding: 0px;
}
.rss {
	background: #FFFFFF;
	padding:10px;
	text-align:right;
	width:160px;
	height:20px;
	margin-top: -35px;
	/* margin-left: 740px; */
}
.line {
	background: url(img/page-div.gif) no-repeat;
	width: 634px;
	height: 16px;
	margin-top: 135px;
	margin-left: 5px;
}
.titleline {
	background: url(img/title-line.gif) no-repeat;
	width: 634px;
	height: 4px;
	margin-left: 5px;
}
.disclaimer {
	float: left;
	font-family: helvetica, arial;
	color: #000;
	font-size: 12px;
	margin-left: auto;
	margin: 5px;
}
.button a {
	background: url(img/menu.png) no-repeat left;
	width: 165px;
	height: 30px;
	line-height:20px;
	margin-left: 0px;
	text-decoration: none;
	padding: 0 140px 0 2px;
	font-family: helvetica, arial;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	/* margin-bottom: 2px; */
}
.button a:hover {
	width: 165px;
	height: 30px;
	text-decoration: none;
	padding: 0 140px 0 5px;
	color: 	#E00000;
}
