body {
	background-color: #EEEEEE;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(images/wrapper-bg.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 924px;
	margin-left: 50%;
	position: relative;
	left: -462px;
	padding: 0px;
}
#logo {
	height: 80px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#header {
	background-color: #DA222C;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 190px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #72716F;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#navigation li {
	float: left;
	text-transform: uppercase;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:active {
	color:#333333;
}
#navigation li:hover {
	text-decoration: none;
	background-color: #72716F;
	background-image: url(images/nav-hover.png);
}
#navigation a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#left_sidebar {
	float: left;
	height: 400px;
	width: 160px;
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content_centre {
	float: left;
	width: 440px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: justify;
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content_centre h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #D8222E;
}
#right_sidebar {
	float: right;
	width: 190px;
	margin-top: 30px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#right_sidebar ul {
}
#right_sidebar li {
	margin-left: -20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#right_sidebar a {
}

#right_sidebar h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 5px;
}
#right_sidebar a {
	color: #5A5B5D;
	text-decoration: none;
}
##right_sidebar a:hover {
	text-decoration: underline;
}

#right_sidebar a:hover {
	text-decoration: none;
}

.footer_text {
	font-size: 10px;
	color: #666666;
}
.footer_text a {
	color: #666666;
}
.bold {
	font-weight: bold;
}
#clear {
	width: 900px;
	clear:both;
	height: 5px;
}
