/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0;
	padding: 0;
	background: #4C4C4C;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

h1, h2, h3 {
	margin-top: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:normal;
}

h1 {
	letter-spacing: 2px;
	font-size:12px;
	line-height:14px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	font-style: italic;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}


#header a:link {color:#000000;}
#header a:visited {color:#000000;}
#header a:hover {color:#999999;}
#header a {text-decoration:none;}

.post .entry a:link {color:#999999;}
.post .entry a:visited {color:#999999;}
.post .entry a:hover {
	color:#000000;
	text-decoration:none;
	background-image: url(linkunderline.png);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	white-space: nowrap;
	}
.post .entry a {text-decoration:none;}

/* Header */

#header {
	width: 700px;
	height: 165px;
	margin: 0 auto;
	padding-top: 10px;
	background-image:url(images/donationsheader.png);
	background-color:#FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 675px;
	padding: 10px 10px;
}

/* Post */

.post {
	margin-bottom: 2em;
	width: 670px;
}

.post .entry {
	width: 455px;
	padding-left:25px;
	padding-right:190px;
	padding-top:10px;
	background-image:url(images/indexentrybg.png);
	background-repeat:no-repeat;
	line-height:14px;
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(images/img03.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: .8em;
	color: #999999;
}

#footer a {
	border: none;
	font-weight: bold;
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}
