/* CSS Document */
body{
	background: url(../images/rth_back.jpg)  repeat-x #8c3325;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	width:  1024px;
}

#content{
	width: 789px;
	background: #fff;
	height: 550px;
	overflow: auto;
}

#event_listing{
	float: left;
	width: 300px;
	height:  300px;
	border:  1px solid #CCCCCC;
	margin-left:  5px;
	margin-bottom:  10px;
	margin-top:  10px;
	padding-left:  10px;
	padding-right:  10px;
}

#event_link_box{
	float: right;
	width: 150px;
	border:  1px solid #CCCCCC;
	margin-left:  5px;
	margin-bottom:  10px;
	margin-top:  10px;
	padding-left:  10px;
	padding-right:  10px;
}

#form{
	width: 500px;
}

#schedule{
	font-size:  12px;
}

#error{
	width: 768px;
	background: #fff;
	color: #cc0000;
	margin-bottom:  5px;
}

#page_header{
	color:  #999999;
	border-bottom: 1px solid #8c3325;
}

#logo{
	float: left;
	border:  1px solid white;
	margin-bottom:  10px;
	background:  #fff;
}

#header{
	width: 768px;
	height: 200px;
}

#side_panel{
	width: 199px;
	background: #8c3325;
	height: 550px;
	float: left;
	border-right:  1px solid #999999;
}

.more_info{
	float: right;
}

#container{
	float: right;
	width: 565px;
	background: #fff;
	padding-left:  10px;
	padding-right: 10px;
}
.widget{
	width:  500px;
	height:  250px;
	margin-top:  20px;
	margin-bottom:  20px;
	margin-left:  20px;
	border-right:  1px solid #8c3325;
	border-bottom:  1px solid #8c3325;
	padding-top:  20px;
	background: url(../images/widget_back.jpg) repeat-x #8c3325;
	color:  #fff;
}

.widget_img{
	float: left;
	margin-left:  10px;
	border:  1px solid white;
}

.widget_story{
	width:  220px;
	height:  200px;
	margin-left:  270px;
	padding-top:  20px;
	
}
.column_widget{
	margin-top:  5px;
	color:  #fff;
	text-decoration: none;
	text-align: center;
	margin-left:  4px;
}

.header{
	color: #f2da00;
	background:  #8c3325;
} 
#nav_bar{
	width:  566px;
	background:  #8c3325;
	padding-top:  10px;
	padding-bottom:  10px;
}

#top_links{
	width:  556px;
	text-decoration: none;
	color:  #8c3325;
	text-align:  right;
	font-weight: bold;
	font-size:  12px;
	padding-left:  5px;
	padding-right: 5px;
}

#date{
	float: left;
	text-decoration: none;
	color:  #8c3325;
	text-align:  left;
	font-weight: bold;
	font-size:  12px
}


	