﻿div#PageContent
{
	margin-top: 20px;
	width: 965px;
}
div#PageContent h1
{
	margin-bottom: 20px;
}

div#BodyContent
{
	width: 690px;
	float: left;
}

div#RightColumnContent
{
	width: 230px;
	float: right;
}

div.RightSideModuleGreyRounded
{
	background: url(/images/controls/right_side_module_grey_border_rounded_back.png) repeat-y;
	width: 230px;
}

div.RightSideModuleGreyRounded .Top
{
	background: url(/images/controls/right_side_module_grey_border_rounded_top.png) no-repeat;
	width: 230px;
	height: 10px;
	overflow:hidden;
}

div.RightSideModuleGreyRounded .Title
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

div.RightSideModuleGreyRounded .Content
{
	margin: 0px 10px 0px 10px;
	width: 210px;
}

div.RightSideModuleGreyRounded .Bottom
{
	background: url(/images/controls/right_side_module_grey_border_rounded_bottom.png) no-repeat;
	width: 230px;
	height: 10px;
	overflow:hidden;
}
