@charset "utf-8";
<link rel="shortcut icon" href="/favicon.ico" >
body {
	font: 100% Times New Roman, Times, serif;
	background: url(/images/bgbeigetexture3.jpg) repeat-x fixed center bottom; margin: 0; 
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtr #container {
	width: 780px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ECE9D8;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.oneColFixCtr #container #mainContent a {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtr #container #mainContent a:active {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.donate {
	font-size:20px;
	}
.address {
	margin-left:0px;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left: 300px;
	text-align:left;
	
	
	}
#donate ol {
	text-align:left;
	}
#icon img{
	float:left;
	margin-left:0px;
	padding-left:0px;
	}
#donationscontent {
	clear:both;}
