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

/* GENERAL STYLING / MAINPAGE STYLING */


body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/background.png);
	background-color:#e13b2c;
	background-repeat:repeat-x;
}

img{border:none;}

.redbold{color:#e13b2c; font-weight:bold;}

p{font-size:12.5px; line-height:1.4; color:#333;}

#about_p{width:870px; margin:0 0 0 35px;}

h3{font-size:14px; color:#e13b2c; margin-top:0px;}

#red{color:#e13b2c;}

#backgroundwrapper{background: url(img/shadowbg.jpg) scroll top no-repeat;}

.hrule{background:url(img/hr.jpg); height:3px; width:909px;}

#outerwrapper{
	width:940px;
	height:910px;
	margin:0 auto;
}

#contentwrapper{
	width:940px;
	height:inherit;
	margin-left:2px;
	
}



#bigphoto{
	width:940px;
	height:300px;
	background-position:-9px;
}

#logo{
	background:url(img/logo2_01.jpg);
	width:692px;
	height:262px;
	float:left;
	margin:10px 0 0 0;
}

#buttons{
	float:right;
	width:247px;
	margin:0 0 0 0;
}


#maintext{
	width:550px;
	margin:10px 0px 0px 35px;
	float:left;
	
}



#smallphotowrapper{
	/*background-image:url(img/smallphotobar.jpg);*/
	background-position:-6px;
	margin-top:0px;
	width:940px;
	height:220px;
}
	

.smallphoto{
	width:270px;
	height:166px;
	float:left;
}


		#smallphoto1{
			margin:20px 0px 0px 35px;
		}
		#smallphoto2{
			margin:20px 30px 0px 30px;
		}
		#smallphoto3{
			margin:20px 0px 0px 0px;
		}
		

#donatebutton{
	background-repeat:no-repeat;
	padding-top:27px;
	width:300px;
	height:200px;
	float:left;
	
}


#footer{
	width:940px;
	height:160px;
	background:url(img/shadow.png) no-repeat;
	margin:0 auto;
	padding-top:30px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}


#footer ul li{
	display:block;
}

#footer ul{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	}


		#footercolumn1{
			width:190px;
			height:120px;
			float:left;
		}
		#footercolumn2{
			width:120px;
			height:120px;
			float:left;
			}
		#footercolumn3{
			width:110px;
			height:100px;
			float:left;
			}
		#footercolumn4{
			width:90px;
			height:100px;
			float:left;
			}
		
		#footercolumn5{
			width:250px;
			height:100px;
			float:right;
			margin-right:15px;
			}
			
		#footercolumn6{
			width:140px;
			height:100px;
			float:left;
			}


#navbar {
	width:auto;
	width:641px;
	height:60px;
	background:url(img/navbase.png);
	margin-left:275px;
	font-size:16px;
}

#navbar ul{
	float:right;
	margin-top:-10px;
	margin-right:30px;
	
}

#navbar ul li{
	float:left;
	display:inline;
	padding:10px 0px 0px 10px;
	height:40px;
	margin-left:10px;
	background-image:url(img/bgshift.png);
	background-repeat:repeat-x;
	background-position: 0px -49px;
}

#arrow{margin-right:20px;}


/* INTERIOR PAGE STYLING */

#int_logo{
	width:300px;
	height:135px;
	position:absolute;
	top:0px;
	left:0px;
	
}

#big_int_photo{
	width:940px;
	height:380px;

	
}

#int_sidebar{
	width:150px;
	height:420px;
	background-image:url(img/divider.png);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	
}



#int_sidebar a{
	color:#000;
	text-decoration:none;
	color:#e13b2c;
	
}

#int_sidebar ul li{
	display:block;
}

#int_sidebar ul{
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	margin: 30px 20px 0px 0px;
	line-height:3;
}

#int_content{
	width:770px;
	height:400px;
	float:left;
	margin:20px 0px 0px 20px;
}

#int_content a{color:#e13b2c; text-decoration:none; font-size:12px;}
	
	#int_content_col1{
		height:350px;
		width:430px;
		float:left;
	}
	
	#int_content_col2{
		padding-top:10px;
		height:250px;
		width:330px;
		float:right;
		
	}
