#blocks {
	height: 280px;
	margin: 0 auto 0 auto;
	width: 960px;
}

#blocksWrapper {
	height: 280px;
	background: url(../images/theme/front-page-block-bg.jpg) no-repeat 50%;	
}

#contactus {
	background: url(../images/theme/front-page-comment-form.jpg) no-repeat;
	height: 400px;
	padding: 20px;
	margin: 4px 0 0 20px;
	width: 400px;
}

#contactus div.formSubmit {
	padding:  10px 0 0 0;
}

#contactus input.button {
	margin: 0 15px 0 0;
}

#contactus input.textField {
	border: 0;
	display: block;
	padding: 5px;
	width: 295px;
}

#contactus label {
	display: block;
	font-weight: bold;
	margin: 5px 0 10px 0;
	color: #555555;
	width: 300px;
}

#contactus label.commentLabel {
	display: block;
	margin: 15px 0 0 0;
}

#contactus label.decision {
	display: inline;
	margin: 5px 0 10px 0;
}

#contactus textarea {
	border: 0;
	margin: 8px 0 0 0;
	padding: 5px;
	resize: none;
	width: 384px;
}

#contactus .formError {
	color: red;
}

#contactus span.formError {
	display: none !important;
}

#content {
	background: white;
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}

#contentWrapper {
	background: url(../images/theme/front-page-content-bg.jpg) no-repeat 50% 0;
	min-height: 580px;
	padding-top: 35px;
}

#donate {
	float: left;
	height: 260px;
	margin: 10px 10px 10px 40px;
	overflow: hidden;
	width: 230px;
}

#donate div {
	font-size: 0.85em;
}

#donate h2 {
	border-bottom: 1px dashed #b3b3b3;
	padding-bottom: 7px;
	text-align: center;
	width: 230px;
}

#donate p {
	margin-bottom: 8px;
}

#events {
	float: left;
	height: 260px;
	margin: 10px 40px 10px 35px;
	overflow: hidden;
	width: 240px;
}

#events div {
	font-size: 0.85em;
}

#events h2 {
	border-bottom: 1px dashed #b3b3b3;
	padding-bottom: 7px;
	text-align: center;
	width: 240px;
}

#footerWrapper {
	background: url(../images/theme/front-page-footer-bg.jpg) no-repeat bottom 50%;
	margin-bottom: 30px;
}

#header {
	margin: 0 auto 0 auto;
	width: 920px;

}

#headerWrapper {
	background: url(../images/theme/front-page-header-bg.jpg) no-repeat 50%;
	height: 230px;
}

#pinnedArticles {
	padding-bottom: 15px;
}

#results {
	margin-top: 25px;
}

#search {
	margin-top: 40px;
	text-align: center;	
}

#sidebar {
	float: right;
	min-height: 200px;
	width: 275px;
	margin: 0 0 10px 20px;
}

#sidebar h2 {
	border-bottom: 1px dashed #b3b3b3;
	text-align: center;
	padding-bottom: 10px;
}

#slider {
	background: black;
	float: left;
	height: 260px;
	margin: 10px 35px 0 10px;
	overflow: hidden;
	width: 320px;
}

#slider img {
	margin: 10px 0 10px 0;
}

.white_box {
	background: red;
}