/* CSS Document 
Author: Donna Frith
Date created: 1/11/08
Modified by: Donna Frith
Date modified: 1/11/08
*/

	#wrapper{
	 width:950px; 
	 height:570px;
	 margin:0px auto 10px auto;  /* top right bottom left */ /* auto will centre exactly*/
	 border:0px solid blue; /* or could put 'solid green' instead of a colour code*/
	 }

	body {
		margin:0;
		padding:0;
		font-size:75%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background:#323232;
		background-image: url(images/bgroundmedium5px.gif);
		}
	

/* start header styles */
	#header{
		background: url(images/grass.gif) no-repeat top right;
		width: 950px;
		height:160px;
		margin:0px 0 0 0;
		border:0px solid red;
		}
/* end header styles */







		
	#maincontent{
		overflow:hidden;
		width: 950px;
		height: 350px;
		background:white;
    	position:relative; /*must stay relative so slider arrows can be positiond absolute*/
		border:0px solid purple; 
		}


	
	#globalnav{
		 margin:-340px 0 0 0;
		 position:relative;
		 float:left;
		 width:130px;
		 background:url(images/global-navblank.gif) no-repeat;
		 padding: 0px;
		 border:0px solid orange;
		 }
	
	.navitem{
		padding-bottom:8px;
	}
	
	.navselected a{
		color:#B1B0B1 !important;
	}


	table.tableone {
	margin: -4px 0 0 0;
	width: 120px; 
	border: 0px solid red;
	}

	table.tableone td{
	color:black;
	vertical-align: top;
	padding:-13px 0px 5px 0px;
	height: 16px;
	border:0px solid blue;
	}


	#footer{
		 margin:0px 10px 0 0;
		 text-align:right;
		 clear:both; /* clear:both stops any floating happening above from continuing past this point*/
		 border:0px solid green;
		 }
