/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-color: #798996;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #c3ced7;
}

/************** Layout Elements *******************/

#wrapper {
	margin: 0 auto;
	font-size: 80%;
	width: 770px;
	
}

/* holds the content background image */
#innerwrapper {
	background: url(../images/ContentBG.jpg)  repeat-y;
	margin: 0 auto;
}

#navwrapper {
	background-color: #334050;
}

#nav {
	margin: 0 auto;
	min-height: 70px;
	width: 770px;
}


#nav ul {
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: center;
}

#nav li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 90%;
}

#content {
	padding: 1px 0 0 0;
	margin-left: 280px;
	margin-right: 30px;
}

#footer {
	  background: url(../images/FooterBG.jpg) no-repeat;	
	  min-height: 30px;
	  clear: both;
}

#outerfooter p {
	float: right;
	color: #334050;
}

#header {
  background: url(../images/bannerBG.jpg) repeat-x;	
  height: 140px;
}

#header img {
	display: block;
	margin: 0 auto;
}

#leftcol {
	float: left;
	width: 210px;
	margin-left: 25px;
}

/*Setting the image to block and then setting the left and right 
margins to auto allows us to centre the image in the column*/
#leftcol img {
	display: block;
	margin: 15px auto;
}
/************** Text Elements *******************/

/*padding is already zeroed, you can quickly add any required padding to
your h elements here*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #798996;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #8896a4;
}

a:hover {
	color: #c79a66;
}

#nav li a {
	padding: 5px 8px;
	text-decoration: none;
	background-color: #4a5662;
	color: #c3ced7; 
}

#nav li a:hover {
	background-color: #94a1ad;
	color: #000; 
}


/* just for the ie5 mac beastie, no other browsers can see these rules*/
 /*\*//*/
 #footer {
 	height: 30px;
 }
 
 #nav {
	height: 70px;
}
/**/