BODY {
	margin: 0;
	background-color: #000;
	font: 12px/15px arial,sans-serif;
	background-image: url(images/yellowback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

img {border:none;}
#content
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 584px;
	padding: 30px;
	background-color: black;
	color: #f9ecd8;
	background-image: url(images/kindling_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content strong {color:#ffb100}

#content h1 {
font-size: 20px;
line-height: 22px;
color:#fffc13
}

#content h3 {
font-size: 16px;
line-height: 18px;
margin-bottom:6px;
color:#fffc13
}

#content a {color:#d80303}

#content a:hover {color:#ffb100}

#content ol {margin-top:0px}

#content li {font-size:14px;margin-bottom:6px;color:#ffb100}

#content P {margin-top:0px;margin-bottom:6px;}

/*
img#katie {
	float: right;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	margin-left:30px;
	display: block;
}
*/

img#katie {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	display: block;
	margin: 15px 30px 5px 0px;
}

.blurb {
border: 1px solid #fffc13;
padding: 10px;
width:75%;
font: 14px georgia;
margin: auto;
margin-top:30px;
color: #ffb100
}


ol#donate {
    height: 120px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#donate li {
    float: left;
    margin: 0 10px 0 0;
}

ol#buttons {
    height: 72px;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: left;
    margin-top:60px;
}

ol#buttons li {
    float: left;
    margin: 0 20px 0 0;
}

