@charset "iso-8859-1";
/* CSS Document */

body {
	background: #b7b9bc;
	margin: 0;
	}

#wrapper {
	width: 885px;
	height: 652px;
	border: 2px solid #000;
	margin: auto;
	margin-top: 20px;
	background-color: #818e96;
	}

#header {
	width: 100%;
	height: 147px;
	}

#menu {
	width: 100%;
	height: 20px;
	background: #5d403f;
	margin-bottom: 5px;
	}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#menu li {
	display: inline;
	font-size: 13px;
	padding: 0 0 0 22px;
	background: url(../images/menu_image.jpg) no-repeat 10px 5px;
	font-family: "Myriad Pro";
	}

#menu li a,
#menu li a:visited {
	color: #fff;
	text-decoration: none;
	}

#menu li a:hover {
	text-decoration: underline;
	}
	
#content {
	width: 100%;
	height: 458px;
	}

#content_left {
	height: 458px;
	width: 491px;
	float: left;
	}
	
#content_left_upper {
	width: 100%;
	height: 320px;
	padding-top: 20px;
	}
	
#content_left_upper p {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 371px;
	margin: 5px 0 5px 0;
	}

#content_left_lower {
	width: 100%;
	height: 128px;
	}

#content_left_lower h3 {
	color: #86959b;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 20px;
	}

#content_left_lower h3 .italic {
	font-style: italic;
	font-size: 90%;
	}
		
/*These are the classes which alter the background image of each page within the content_left container*/
#content_left.bg1 {
	background: url(../images/bg1.jpg) no-repeat;
	}

#content_left.bg2 {
	background: url(../images/bg2.jpg) no-repeat;
	}

#content_left.bg3 {
	background: url(../images/bg3.jpg) no-repeat;
	}

#content_left.bg4 {
	background: url(../images/bg4.jpg) no-repeat;
	}

#content_left.bg5 {
	background: url(../images/bg5.jpg) no-repeat;
	}
	
#content_left.bg6 {
	background: url(../images/bg6.jpg) no-repeat;
	}
	
#content_left.bg7 {
	background: url(../images/bg7.jpg) no-repeat;
	}	
/*End backgrounds*/	

#content_right {
	width: 394px;
	height: 458px;
	float: left;
	}

#footer {
	clear: both;
	width: 100%;
	height: 22px;
	font-size: 11px;
	font-family: Arial;
	color: #fff;
	}

#footer a,
#footer a:visited {
	text-decoration: none;
	color: #fff;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
#footer_left {
	width: 445px;
	text-align: left;
	padding: 5px 0 0 10px;
	float: left;
	}
	
#footer_centre {
	width: 25px;
	float: left;
	padding-top: 5px;
	}
	
#footer_right {
	float: left;
	width: 395px;
	text-align: right;
	padding: 5px 10px 0 0;
	}
