body, html{
	background-color:#f9f9f4;
	height:100%;
	margin:5px;
	padding:0;
}

body{
	font-size:11px;
	color:#333333;
	font-family: Trebuchet MS;
}

h1{
	font-family: Trebuchet MS;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight:bold;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
}
	
p{
	font-family: Trebuchet MS;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
}

a{
	color:#a91b22;
	font-size: 1em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
}

#head-img{
	width:780px;
	height:230px;
	background-image:url(../gfx/temp-head.jpg);
	background-repeat:no-repeat;
}
	#body-container{
		width:780px;
	}
		#col-one{
			width:200px;
			float:left;
			margin-right:10px;
				
		}

			/* -------------------------------------------
			
			MENU
			 
			------------------------------------------- */
			
			#menu{
				width:180px;
				margin-bottom:20px;
			}
				
				#menu ul, #menu li{
					margin:0;
					padding:0;
					list-style-type:none;
					/* overflow:hidden; */
				}
				
				#menu a, #menu a:link, #menu a:active, #menu a:visited {
					color:#FFFFFF;
					display: block;
					width:180px;
					padding: 9px 2px 9px 10px;
					text-decoration: none;
					font-size: 1.7em;
				}
				
				#menu a:hover {
					background-image:url(../gfx/menu-turnover.gif);
					background-position:top right;
					background-repeat:no-repeat;
				}
				
				.r1{background:#F40B0B;}
				.r2{background:#D8001C;}
				.r3{background:#C61728;}
				.r4{background:#A91B22;}
				.r5{background:#93111D;}
				.r6{background:#750A16;}
				.r7{background:#59020c;}
				
				#menu #selected{
					background-image:url(../gfx/menu-turnover.gif);
					background-position:top right;
					background-repeat:no-repeat;
				}
			
			/* -------------------------------------------
			
			END MENU
			 
			------------------------------------------- */
			
			#localNews{
				margin-bottom:20px;
			}
			#localNews h1{
				font-size: 1.3em;
				color:#750A16;
			}
			
			#donate{
				width:170px;
				margin-bottom: 10px;
			}
			#donate a, #donate a:link, #donate a:active, #donate a:visited {
				color:#FFFFFF;
				display: block;
				width:158px;
				padding: 9px 2px 9px 10px;
				text-decoration: none;
				font-size: 1.3em;
				background:#F40B0B;
			}	
			#donate a:hover {
				background-image:url(../gfx/menu-turnover.gif);
				background-position:top right;
				background-repeat:no-repeat;
			}		
						
		#col-two{
			width:360px;
			margin-right:30px;
			float:left;
		}
			#col-two .artical-item{
				margin-bottom:30px;
			}
			#col-two h1{
				width:350px;
				margin-top:0;
				margin-bottom:3px;
			}
			#col-two .post-date{
				color:#666666;
				margin-top:0;
				margin-bottom:0;
			}
		
		
		#col-three{
			width:170px;
			float:left;
		}
			#interest-box{
				width:170px;
				background-color:#FFFFFF;
				padding-bottom:20px;
				margin-bottom:10px;
				background-image:url(../gfx/box-turnup.gif);
				background-position:bottom right;
				background-repeat:no-repeat;
			}
			#interest-box p{
				padding: 1px 0px 10px 10px;
			}
			#interest-box-title{
				width:170px;
				height:30px;
			}
			#interest-box-title p{
				padding: 5px 0px 5px 10px;
				font-size: 1.3em;
				margin:0;
				color:#FFFFFF;
			}
			
			#mail-signup{
				width:170px;
				margin-bottom:10px;			
			}
			
			
			/* -------------------------------------------
			
			Press relesase
			 
			------------------------------------------- */
			
			#interest-box ul{
				list-style-type:none;
				margin:5px;
				padding:0;
				line-height: 1.3em;
				
			}
			#interest-box li{
				background-image:url(../gfx/doc-icon.gif);
				background-repeat:no-repeat;
				padding-left:30px;
				padding-bottom:14px;
				margin-top:10px;
			}
			
		.input{
			font-size: 1.3em;
		}