/*a, a:visited {*/
/*	background-color: transparent;*/
/*	color: #809DBA;*/
/*	text-decoration: none;*/
/*}*/
/**/
/*a:hover {*/
/*	background-color: transparent;*/
/*	color: #DD8254;*/
/*	text-decoration: none;*/
/*}*/

#bar {
  /*border:1px solid #FFFFFF;*/
   position: absolute;
   display: inline;
   top: 180px; left: 33px;
   margin:0;
   padding:0;
   white-space: nowrap;
   color: #FFF;
    font-family: copperplate gothic bold, arial, helvetica, sans-serif;
    font-size:14.33px;
    text-align: center;
    background-color: transparent;
    color: #FFFFFF;
   /*border: dotted red;*/
  }
#bar ul{
  width:857px;
  background-color:transparent;
  padding-left:0;
  margin:0;
  float:left;
}
#bar li{
   display:inline;
   padding:0;
   margin:0;
}
#bar ul li{
  display:inline;
}
#bar ul li a{
  float:left;
  color:#FFFFFF;
  padding:0 4px 0 3px;
  /*border-right:1px solid #FFFFFF;*/
}

#bar ul li a:hover{
	background-color: transparent;
	color: #809DBA;
	text-decoration: none;
}
#banner {
    position:relative;
    width:857px; 
    height:210px; 
    margin:0px auto 0 auto;
    padding: 0 0 0 0; background-image: url(images/banner_plain.jpg);
    background-repeat: no-repeat;
	border-bottom: thin solid #000000;
}
;