@charset "UTF-8";
/* CSS Document */

/*colour1 - #0063a8
/*colour2 - #153a6e

/* main html
---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #402000;
	margin-top:0px auto;
	color: #000000;
	font-size: 12px; 
	}
	
img { border: 0; }

.header {
	height: 82px;
	background: url(images/header-bg.gif);
	}
	
.wrapper {	
	width:780px;
	height:100%;
	margin:auto;
	}
	
.main-container {
	margin: 0px auto;
	width: 780px;
	text-align: left;
	background-color:#ffffff;
	float:left;
	}
	
.left-container {
	width: 170px;
	background-color: #6E5232;
	border:solid #6E5232 1px;
	position: relative;
	float: left;
	color: #000000;
	padding-top:60px;
	padding-bottom: 100px;
	}
	
.main-content {
	width:458px;
	background-color:#FFFFFF;
	float:left;
	margin-top:45px;
	}

p {
	margin:10px;
	}	
	
.right-container {
	width: 148px;
	background-color: #e2cdb6;
	position: relative;
	float: right;
	}
	
.footer {
	width: 780px;	
	height: 25px;
	background-color: #000000;
	float: left;
	position: relative;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	border-top:#6E5232 solid 3px;
	clear:both;
	}	
	
	
/* main header
---------------------------------------------------------- */
#mainlogo {
	z-index: 2;
	position: relative;
	right: 70px;
	top: -60px;
	height: 0px;
	}
	
#maintext {
	z-index: 2;
	position: relative;
	left: 0px;
	top: -28px;
	height: 0px;
	text-align:center;
	font-size:30px;
	color:#FFFFFF;
	}	
	
/* main navigation
---------------------------------------------------------- */	
#main_menu {
	width: 170px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	background-color: #6E5232;;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: double 25px #000000;
	border-bottom: double 25px #000000;
	}

#main_menu a {
	color: #fff;
	text-decoration:none;
	}

#main_menu a:hover {
	color: #fff;
	background-color: #e2cdb6;
	display: block;
	text-decoration: none;
	}	
	
#main_menu ul {
	color: #e8eff7;
	line-height: 20px;
	padding-top:10px;
	padding-left:5px;
	margin-left:5px;
	list-style-type: circle;
	text-decoration: none;
	}	
	
#main_menu li {
	margin-left:10px;
	}		