html body{
  color: #fff;
  margin: 0;
  padding: 0;
  font: normal 100% Palatino,  "Times New Roman", Times, serif;
  font-sixe: 62.5%; /* Resets 1em to 10px */
  text-align: left;
  background: #d7d2c7 url(../images/background.png) no-repeat fixed 0pt; 
  background-position: 0px 0px;
}

#wrapper{
  margin: 0px auto;
  padding: 30px 0 0 0;
  float: none;
  display: block;
  overflow: hidden;
  width: 810px;
}

/* BEGIN 'header' */
#header{
  background-color:#fff;
  float:left;
  width: 445px;
  border-left: 155px solid #7d9091; 
  /* The width and color of the left rail */
  border-right: 210px solid #968d80; 
  /* The width and color of the right rail */
  display: block;
}
#colLeft_header{
  float: left;
  width: 155px;
  margin-left: -155px;
  margin-bottom: -20px;
  position:relative;
}
#colCenter_header{
  float: left;
  width: 445px;
  min-width: 445px;
}
#colRight_header{
  float: right;
  width: 210px;
  margin-right: -210px;
  margin-bottom: -20px;
  position: relative;
}
.logo{
  background: transparent url(../images/logo.png) no-repeat scroll 0pt;
  behavior: url(iepngfix.htc);
  width: 364px;
  height: 150px;
  margin: 7px 34px;
  padding: 0;
}
.logolink, a.logolink, a.logolink:link, a.logolink:visited, a.logolink:hover {
  width: 317px;
  height: 105px;
  padding: 0;
  background: transparent;
  display: block;
}
/* END 'header' */

/* BEGIN 'nav' */
#nav {
  list-style:none;
  margin: 20px 0 0 3px;
  padding: 0;
  width: 149px; /* Width of Menu Items */
  border-bottom: 0;
  font: bold 0.90em Palatino, Palatino Linotype, Garamond, serif;
  line-height: 1.2em;
  font-size:13px;
}
#nav li {
  position: relative;
}
/* Styles for Menu Items */	
#nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #7d9091; /* IE6 Bug */
  padding: 2px 0 2px 25px;
  border: 0;
  border-bottom: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End IE fix. */

/* Hover Styles */
#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li a.current {
  color: #fff;
  background: #6e8182;
  text-decoration: none;
  padding: 1px 0 1px 24px;
  border: 1px solid #90a1a2;
  border-bottom: 1px solid #90a1a2;
}
				
li:hover ul, li.over ul { display: block; } /* The magic */
/* END 'nav' */

/* BEGIN 'footer' */
#footer{
  clear: both;
  background-color: #968d80;
  float: left;
  width: 210px;
  border-left: 600px solid #7d9091; » 
  /* The width and color of the left rail */
}
.colLeft_footer {
  float: left;
  width: 600px;
  margin-left: -600px;
  position: relative;
}
.colRight_footer {
  float: left;
  width: 210px;
  margin-right: -210px;
  position: relative;
}
.footer_p{
  margin: 0;
  padding: 10px 15px;
  font: normal 0.8em Palatino, Palatino Linotype, Garamond, serif;
  text-align: center;
}
/* END 'footer' */

/* BEGIN link colors */



a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* BEGIN link colors */


ul li ul {
padding-left: 8px;

}

