body
{
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Sans-Serif;
	font-size: small;
	background-image: url(../i/MainBackground.gif);
	background-repeat: repeat;
	
}

a:active {font-weight: bold; text-decoration: none; color: #797A7C;}
a:link {font-weight: normal; text-decoration: none; color: #797A7C;}
a:visited {font-weight: normal; text-decoration: none; color: #797A7C;}
a:hover {font-weight: normal; text-decoration: none; color: #797A7C;}

#Container
{
	padding-top: 20px;
	margin: auto;
	width: 1025px;
}

#LeftSide
{
	float: left;
	background-image: url(../i/LeftBg.gif);
	background-repeat: no-repeat;
	width: 168px;
	height: 677px;
	
}

#Content
{
	float: left;

	background-image: url(../i/ContentBg.gif);
	background-repeat: repeat-x;
	width: 602px;
	height: 675px;

}

#HeaderGraphic
{
	padding: 50px 0px 40px 90px;
	border-width: 0px;
}

#RightSide
{
	float: right;
	width: 255px;
	height: 675px;
	background-image: url(../i/RightBg.gif);
	background-repeat: no-repeat;
}

#Nav
{
	padding: 1px;
	margin-top: 40px;
	margin-left: 70px;
	background-image: url(../i/GreyLines.gif);
	background-repeat: repeat-y;
	float: left;
	width:255px;
	padding-bottom:10px;
}

#Details
{
	margin-top: 40px;
	float: left;
	font-size: 0.9em;
}

p
{
	margin-bottom: 0px;
	margin-top:0px;
	padding:0px;
}

.Hidden
{
	display: none;
}

.HeadingPink
{
	color: #CC0E4B;

}

.HeadingOrange
{
	color: #F79349;
}

.HeadingGrey
{
	color: #797A7C;
}
