/* CSS Document */

/* Defaults */
body{
	padding:0;
	margin:0;
	font-size:12px;
	background:#806740 url(images/page_bg.jpg) repeat-x;
	text-align:center;
	font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
	color:white;
	}

a{
	color:white;
	}


/* Housing Elements */
#shell{
	width:800px;
	margin:0 auto;
	text-align:left;
	}

#header{
	height:80px;
	background:url('images/top2.jpg') no-repeat;
	}

#middle{
	background:url('images/mid_tile.jpg') repeat-y;
	/*height:450px;*/
	}

#footer{
	width:800px;
	clear:both;
	height:170px;
	background:url('images/bottom.jpg') no-repeat;
	}

#sidebar{
	float:left;
	margin-left:23px; 
	width:143px;
	text-align:center;
	}
	
#sidebar .nav_top{
	width:143px;
	height:25px;
	background:url(images/nav_header.jpg) no-repeat;
	}

#sidebar .nav_main{
	background:url('images/nav_tile.jpg') repeat-y;
}

/* Navigation Div */
#sidebar .nav_main a{
	display:block;
	width:143px;
	height:27px;
	background:url(images/nav_bg.jpg) no-repeat;
	color:white;
	text-decoration:none;
	}

#sidebar .nav_main a:hover{
	background:url(images/nav_bg_over.jpg) no-repeat;
	}

#sidebar .nav_bottom{
	width:143px;
	height:20px;
	background:url(images/nav_bottom.jpg) no-repeat;
	}


#main_content{
	margin-left:10px;
	width:568px;
	float:left;
	background:url(images/content_tile2.jpg) repeat-y;
	}
	
/* Content Division */
#main_content .content_top{
	width:568px;
	height:24px;
	background:url(images/content_header2.jpg) no-repeat;
	}

#main_content .content_mid{
	width:568px;
	background:url(images/content_tile2.jpg) repeat-y;
	
	}


#main_content .content_bottom{
	width:568px;
	height:11px;
	background:url(images/content_bottom.jpg) bottom no-repeat;
	clear:both;
	}


.content_mid .left{
	padding:12px;
	}

.content_mid .right{
	margin-right:2px;
	float:right;
	width:171px;
	}
	
.left h1{
	font-size:16px;
	padding:0;
	margin:0;
	color:#a4c667;
	}

/* News Section */
.article{
	margin:10px;
	margin-bottom:15px;
	}

.article .title{
	width:100%;
	font-size:14px;
	color:#675333;
	display:block;
	}
	
.article .subtitle{
	width:100%;
	font-size:12px;
	color:#ad8b58;
	display:block;
	}

.widget .item{
	width:100%;
	margin-left:10px;
	font-size:12px;
	color:white;
	}
/* News Widget */
.widget{
	padding:2px;
	text-align:left;
	}

.widget .title{
	width:171px;
	font-size:12px;
	font-weight:bold;
	color:#675333;
	display:block;
	}
	
.widget .subtitle{
	width:171px;
	font-size:12px;
	color:#ad8b58;
	display:block;
	}

.widget .item{
	width:171px;
	margin-left:5px;
	font-size:10px;
	color:white;
	}