body {
	text-align: center;
}

#contain {
	background: url(/beta/images/layout.gif) 50% 0 repeat-y;
}

#header {
	background: #FFFFFF url(/beta/images/banner2.jpg) no-repeat;
}

#search {
	float: right;
	clear: both;
	width: 277px;
	
	margin-right: 0px;
	margin-top: 0px !important;
	margin-top: 7px;
}

#search a { text-decoration: none; }

#search #searchlabel {
	text-indent: -9999px;
	float: left;
	display: inline;
	width: 79px;
}

#search input {
	float: left;
	display: inline;
	background: transparent;
	border: none;
	width: 125px;
	color: #4C7DA8;
	font-size: .85em;
}

#search #searchsubmit {
	text-indent: -9999px;
	margin-right: 49px;
	display: inline;
	float: right;
	width: 17px;
	height: 12px;
}

#middle {
	margin-left: 5px;
	display: inline;
	width: 461px;
	float: left;
}

#left {
	display: inline;
	width: 151px;
	float: left;
}

#right {
	display: inline;
	width: 151px;
	float: right;
}

#middle .title { margin-left: 2px; }
#left .title { margin-left: 1px; }
#right .title { margin-right: 1px; }

#middle .cwin { margin-left: 1px; padding: 5px 8px 5px 7px; text-align: left; }
#left .cwin, #right .cwin { padding: 5px; text-align: left; }

.newstitle, .commenttitle, .tbltitle {
	background: #E0E0E0 url(/beta/images/silvergrad.jpg) repeat-x;
	border: 1px solid #000000;
	padding: 3px;
	height: 15px;
	line-height: 15px;
	margin: 0 auto;
}

.newscontent, .commentcontent, .tblcontent {
	border: 1px solid #000000;
	border-top: none;
	padding: 3px;
	text-align: left;
}

.commentcontent {
	padding-bottom: 8px;
	margin-bottom: -5px;
}

ul.nav li {
	background: url(/beta/images/bullet.gif) no-repeat 0px 5px;
	padding-left: 9px;
}

ul.nav, ul.nav li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.nav li ul li {
	background: url(/beta/images/li-sub.gif) no-repeat -5px;
	padding-left: 10px;
	margin-left: 3px;
}

#middle .title .link, #left .title .link, #right .title .link {
	font-weight: normal;
	font-size: 10px;
	margin-top: 1px;
	display: inline;
	float: right;
}

.code {
	border: 1px solid #000000;
	margin: 5px 5px;
}

.pollbar {
	background: #FFFFFF;
	border: 1px solid #000000;
	text-indent: -9999px;
	font-size: 1px; /* IE fix */
	height: 10px;
	width: 139px;
}

.pollbar div {
	background: #6BA1D7 url(/beta/images/pollbar.gif) right;
	border-right: 1px solid #000000;
	height: 10px;	
}

.newline { background: #FFFF00; }

.quote {
	border: 2px solid #000000;
	font-size: .9em;
	font-family: arial, courier;
	padding: 3px;
	margin: 2px;
}

#dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#dropdown ul li {
	float: left;
	position: relative;
}

#dropdown ul li a {
	text-decoration: none;
	text-align: center;
	padding: 0 2px;
	color: #A7600A;
	font-weight: bold;
	top: 5px;
}

ul.submenu {
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 270px;
	float: left;
	display: none;
	position: absolute;
	left: 2px;
	top: 12px;
}

ul.submenu li {
	width: 15px;
	float: left;
}

#dropdown li ul li a {
	display: block;
	width: 11px;
	height: 15px;
	line-height: 15px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#dropdown ul li:hover ul, #dropdown ul li.over ul { display: block; }