@charset "UTF-8";
/* CSS Document */

/*Colour Refrences
Orange: #F7931E;
Brown:	#603913;

*/


body {
text-align:center;
margin-left:auto;
margin-right:auto;
width:800px;
padding-top:10px;
}


#wrapper {
margin:auto; 
text-align:left;
padding:0;
margin:0;
}

a:link {
	color:  #F7931E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:  #F7931E;
}
a:hover {
	text-decoration: underline;
	color:  #F7931E;
}
a:active {
	text-decoration: none;
	color:  #F7931E;
}

h1 {
font-family:Georgia;
color:#F7931E;
font-weight:lighter;
}

p {font-family:Arial, Helvetica, sans-serif;
color:#603913;
font-size:24px;
font-weight:lighter;
}

#header {
padding:10px 0;
}

#navigation {
float:left;
background:url(../images/Side_bar.jpg) no-repeat;
height:325px;
width:158px;
padding:10px;
}
