#content {
	background-color:#c0c0c0;
	background:url(./images/neighbours_faux.jpg) 0 0 repeat-y #c0c0c0;
	}

#rightbar {
	float:right;
	width:214px;
	padding:10px;
	}

#flashcontent {
	width:500px;
	height:320px;
	border:2px solid #0076B4;
	}
	
#bodytext {
	width:484px;
	padding:10px;
	background-color:#e0e0e0;
	color:#0076B4;
	}

#bodytext h1 {
	margin-top:10px;
	color:#399233;
	font-size:12pt;
	}

#buttons {
	padding-left:10px;
	background-color:white;
	border:1px solid white; /* NS fix, else no gap before footer */
	}

#buttons a {
	display:block;
	float:left;
	margin:10px 10px 0 0;
	padding:5px;
	width:121px;
	border:2px solid;
	border-color:#c0c0c0 #909090 #909090 #c0c0c0;
	background-color:#c0c0c0;
	color:#0076B4;
	text-align:center;
	text-decoration:none;
	}
