
#wrap {
 width: 650px;
 overflow: hidden;
 margin: 0 auto 10px auto;
}

h2#header{
 margin: 0 0 10px 0;
 height: 143px;
 text-indent: -2000px;
 background: url(img/header.jpg) top left no-repeat;
 border-bottom: 27px solid #D2072E;
}

/* navigation */
#navigation {
 float: left;
 width: 130px;
}

#navigation ul {
 padding: 0;
 border: 1px solid #295283;
 border-top: 0;
 margin: 0;
 background: #000099;
}

#navigation ul li {
 list-style: none;
 margin: 0;
 border-top: 1px solid #fff;
}

#navigation ul li a {
 display: block;
 padding: 4px 8px 4px 8px;
 width: 112px;
 border: 0;
 background: #000099;
 text-decoration: none;
 font-size: 90%;
}

#navigation ul li a:link,
#navigation ul li a:visited { color: #fff; }

#navigation ul li a:hover {
 color: #000;
 background: #D3E7FF;
}

#navigation a {
 color: white;
 display: block;
 border: 0;
 background: #000099;
 text-decoration: none;
 font-size: 90%;
}


#navigation a:hover {
 color: #000;
 background: #D3E7FF;
}

 
 #nflash a {
  color: white;
  display: block;
  border: 0;
  background: #CC0033;
  text-decoration: none;
  font-size: 90%;
}
 
/* ------------ */

#content {
 float: right;
 width: 512px;
 text-align: left;
 margin-left: 3px;
}

h3#page_title,
#navigation h3 {
 display: normal;
 width: 100%;
 margin: 0;
 padding: 5px;
 text-align: center;
 letter-spacing: 1px;
 border: 1px solid #000;
 background-color: #CC0033;
 font-size: 130%;
 color: #fff;
 text-transform: uppercase;
}

#navigation h3 {
 width: 118px;
 font-size: 100%;
 margin-bottom: 5px;
 padding-bottom: 9px;
}

.#footer {
 clear: both;
}
