html {
height:100%; /* this is the key! */

}

body {
font-family: Arial, Helvetica, sans-serif;
height:100%; /* this is the key! */
background-color: #ffffff;
margin: 0px;
padding: 0px;
background:#ffffff  url(images/back.gif) repeat-x left top;
}

.centerdiv {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px; /* top right down left- */
	width: 730px;
	height:100%; /* this is the key! */
	}
	

	.pagecontent{
float: left;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; /* top right down left- */
width: 730px;
height:627px;
font-size: 13px;
color: #ffffff;
}


.pagecontent a{
color: #915e2a;
text-decoration : underline;
}
	
	
	
/* ----------image stuff--------------*/ 

img, a   { 
  border-style : none; 
  border-width : 0px; 
}

img, area
{
  border: 0px;
}


/* ----------header colours--------------*/ 
.capital{
font-size: 22px;
font-weight: lighter;
color: #ffffff;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; /* top right down left- */
line-height: 90%;

word-spacing: -0.4em;
}
.smaller{
font-size: 10px;
font-weight: normal;
color: #ffffff;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; /* top right down left- */
}

.header {  
font-size: 1.2em; 
color: #6d635e; 
font-weight: bold;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; /* top right down left- */
}

.subheader {  
font-size: 1.1em; 
color: #4d4d4d; 
font-weight: bold;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; /* top right down left- */
}



/* ----------navigation divs--------------*/

.nav{
float:left;
	width:520px;
	height: 66px;
margin: 64px 0px 0px 0px; /* top right down left- */
padding: 0px 0px 0px 0px; /* top right down left- */
}

.nav img{
float:left;
margin: 30px 12px 0px 0px; /* top right down left- */
padding: 0px 0px 0px 0px; /* top right down left- */
border-style : none; 
  border-width : 0px; 
}

.logo{
float:left;
height: 66px;
margin: 64px 0px 0px 0px; /* top right down left- */
padding: 0px 0px 0px 0px; /* top right down left- */
}



/* ----------layout divs--------------*/



.boxleft{
float: left;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; /* top right down left- */
}

.boxright{
float: right;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; /* top right down left- */
}


.boxquote{
float: right;
text-align:center;
width: 180px;
margin: 0px 0px 0px 0px; 
padding: 0px 20px 0px 50px; /* top right down left- */
font-size: 16px; 
color: #4d4d4d; 
font-weight: bold;
}
.footer{font-size: 11px;
color: #bcbcbc;text-align:center;}
.footer {margin: 7px 0 0 0;}

