BODY {
	margin: 0px;
	padding: 0px;
	background: #2F2C2F 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;
}

#header {
	width: 880px;
	height: 150px;
}

#headerleft {
	width: 440px;
	height: 130px;
	padding-top: 20px;
	float: left;
	font-size : 400%;
	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 #ABA5AB;
}

a.ts {
	display: block !important;
	font-weight: normal  !important;
	color: #ffffff  !important;
	text-decoration: none  !important;
	margin-left: 10px  !important;
}