@charset "utf-8";
/* CSS Document */

html{
	background:url(../images/bkg2_04.jpg) bottom left no-repeat;
	}

body{
	background:url(../images/bkg_01.jpg) repeat-x;
	margin:0;
	padding:0;
	text-align:center;}
		
#wrapper{
	text-align:left;
	width:950px;
	margin:auto;
	padding:0;}
	
	
#banner{
	background:url(../images/banner_02.jpg) top right no-repeat;
	width:950px;
	height:205px;}
	

#menu{
	background:url(../images/menubkg_04.jpg) top center;
	width:950px;
	height:31px;
	position:absolute;
	z-index:2000;
}
	
	
#photos{
	width:950px;
	height:232px;
	margin-top:31px;
	overflow:hidden;
	background-color:#000}	


#search{
	float:right;
	width:223px;
	height:25px;
	padding:6px 0px 0px 5px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;}
	
#GO{
	height:20px;
	width:30px;}
	
#searchfield{
	height:20px;}

#donate{
	width:164px;
	height:116px;
	position:relative;
	z-index:6000;
	top:-116px;
	left:790px;}
	
#container{
	background:url(../images/faux-col_07.jpg) top right repeat-y;
	width:950px;
	float:left;
	padding-top:30px;
	margin-top:3px;}
	
#left-col{
	float:left;
	width:246px;
	margin:0;
	padding:0;}
	
#right-col{
	float:right;
	width:156px;
	margin:0;
	padding:0px 5px 0px 5px;}
	
#mid-col{
	width:508px;
	margin:0px 166px 0px 246px;
	padding:0px 15px;}
	
#footer{
	clear:both;
	width:950px;
	padding-top:10px;
	text-align:center;
	font-size:.65em;
	font-family:Tahoma, Geneva, sans-serif;
	border-top: 4px solid #b32227;}
	
/*MISC FORMATTING*/	
#callout-box{
	background:#d9e3e7 url(../images/callout-box-bks_12.jpg) top center repeat-x;
	width:226px;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:20px;
}

#right-col img{
	background:#FFF;
	border:1px solid #666;
	padding:5px;}

/*TEXT FORMATTING*/

#footer a{
	color:#666;
	text-decoration:none;}
	
	
.subhead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #013f5e;
	text-transform: uppercase;
}

#container p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.8em;}
	
#mid-col a, #left-col a{
	color:#b32227;
	text-decoration:none;
	font-weight:bold;
	}
