body {
	background-attachment: fixed;
	/*background-image: url(../images/paper.gif); */
}

#headerHomePage {
	border: medium solid;
	height: 150px;
	width: 100%;
}

#header {
	BORDER: medium solid;
	HEIGHT: 150px;
}

#header_content_left {
	PADDING-LEFT: 13px;
	LEFT: 0px;
	WIDTH: 33%;
	POSITION: absolute;
	TEXT-ALIGN: left
}

#header_content_middle {
	MARGIN: 0px 33%;
	WIDTH: 33%;
	TEXT-ALIGN: center;
}

#header_content_right {
	PADDING-RIGHT: 13px;
	RIGHT: 0px;
	WIDTH: 33%;
	POSITION: absolute;
	TEXT-ALIGN: right
}

#header_image_left {
	WIDTH: 200px;
	HEIGHT: 150px;
}

#header_image_right {
	WIDTH: 200px;
	HEIGHT: 150px;
}

#header_image_middle {
	WIDTH: 150px;
	HEIGHT: 150px;
}

#leftcol {
	float: left;
	width: 200px;
}

#navlinks {
	padding: 2px 2px 2px 3px;
	border: dotted blue 1px;
	margin: 10px;
	background-image: url(../images/paper.jpg);
}

/*#justgiving {
	padding: 5px 5px 5px 5px;
	border: dotted blue 1px;
	margin: 10px;
}*/

#justgiving { display: none; }

#main {
	margin-top: 5px;
}

#content {
	margin: 0 210px 0 210px;
	padding: 15px;
	border-left: #999 5px solid;
	border-right: #999 5px solid;
	font-family: arial;
	font-size: larger;
}

#rightcol {
	float: right;
	width: 200px;
}

#bcrc_logo {
	margin: 15px;
	padding: 3px;
}

#infoText {
	margin: 15px;
 	border: solid blue 3px;
	padding: 3px;
	background-color: white; 
	background-image: url(../images/yellow-paper.gif);
}

#infoText2 {
	margin: 15px;
 	border: dashed blue 1px;
	padding: 3px;
	font-style: italic;
}

#newsItem {
	margin: 12px;
 	padding: 6px;
 	border: dashed blue 1px;
}

#footer {
	text-align: center;
	border-top: #999 solid 1px;
	font-size: smaller;
}

#footerbr {
	clear: both; 
}

DIV.header {
	HEIGHT: 145px;
} 

DIV.body {
	PADDING-TOP: 15px;
}