body {
	background:url(../img/bg.gif) repeat-x top #fff;
	color:#0f0f0f;
	font:13px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-bottom:20px;
}
a {
	color:#c8001f;
	text-decoration:none
}
a:hover {
	color:#0f0f0f;
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}

#header {
	width:855px;
	margin:0 auto;
	text-align:left;
}
	#header h1 {
		font-size:1px;
		text-indent:-10000px;
		padding:30px 0 22px 30px;
	}
		#header h1 a {
			background:url(../img/logo.gif);
			width:225px;
			height:94px;
			text-decoration:none;
			display:block;
		}
		
	#header .box {}
		#header .box .bl {
			display:block;
			float:left;
		}
		#header .box .br {
			display:block;
			float:right;
		}
		#header .box .bc {
			/* background:url(../img/box-c.gif) repeat-x; */
			background:url(../img/box_bg.png) no-repeat;
			height:135px;
			padding-top:35px;
			padding-left:20px;
			position:relative;
		}
		#header .box p {
			color:#fff;
			font-size:18px;
			line-height:170%;
		}
		#header .box .bc a {
			color:#fff;
			text-decoration:none;
			height:24px;
		}
		#header .box .bc a:hover, a.active {
			border-bottom:1px solid #fff;
		}
			#header .box .bc .shadow {
				background:url(../img/shadow.gif);
				width:356px;
				height:257px;
				position:absolute;
				top:-87px;
				left:422px;
			}
				#header .box .bc .shadow img {
					display:block;
					padding-top:15px;
					padding-left:14px;
				}
				
	#monoSlideshow{
	padding-top:15px;
	padding-left:14px;
	border:1px solid #fff;
	background:#fff;
}
				
#content {
	width:855px;
	margin:0 auto;
	text-align:left;
	padding-top:23px;
	padding-bottom:23px;
}
	#page {
		padding-left:23px;
		width:595px;
		float:left;
	}
		#page h2 {
			font-size:1px;
			text-indent:-10000px;
			padding-bottom:10px;
		}
			#page h2 img {
				display:block;
			}
		#page p {
			text-align:left;
			padding-bottom:14px;
		}
		#page .headline {
			font-size:14px;
			font-weight:bold;
		}
	#sidebar {
		float:right;
		width:200px;
	}
		#sidebar h2 {
			font-size:1px;
			text-indent:-10000px;
			padding-bottom:10px;
		}
			#sidebar h2 img {
				display:block;
			}
		#sidebar li a {
			display:block;
			font-size:15px;
			color:#c8001f;
			padding-bottom:5px;
		}
		#sidebar li a:hover, #sidebar li a.active {
			color:#0f0f0f;
		}
		
#footer {
	width:855px;
	margin:0 auto;
	text-align:center;
	color:#333333;
	font-size:12px;
	border-top:solid 1px #696969;
	padding-top:8px;
}

#stories {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #0f0f0f;
	margin-top: 10px;
}
#stories p { 
	margin-top: 15px; 
	font-style: italic;
	padding: 7px 5px 7px 15px;
	background: #F3F3F3;
	border: 1px solid #ccc;
}