img { border:0;padding:0;}
  
	/* START SITE LAYOUT */
	div#siteshift {
		position:relative;
		top:-0px;
	}
		
	div#headercontainer {
		margin:auto;
		text-align:center;
		padding:0;
		min-width:892px;
		background-image: url('/images/header_bg.jpg');
		background-repeat: no-repeat;
		background-position: top center;
		height:200px;
	}
		div#headercontent{
			margin:auto;
			text-align: center;
			padding-top:10px;
			font-size:0.9em;
			font-family:Arial;
		}
		div#loginbox{
			float:right;
			margin-top:-7px;
			max-width:400px;
		}
		
	div#navcontainer {
		margin:auto;
		text-align: center;
		color:white;
		padding:0;
		background:#650000;
		width:892px;
		border:4px solid black;
		background-image: url('/images/nav_bg.jpg');
		background-repeat: repeat-x;
		background-position: top right;
	}	
		div#linkcontainer{
			text-align:center;
		}	
			
		div#linkcontainer:after {
          content: "."; 
          display: block; 
          height: 0; 
          clear: both; 
          visibility: hidden;
		}

	/* Main site container */
	#maincontainer {
		margin: auto;
		width:892px;
		text-align: center;
		background-color:#580000;
		color:#FEFEF2;
		padding-top:10px;
		background-image: url('/images/main_bg.png');
		background-repeat: repeat-x;
		background-position: top left;
		border-left:4px solid black;
		border-right:4px solid black;
	}
		div#contentcontainer {
			margin: auto;
			text-align: left;
			padding-left:20px;
			padding-right:20px;
			padding-bottom:10px;
			/*background-image: url('/images/paper_bg.jpg');
			background-repeat: repeat;
			background-position: top center;*/
		}
			div#sitebreadcrumbs{
				font-size:0.7em;
				margin-bottom:8px;
			}
				div#sitebreadcrumbs a{
				}
			
			div#centeredcontent{
				width:300px;
				margin:auto;
			}
			
			#columnleft{
				float:left;
				width:240px;
				margin-right:12px;
			}
			
			#columnmiddle{
				float: left;
				width:380px;
			}
				#columnmiddle img{
					margin:5px;
				}
			
			#twocolmiddle{
				float:left;
				width:580px;
				margin-left:12px;
			}
				#twocolmiddle img{
					margin:5px;
				}
				/* Main page text */
				#content{
				
				}
					#content img{
						margin:5px;
					}
			
			#columnright{
				float: left;
				width: 200px;
				margin-left:10px;
			}
		/* End main site container */
		
	div#footercontainer {
		width:884px;
		margin: auto;
		padding:4px;
		font-size: 10px;
		text-align: left;
		vertical-align:top;
		/*background-image: url('/images/paper_bg.jpg');
		background-repeat: repeat;
		background-position: top center;*/
		background-color:black;
		color:white;
		border-left:4px solid black;
		border-right:4px solid black;
		border-bottom:4px solid black;
    }
		div#footercontent{
			margin:auto;
			line-height:2em;
		}

		
	/* END SITE LAYOUT */
		
	/* ITEMS WITHIN SITE */	
	div#recaptchacontainer{
		padding:5px;
	}
		div#recaptchacontainer:after{
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
		#recaptcha_image{
			float:left;
			width:300px;
			height:57px;
			border:1px solid gray;
		}
		#recaptchamenu{
			float:left;
			font-size:0.8em;
			padding-left:5px;
			line-height:1.5em;
		}
	
	/* Page items */
	.info_box{
		margin:5px 10px 5px 0px;
	}
		.info_boxtitle{	
			font-size:1em;
			font-weight:bold;
			text-align:center;
			padding-top:30px;
			color:#393939;
			background-image: url('/images/box_bg_head.png');
			background-repeat: repeat-y;
			background-position: top center;
		}
		.info_boxtitletext{
			
		}
		.info_boxcontent{
			line-height:1.5em;
			padding:14px;
			background-image: url('/images/box_bg.png');
			background-repeat: repeat-y;
			background-position: top center;
			color:#393939;
			font-size:0.75em;
			word-wrap:break-word;
		}	
		.info_boxfooter{
			display:none;
			visibility:hidden;
			background-color:white;
			font-size:0.1em;
		}
			.info_boxafter{
				height:10px;
				background-image: url('/images/box_bg_foot.png');
				background-repeat: no-repeat;
				background-position: bottom center;			
			}
			
			.info_box a, .info_box a:visited,.info_box a:link, .info_box a:hover{
				color:#000;
			}
	
	.news_story{
		margin-top:0em;
		margin-bottom:1em;
	}
		.news_storytitle{	
			font-size:1.2em;
			line-height:1.5em;
			font-weight:bold;
			text-align:left;
			padding:3px;
			padding-left:6px;
			padding-right:6px;
			border-bottom:1px dashed #CDB79E;
			margin-bottom:5px;
			color:#CDB79E;
		}
		.news_storytitletext{
			float:left;
		}
		.news_storycontent{
			padding-left:8px;
			padding-right:8px;
			font-size:1em;
			line-height:1.2em;
			color:#FEFEF2;
		}
		.news_storyfooter{
			color:#CDB79E;
			font-size:0.7em;
			padding:2px;
			padding-left:6px;
			
		}
		
		.blank_box{
			padding:0;
			margin:0;
		}
			.blank_boxcontent{
				padding:0;
				margin:0;
				font-size:0.8em;
			}
			.blank_boxtitle{
				display:none;
				padding:0;
				margin:0;
			}
			.blank_boxtitletext{
				display:none;
				padding:0;
				margin:0;
				
			}
			.blank_boxfooter{
				display:none;
				font-size:1px;
			}
	
	/* Edit link */
	.edititembox{
		float:right;
		margin:0px 5px 1px 5px;
		font-size:10px;
		font-weight:normal;
		position:relative;
		z-index:3;
	}
	
	/* RSS Feed icon/link */
	.rssbox{
		float:right;
		background-color:transparent;
		background-image: url('/adm/images/icons/rss_icon_small.png');
		background-repeat: no-repeat;
		background-position: top right;
		margin:0;
		width:20px;
		height:20px;
	}
		.rssbox a{
			height:20px;
			width:20px;
			display:block;
		}
	
	/* Generic box */
	.box{
		border:1px solid black;
		margin:5px;
		background:#faebd7;
	}
		.boxtitle
		{	
			color:#fff;
			font-size:1.2em;
			font-weight:bold;
			padding:5px;
			background: #650000;
		}
		.boxcontent{
			padding:15px;
		}
	/* END SITE ITEMS */