/* Set font globally */
a, div, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

div {
	border: 0px solid red;
	margin: 0;
	padding: 0;
}

body, html {
	background: url("images/bg.gif");
	margin: 0;
	padding: 0;
	text-align: center;
}

#content {
	background: url("images/content-bg.gif") top left repeat-y;
	width: 708px;
}

#content blockquote {
	margin: 1em;
	padding: 1em;
	background: #f3f3f3;
}

#content .donate {
	padding: 0px 10px 1em 25px;
}

#content .download {
	padding: 1em 0 1em 25px;
}

#content .download a {
	text-transform: uppercase;
	border: 1px solid #aaa;
	background: #ddd;
	padding: 10px;
	margin-right: 25px;
}

#content .download a:hover {
	background: #ffe545;
}

#content h1 {
	color: #3A9900;
	margin: 0;
	padding: 1em 0 1em 25px;
	font-size: 14px;
}	

#content h2 {
	color: #4AA900;
	margin: 0;
	padding: 1em 0 1em 25px;
	font-size: 10px;
	text-transform: uppercase;
}	

#content p {
	margin: 0;
	padding: 0px 10px 1em 25px;
}

#content ul {
	margin: 0;
	padding: 0 10px 1em 45px;
}

#content ul li {
	margin: 0;
	padding: 0;
}

#footer {
	background: url("images/footer.gif") no-repeat;
	color: #ccc;
	padding: 22px 0;
	text-align: center;
	text-transform: uppercase;
	width: 708px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#header {
	background: url("images/head-bg.gif") no-repeat;
	height: 76px;
	width: 708px;
	position: relative;
}

#header .donate {
	float: right;
	margin: 28px 20px 0 0;
}

#header h1 {
	background: url("images/logo.gif");
	height: 53px;
	left: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	top: 13px;
}

#header h1 span {
	display: none;
}

#menu {
	background: url("images/menu-bg.gif") no-repeat;
	height: 36px;
	width: 708px;
	text-align: center;
}

#menu a {
	color: #3A9900;
	font-size: 10px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	margin-left: 25px;
}

#page {
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align: left;
	width: 708px;
}

