#content {
	border:3px solid #B5C28B;
	background: url('Images/content_background.jpg') repeat-y;
	float:left;
	margin-right:220px;
}
#RightSide {
	float:right;
	margin-left:-200px;
	padding:40px 0px;
	width:154px;
}
.separator {
	margin:15px 0 0 -18px;
	background: url('Images/separator.jpg') no-repeat;
	width:190px;
	height:5px;
}
#pagearea {
	float:left;
}
h1 { 
	text-align:center;
	font-size: 14px;
}
#RightSide a {
	display:inline;
}
#RightSide a:hover {
	text-decoration:underline;
}

