/*
Colours:

Red: 		#B90000
Gold		#ffc600
dbe9e9

Blue dark	#356AA0
Blue Light	#4096EE
Orange	#fa7400
Grey		#3b3b3b

*/

#container {
		margin: 0 auto;
		width: 900px;
		text-align: left;
		/*border: 3px double #B90000;*/
		/*background: #ffffff url(../images/bgg.png) repeat-x top left;*/
		
	}
	
	#header {
		width: 100%;
		background: url(../images/logo2.png) no-repeat top left;
		height: 229px;
	}
	
		#menu {
			padding-top: 150px;
			width: 55%;
			float: right;
		}
	
		#menu ul {
			}
			
		#menu ul li {
			float: left;
			display: block;
			height: 80px;
			width: 80px;
			background: transparent url(../images/btn.png) bottom left no-repeat;
			margin-left: 1em;
			text-align: center;
			font-weight: 900;
			color: #FA7400;
		}
		
		#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
			display: block;
			color: #fa7400;
			padding-top: 4em;
		}
		
		#menu ul li:hover {
			background: transparent url(../images/btn_o.png) bottom left no-repeat;
		}
		
		#menu ul li a:hover {
			color: #fa7400;
		}	
	
	#infobar {
		width: 100%;
		height: 1.3em;
		background: transparent url(../images/barbg2.png) top left no-repeat;
		color: #ffffff;
		padding-left: 1em;
		padding-top: 0.5em;
	}
	
#content {
	width: 100%;
	text-align: left;
	background: #4096ee url(../images/mgr.png) no-repeat bottom right;
	/*background: #4096ee;*/
	border-top: 2px solid #fa7400;
	border-bottom: 2px solid #fa7400;
	min-height: 500px;
}

	
	
	#main {
		padding: 1em;
		text-align: right;
	}
	
	
#footer {
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	height: 1.5em;
	background: transparent url(../images/barbg2.png) bottom left no-repeat;
	color: #ffffff;
	padding-left: 1em;
	padding-top: 0.5em;
}