body
{
    margin: 0 auto;
    padding: 0;
    font: 73% verdana, "Trebuchet MS" , arial, sans-serif;
    text-align: center;
    line-height: 1.7em;
    color: #000;
    background-color: #F3F3F3;
}
			/* WRAP */
#container
{
    width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: #666;
    background: #fff;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
}

			/* BANNER */
			
#header
{
    background-position: 215px;
    margin: 0px auto 20px auto;
    padding: 40px 0px 0px 0px;
    height: 160px;
    width: 100%;
    background-color: #80AE05;
    background-image: url('images/picture.jpg');
    background-repeat: no-repeat;
}			

#headerBox
{
    margin-left: 100px;
    width: 300px;
    height: 100px;
    
}


#banner
{
    width: 750px;
    margin: 0 0 30px 0;
    padding: 0;
    height: 250px; 
    /*background: #000 url(images/bannergreen.jpg) no-repeat;*/
    background-image: url(images/background.jpg);
	background-repeat: repeat-x;
    color: #000;
}

#banner h1
{
    margin: 0;
    padding: 70px 100px 0 0;
    height: 50px;
    font: 300% 'Trebuchet MS' , verdana, arial, sans-serif;
    text-align: right;
    letter-spacing: 3px; /*color: #fff;*/
    color: #FFFFFF;
    background: inherit;
}
			/*TOP NAV*/
			
#top
{
}			
			
#navPyra
{
    margin: 0;
    padding: 10px 0 20px 10px;
    border-bottom: 1px solid #aaa;
}
#navPyra li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    
}
#navPyra a:link, #navPyra a:visited {
float: left;
font-size: 1.2em;
letter-spacing: 3px;
line-height: 1em;
font-weight: normal;
padding: 0 12px 6px 12px;
text-decoration: none;
color: #000;
}
#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
/*color: #708491;*/
color: #046cb8;
background: url(images/pyramid.gif) no-repeat bottom center;
}
			/* SIDE CONTENT */
#side {
width: 150px;
float: left;
margin:  0 auto;
padding: 0 20px;
background: inherit;
color: #999;
}
#side p { 
margin: 1em 0 1em 0; 
}
			/* SIDE NAV */		
#side ul {
list-style : none;
margin : 20px 0;
padding : 0;
}
#side ul li {
display : inline;
padding : 0;
margin : 0;
}
#side ul li a {
display : block;
color : #708491;
background : inherit;
text-decoration : none;
margin : 0;
padding : 3px 0;
border-bottom : 1px solid #aaa;
}
#side ul li a:hover {
text-decoration : none;
background : #fff;
color : #000;
} 
				/* MAIN CONTENT */
#content {
width: 520px;
margin-left: 200px;
padding: 0 10px;
}
#contentCentre {
width: 600px;
margin-left: 100px;
padding: 0 10px;
}
				/* FOOTER */
#footer
{
    margin-top: 30px;
    padding: .5em;
    clear: both;
    font-size: 11px;
    color: #FFFFFF;
    background: #80AE05;
    border-top: 1px solid #aaa;
}
	
#footer a
{
    color: #FFFFFF;
    text-decoration: none;
}
	
				/* LINKS*/
a {
color: #AD3205;
text-decoration: none;
}
a:hover {
background: #eee;
color:  #708491;
text-decoration: none;
}
a img {
border: 0;
}
				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
input {
background : #000;
color : #fff;
}
				/* TYPOGRAPHY */
h2
{
    margin: 0;
    font: normal 150% verdana, arial, "Trebuchet MS" , sans-serif;
    letter-spacing: 3px; /*color: #000;*/
    color: #589b02;
    background: inherit;
}
blockquote
{
    font-weight: bold;
    font-style: italic;
    color: #aaa;
}
				/* CLASSES*/
.header_h1
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #8D0460;
    color: #B84e05;
    color: #B10159;
    color: #AD3205;
    font-size: 48px;
    letter-spacing: -.075em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
	
.header_p
{
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 20px;
    padding-right: 0;
}

.blue { color: #546F92; background: inherit; }
.red {color: #CC3300; background: inherit; }
				
.orange
{
    background-position: inherit;
    color: #FFFFB7;
    background: inherit;
}
.white
{
    background-position: inherit;
    color: #FFFFFF;
    background: inherit;
}
			
				
.imgright {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
    height: 189px;
    width: 273px;
}
.imgleft {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
    height: 189px;
    width: 273px;
}

.big
{
    margin: 20px 5px 20px 5px;
    font: 150% 'Trebuchet MS' , verdana, arial, sans-serif;
    line-height: 1.2em;
    background: #fff;
    color: #046CB8;
    font-style: italic;
}