﻿body {
	background: #8f6ba8 url('images/bodybg.jpg') repeat-x top left;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #E0A3B7;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px 
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 5px;
	margin:0px;}

/* ----------container-------------- */
#container {
	width: 750px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url('images/leftbg.jpg') repeat-y left top;
	border: 5px solid #e7d04c;
	border-top: none;

}

/* ----------banner-------------- */
#banner {
	background: transparent;
	text-align: left;
	padding: 0px;
	margin: 0px;
	min-height: 50px;
	border-bottom: 2px solid #e7d04c;
}
#banner img {
	padding:0px 0px;
	border: none;
	bottom: 0px;
	vertical-align: bottom;
} 

/* -----navigation---- */

.navigation {
	display: block;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent;
	color: #FFF;
}

.navigation ul li {
	position: relative;
	display: inline;
	background: transparent;
}

.navigation ul li a{
	display: block;
	width: 91%; /*Width of menu link items*/
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: #663587;
}

.navigation ul li a:hover{
	background: #663587; /*Hover BG Colour*/
	color: #e7d04c;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* IE Compatability */
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

	
/* -----------------content--------------------- */
#content {
	background: transparent;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
}

#content img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #000;
}

p, pre{
	padding: 5px 10px;
	margin:0px;
	font-size: 13px;
}

.rightimage {
	float: right;
}

.leftimage {
	float: left;
}

.middle {
	text-align: center;
}

/* --------------left nav------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#left p {
	font-size: 13px;
	color: #000;
}

#left img {
	margin-left: 3px;
	border: 1px solid #000;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center; 
	border-top: 2px solid #e7d04c;
	background: #663587;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #E7E7E7;
}
