html, body, div, dl, dt, dd, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	text-shadow: #000 0 0 0;
}


body {
	font: normal 12px/18px Verdana;
	background: #f3f1e9 url('img/bg_body.gif') repeat-x top left;
}
	
div#wrapper {
	width: 750px;
	margin: 0px auto;
}

div#header {
	height: 160px;
	background: transparent url('img/bg_head.gif') no-repeat bottom left;
	position: relative;
}

div#header h1 a {
	position: absolute;
	bottom: 20px;
	left: 140px;
	background: transparent url('img/bg_logo.png') no-repeat center center;
	text-indent: -9000px;
	width: 288px;
	height: 68px;
	cursor: pointer;
}

div#header div {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

div#content {
	padding-top: 30px;
}

div#col_left {
	float: left;
	width: 500px;
}

div#col_right {
	float: right;
	width: 210px;
}

div#donate {
	background: #EBE9E1;
	padding: 10px;
	color:#605D5B;
	font-size: 11px;
	line-height:20px;
	cursor:pointer;
}

h1 {
	font: normal 25px Arial;
	color: #597C9F;
}

a {
	color: #597C9F;
}

p {
	padding: 10px 0;
	margin: 0;
	line-height: 22px;
}
ul {
	padding: 0;
	margin: 0 0 5px 30px;	
}

img, a {
	outline: none;
}

p img {
	padding: 5px;
	background: white;
	border: 1px solid #DDD;
	margin-right: 7px;
}