BODY {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/pbgr.gif) repeat-x 0px 80px;
	color: #ffffff;
}

#menubar
{
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width : 880px;
	height: 50px;
	overflow: hidden;
}

#wrap {
	margin: 0 auto;
	width: 880px;
}

#sidebar #topic {
   margin: 0px;
   padding: 0px;
}

#sidebar #topic a.topic  {
   padding: 5px 0px 5px 23px;
   text-decoration: none;
   color: #FFFFFF;
   font-weight: bold;
   display: block;
   outline: none;
}

#sidebar #topic a.topic:hover {
   text-decoration: none;
}

#sidebar #topic a.subtopic {
   padding: 5px 0px 5px 34px;
   margin: 0px;
   text-decoration: none;
   display: block;
   outline: none;
}

#sidebar #topic a.subtopic:hover {
   color: #A2A2A2;
   padding: 5px 0px 5px 38px;
} 



#header {
	width: 880px;
	height: 150px;
}

#headerleft {
	width: 440px;
	height: 130px;
	padding-top: 20px;
	float: left;
	font-size : 300%;
	color : #222222;
	letter-spacing : -3px;
}

#headerright {
	width: 440px;
	height: 130px;
	padding-top: 20px;
	float: right;
	line-height: 200%;
	color: #222222;
}

#headerright a {
	color: #222222;
	text-decoration: none;
	white-space : nowrap;
}

#headerright a:hover {
	color: #ffffff;
}

#clearer {
	clear: both;
}

#logobox {
	width: 860px;
	height: 300px;
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 40px;
}

#content {
	float: right;
	width: 630px;
}

#sidebar {
	float: left;
	width: 210px;
	padding: 0px;
}

#bottom {
	clear: both;
	width: 880px;
	height: 40px;
}

form.search {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 180px;
	border: 1px solid #A2A2A2;
}

a.ts {
	display: block !important;
	font-weight: normal  !important;
	color: #ffffff  !important;
	text-decoration: none  !important;
	margin-left: 10px  !important;
}