﻿body
{
	background-color: #b82025;
	background-image: url(   '../Images/background.jpg' );
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-repeat:repeat-x;
}


#PageWrapper
{
	width: 939px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
}

#PageTop
{
	width: 939px;
	height: 192px;
	background-image: url(  '../Images/top.png' );
}

#PageLeft
{
	width: 60px;
	height: 648px;
	background-image: url(   '../Images/left.png' );
	float: left;
}

#Content
{
	width: 812px;
	height: 648px;
	float: left;
	background-image: url(   '../Images/pixels.png' );
	background-repeat: repeat;
}

#PageRight
{
	width: 67px;
	height: 648px;
	background-image: url(   '../Images/right.png' );
	float: left;
}
#PageBottom
{
	width: 920px;
	height: 66px;
	background-image: url(  '../Images/bottom.png' );
	float: left;
}

#MenuBack
{
	width: 445px;
	height: 81px;
	background-image: url(   '../Images/headingbackground.png' );
	
}

p.orange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #fff;
}

#RightMenu
{
	
	padding-left: 0px;
	padding-top: 0px;
	width: 445px;
	height: 81px;
	
	
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}


a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
}

