body
{
	margin: 0px auto;
	text-align: center;
	color: #330000;
	font-size: 70%;
	font-family: Arial, Sans-Serif;
}
a
{
	color: #330000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h2
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
h3
{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
}
p
{
	margin-top: 0px;
	font-size: 100%;
}
#Container
{
	width: 740px;
	border: 0px;
	margin: auto;
	margin-top: 12px;
	/* Correct the text align after the hack above */
	text-align: left;
}
#LeftPanel
{
	width: 182px;
	float: left;
	padding-left: 45px;
	padding-top: 8px;
	font-size: x-small;
}
#LeftPanel #Breadcrumb
{
	padding-left: 75px;
	padding-top: 12px;
	font-size: x-small;
	height: 90px;
}
#LeftPanel #Navigation
{
	padding-left: 0px;
	height: 200px;
	margin-bottom: 28px;
	text-transform: uppercase;
}	

#RightPanel
{
	width: 185px;
	float: right;
	padding-right: 40px;
}
#RightPanel a
{
	display:inline;
}
#RightPanel #Images
{
	height: 74px;
	width: 185px;
}
#RightPanel #Images img
{
	border: 2px solid #330000;
	width: 30px;
	height: 30px;
}
#RightPanel #Header1
{
	height: 22px;
}
#RightPanel #Header2
{
	height: 16px;
}
#RightPanel #Header3
{
	height: 16px;
}
#RightPanel #Header3 h1
{
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
}
#RightPanel a
{
	color: #EEB211;
}
#RightPanel #Main #list a
{
	color: #330000;
}
#CentrePanel
{
	width: 270px;
	margin-left: 236px;
}
#CentrePanel #TopBar
{
	height: 36px;
}
#CentrePanel #MainImage
{
	border: 0px;
	width: 270px;
}
#Heading
{
	height: 18px;
	background: #330000;
}
#Heading h1
{
	margin: 0px;
	padding: 2px;
	color: #EEB211;
	font-size: 110%;
	font-weight: bold;
}
.rightlink
{
	float: right;
}