
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #E7DBD5;
 background: white;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 924px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 text-align: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 110px;
 margin: 10px 0px 0px 0px;
 background: white;
}
#header-bottom 
{
  border-top: 1px solid #b9d2e3;
  padding: 4px;
  height: 18px;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 0 20px 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}
#tagline {
  font-weight: bold;
  background-color: #fdf8f2;
  color:#874B46;
  color: black;
  font-style: italic;
  margin: 0;
  padding: 0;
  width: 400px;
  float: left;
}
#tagline-right {
  font-weight: bold;
  background-color: #fdf8f2;
  color:#874B46;
  color: black;
  font-style: italic;
  margin-right: 10px;
  padding: 0;
  text-align: right;
  width: 400px;
  float: right;
}
#navigation {
 float: left;
 width: 920px;
 color: #333;
 padding: 0px;
 border: 1px solid #ccc;
 margin: 0px 0px 3px 0px;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 height: 640px;
 background: #E7DBD5;
 background: white;
 margin: 0px 5px 3px 0px;
 padding: 10px;
 width: 200px;
 float: left;
 text-align: center;
}
#contentwide { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 background: white;
 margin: 0px 0px 3px 0px;
 padding: 10px;
 height: 640px;
 width: 673px;
 display: inline;
}
#contentwide h2 {
  font-size: 135%;
}
#contentwide li {
  margin: 10px 0px 0px 15px;
}
#content li {
  margin: 10px 0px 0px 15px;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 background: white;
 margin: 0px 0px 3px 0px;
 padding: 10px;
 height: 720px;
 width: 180px;
 float: left;
 text-align: center;
}
#footer { 
 width: 922px;
 height: 36px;
 clear: both;
 color: gray;
 font-size:12px;
 font-weight:bold;
 padding-top: 10px;
 background:transparent url("images/OFF.gif") repeat-x top left;
 font-family:Helvetica,Arial,Verdana,sans-serif;
 border-top:1px solid #C0E2D4;
 text-align: center;
 vertical-align:middle;
}