body{
	background:#FFF url(../images/bg_repeat.jpg) repeat center;
}

html {
       overflow-y: scroll;
}

.title_text{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.main_text{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

.about_title_text{
	line-height:5px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#000;
}

.about_main_text{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
}

.about_main_text_smaller{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#000;
}



.footer_text{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
}


a:link{
color:#2a3a42;
text-decoration:none;
}
a:visited{
text-decoration:none;
color:#2a3a42;
}
a:hover{
text-decoration:underline;
color:#f19731;
}

a:active{
text-decoration:underline;
color:#F00;
}

.link2 a {			
color: #FFF;
font-size:18px;
font-weight:bold;
}

.link2 a:hover {
	text-decoration:underline;
}

.link3 a {
	color:#C30
}

.link3 a:hover {
	text-decoration:underline;
}


.footer_links a {			
color: #FFF;
text-decoration:underline;
}

.footer_links a:hover {		
text-decoration:none;
}

#main{
	background:url(../images/bg_line.jpg) repeat-y;
	width:1024px;
	margin:auto;
}

#header{
	background:url(../images/header_bg.jpg) no-repeat;
	width:1024px;
	height:220px;
}


#nav{
	background:url(../images/nav.jpg) no-repeat;
	text-align:center;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:1024px;
	height:98px;
	}

#nav_all{
	padding-top:15px;
	width:800px;
	height:98px;
	float:left;
	}

#nav_donate{
	color:#FFF;
	width:204px;
	height:98px;
	float:right;
	margin-right:20px;
	}

#content{
	clear:both;
	width:1024px;
	padding:0 93px 0 93px;
}

#text{
	width:756px;
	
	margin:auto;
	padding:10px 0 10px 0;
}

#line{
	width:828px;
	margin:auto;
}

#text2{
	width:756px;
	margin:auto;
	padding:10px 0 10px 0;
}

#text_contact{
	width:756px;
	vertical-align:text-bottom;
	margin:auto;
	padding:10px 0 10px 0;
}

#split_image{
	width:423px;
	float:left;
}

#split_text{
	width:333px;
	float:right;
}

#split_donate{
	width:338px;
	float:left;
	padding-right:30px;
}

.nav_border{
	border:none;
}

#split_donate_right{
	width:338px;
	float:right;
	padding-right:30px;
}

#footer{
	padding:50px 100px 0 100px;
	clear:both;
	background:url(../images/footer_bg.jpg) no-repeat;
	width:824px;
	height:140px;
}
	
	

