/*
	Use this to present a page without any divisions
	Site Page Left is still needed...otherwise everything has to be overriden here
*/
@import url(SitePageLeft.css); /*Imports SitePageLeft, override in here as necessary*/
.mainContent .centre
{
	float: left;
	width: 970px;
	border: none;
	padding: 2px;
	min-height: 450px;
	padding-left: 3px;
	padding-right: 3px;
}

.mainContent .title
{
	margin-top: -2px;
	border-bottom: none;
	border-left: 1px solid #4A789E;
	margin-right: -3px;

}

.mainContent .remark
{
	margin-top: -2px;
	border-bottom: none;
	border-left: 1px solid #4A789E;
	margin-right: -3px;

}
