body {
	background-color: #000;
	color: #fff;
	margin: 0;
	background-image: url('http://pwcb.org/images/background.jpg');
}

#wrap {
	width: 840px;
	margin: 0 auto;
	border-left: 2px solid #6280a1;
	border-right: 2px solid #6280a1;
	background-color: #000000;
}

#header {
	width: 100%;
	background-image: url('http://pwcb.org/images/header.jpg');
	background-repeat: no-repeat;
	height: 233px;
}

#menu {
	width: 140px;
	margin: 0 auto;
	background-color: #000000;
	float: left;
	padding-left: 15px;
}

#topright {
	width: 514px;
	margin: 0 auto;
	background-color: #000000;
	float: left;
	padding-right: 165px;
	padding-bottom: 35px;
}
	
#lowerright {
	width: 648px;
	margin: 0 auto;
	background-color: #000000;
	float: right;
}

.title {
	font-family: arial;
	font-size: 15px;
	color: #c1913f;
	line-height: 30px;
}

.btitle {
	font-family: arial;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.maintext {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

.large {
	font-family: arial;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
}


.test1 {
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:link:hover {
	color: #ecd8a6;
	font-weight: bold;
}
