/* CSS Document */
body {
	background-image: url(../images/site_bcgr.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4e0000;
	background-repeat: repeat-x;
}

.clear{clear:both;}

#site_container {
	margin: 0px auto;
	width: 979px;
	overflow: hidden;
}
#site_middle {
	background-image: url(../images/middle_bcgr.jpg);
	background-repeat: repeat-y;
	width: 939px;
	padding:10px 20px;
}

#site_bottom {
	background-image: url(../images/bottom_bcgr.jpg);
	background-repeat: no-repeat;
	width: 979px;
	height: 106px;
}




#site_header{
	width: 979px;
	height: 290px;
	background-image: url(../images/header.jpg);
}

#menu {
	background-image: url(../images/menu_bcgr.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 979px;
}

#menu a{
	color: #990000;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	margin:0px 10px;
	font-size: 14px;	
}

#menu a:hover{
	color: #FF6600;
	text-decoration: underline;
}


#bottom_menu a{
	color: #FF6600;
	line-height: 90px;
	font-weight: bold;
	text-decoration: none;
	margin:0px 10px;
	font-size: 11px;	
}

#bottom_menu a:hover{
	color: #FF9900;
	text-decoration: underline;
}

#main td.left, #main td.right{
	background-color: #fff8f0;
	border: 1px solid #660000;
}


h1.category{
	font-size: 16px;
	color: #000033;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

.panel_outer{
	width: 220px;
	margin: 5px 0px;
	border: 1px solid #FF6600;
}

H1.panel{
	width: 220px;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/left_panel_header.jpg);
	margin: 0px;
	text-align:center;
	
}
.panel_content{
	margin:5px;
	background-color: #FFFFFF;
}


/* News home page */

.news_img_cont{
	height: 150px;
	width: 150px;
	border: 1px solid #FF9900;
	position: relative;
	display:block;
	overflow:hidden
}
.news_title{
	margin:5px 0px;
	text-transform: uppercase;
}

a.back_link{
	display: block;
	text-align:center;
	width:120px;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFAD53;
	border-bottom-color: #FFAD53;
}