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

body {
	background: #f7f0e3 url(bg.jpg) repeat-x;
	font: 85%/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666;
}

#page-wrap {
	width:900px;
	background-color:#fff;
	margin:20px auto;
	border:1px solid #ccc;
}

#head-wrap {
	width:870px;
	height:173px;
	padding:15px;
   padding-bottom:2px;
   background-color:#eee;
}

#paul {
	float:left;
	width:155px;
	height:171px;
	background-image:url(paul3.jpg);
	border: 1px solid #ccc;
}

#header-photo {
	float:right;
	width:700px;
	height:173px;
	background-image:url(header-photo4.jpg);
}

#content-wrap {
	clear:both;
   position:relative;
	width:870px;
	padding:20px 15px 20px 15px;
	background-image: url(compass.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
}

#main {
	width:870px;
	margin-bottom:30px;
}

#footer {
	border-top: 1px solid #e5e5e5;
	background-color:#F1E8D7;
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 900px;
	padding: 15px 0 0 0;
	text-align: center;
}
#footer p{
	font-size:85%;
}
#footer  a {
	color: #976834;
}


/* Navigation Bar */

#nav {
	margin:5px 0;
	float:right;
	width:870px;
   height:58px;
   
}

#nav ul {
	float: left;
	list-style: none;
	background: #e6e6e6;
	width: 870px;
	padding: 0;
	margin: 0;
	height: 58px;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 38px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #dadada;
	color: #555;
	font: bold 13px/27px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
   text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li a:hover, #nav ul li#current a {
	background: #DBDBDB;
}

#menu-wrap {
   display:block;
   clear:both;
   float:left;
   width:900px;
   margin:0 auto;
   /*border-bottom:1px solid #cacaca;*/
   background-color:#eee;
}
.centeredmenu {
   float:left;
   clear:both;
   width:870px;
   height:30px;
   margin:0px;
   margin-left:15px;
   background: #eee;
   overflow:hidden;
   position:relative;
}
.centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
.centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:0px 30px;
   background:#e6e6e6;
   line-height:28px;
	color: #555;
	font: bold 13px/27px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
   text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1px;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.centeredmenu ul li a.first {
	border-left: 1px solid #cacaca;
}
.centeredmenu ul li a.bottom{
	border-bottom: 1px solid 333;
}

.centeredmenu ul li a:hover {
   background:#dbdbdb;
   color:#326ea1;
}
.centeredmenu ul li a.active,
.centeredmenu ul li a.active:hover {
   color:#326ea1;
   background:#DBDBDB;
   font-weight:bold;
}

#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}



.container {clear:both; float:left; width:100%; overflow:hidden;}
#menu2 {
  padding:0;
  margin:0 auto;
  list-style-type:none;
  float:left;
  position:relative;
  left:50%;
  }
#menu2 li {
  float:left; position:relative; right:50%;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#fff;
  background:#08c;
  border:1px solid #fff;
  text-decoration:none;
  }
#menu2 a:hover {
  color:#000;
  background:#d4d4d4;
  }

