html {
	background-color:#000000;
/*	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;*/
	margin:0;
	padding:0;
	}

body {
	margin:0;
	padding:0;
	background-image:url(images/bg_left.jpg);
	background-repeat:repeat-y;
	width:987px;
}

div#bodyright{
	background-image:url(images/bg_left.jpg);
	background-repeat:no-repeat;
	width:12px;
	float:right;
}

div#header{
	height:176px;
	margin:0 0 102px 40px;
	padding:0;
}

div#middle {
	clear:both;
	background-image:url(images/bg_right.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}
	
	
div#left {
	padding:0;
	float: left;
	width: 195px;
	margin:0px;
	margin:0px 6px 0px 38px;
	text-align:left;
	clear:right;
/*	border-right:1px #ccff66 dotted;*/
	background-image:url(images/bg_right_middle.gif);
	background-repeat:no-repeat;
}


div#right {
	padding:0;
	float: right;
	width: 195px;
	margin:0 6px 0 12px;
	background-image:url(images/bg_right_middle.gif);
	background-repeat:no-repeat;
}

div#bbc {width:185px;min-height:60px;float:right;margin:6px;padding:4px;background-color:#333;color:#ffffff; border:1px #a0a0a0 solid;}

div#showkey {width:165px;min-height:60px;float:right;margin:6px 6px 16px 6px;padding:4px;background-color:#333;color:#ffffff; border:1px #ccff66 solid;}

div#pagebox{
	border:1px #606060 dotted;padding:0 4px 2px 12px;width:460px; margin-bottom:8px;
	background-image:url(images/corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
div#pagebox2{
	border:1px #606060 dotted;
	padding:8px;
	width:880px;
	margin-bottom:8px;
	background-image:url(images/corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

div#candDisplay{
	border:1px #606060 dotted;
	padding:8px;
	width:880px;
	margin-bottom:8px;
	background-image:url(images/corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

div#internal{
	padding:6px;
}
div#internal h3{
	border:1px #808080 solid;
	padding:3px;
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
}
div#internal h4{
	padding:0;
	margin:0;
	font-size:1.1em;
	color:#ccff66;
}
div#internal hr{
	height:1px;
	color:#ccff66;
}

div#central {
	padding:0 36px 0 252px;
	text-align:left;
	margin:0;
}
div#central2 {
	padding:0 36px 0 252px;
	text-align:left;
	margin:0;
}
div#central3 {
	padding:0 36px 0 48px;
	text-align:left;
	margin:0;
}

	
div#footer {
	clear:both;
	color: #d0d0d0;
	font-size: 0.9em;
	margin-left:226px;
}


div#item{
	color:#000000;
	border:1px #ccff66 solid;
	padding:6px;
	background-color:#ffffff;
	margin:0 210px 6px 0;
	min-height:160px;
}
div#item li{color:#800000;}
div#item hr{color:#808080; height:1px;}
div#item a:link, a:active, a:visited{ color:#800000; }
div#item a:hover{ color:#000000; }

div#item div#itemsite{
	float:right;
	padding:3px;
	margin:3px;
	border:1px #000000 solid;
	background-color:#ffffff;
}


.center {margin-left:auto; margin-right:auto; display:block; text-align:center;} 
.nobr {white-space:nowrap; }
