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

body{
	margin:0;
	text-align:center;
	background: url(images/bgInside2.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

h1,h2,h3,h4,h5{
	color:#ff6600;
}

h1{
	margin-bottom:8px;
	}
	
p{
	margin-top:-5px;
	text-align:left;
}

#welcome p {
		text-align: justify; 
}

#wrap{
position:relative;
width:1000px;
text-align:left;
margin:0 auto 0;
}

#content{
	margin-left:5%;
}
 
#bannerLeft, #bannerRight {
	margin-top:-5px;
	margin-bottom:5px;
}

#footer{
		clear:both;
	text-align:center;
	
}

#main{
	clear:both;
}

#donate2{
	margin-left: 25px;
	margin-top:3.7em;
}