/* RESET BROWSER STYLES */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 16px;
 font-weight: normal;
}

table {
	border-collapse: collapse; border-spacing: 0;
}

td, th, caption {
	font-weight: normal; text-align: left;
}

img, fieldset {
	border: 0;
}

ol {
	padding-left: 0px;
	list-style: decimal;
}

ul {
padding-left: 0px;
list-style:square;
}

q:before, q:after {
	content:'';
}
/* END OF RESET BROWSER STYLES */

body {
  font: normal normal 15px/normal georgia, "times new roman", serif;
	margin: 0 0 10px 0;
  background-color: #ece9e9;
}

/*body {
  font-family: georgia, "times new roman", serif;
  background-color: #ece9e9;
}*/

#wrapper {
	left: 0px;
	top: 0px;
	width: 960px;
}
     
#header  { 
  width: 960px;
	height: 84px;
	text-align: center;
	background-color: #646699; 
	border-bottom: 3px ridge #5b5c8b;
	position: fixed; z-index: 20;
}

#header-left {
		position: absolute; 
    left: 0px; 
    width: 205px;
    /*height: 84px*/
}
      
p#header-centre {
	position: absolute;
	top: 15px;
	font: normal bold 18px/30px arial, verdana, sans-serif;
	color: #ff9900;
	left: 370px;
}

#header-right {
	position: absolute; 
  right: 0px; 
  width: 112px;
  /*height: 84px*/
}

#nav-home {
	position: absolute;
	top: 120px;
 	left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

#nav-counsel {
	position: absolute;
	top: 185px;
 	left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

#nav-resource {
	position: absolute;
	top: 440px; 
  left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

#nav-recruit {
	position: absolute;
	top: 545px; 
  left: 35px; 		
	width: 115px; 
  padding: 8px; 
  border: 1px solid #ccc; 
  background-color: #eee;
}

   
/* NAVIGATION STYLE */
h3 {
	margin: 0px;
	font-size: 14px
}

/* LINK STYLES */
a {
	 color: steelblue; 
   font-size: 13px;
   font-weight: bold; 
   text-decoration: none;
   line-height: 17px;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}



