@charset"utf-8";

*{
  margin:0;
  padding:0;
}

body {
  font-size:small;
  font-family:Verdana,sans-serif;
  color:#FFE4B5;
  background:url(img/stripe.gif);
}


A{TEXT-DECORATION:none;
  font-weight:bold;
  }
A:LINK{color:#0000ff}
A:VISITED{color:#0000ff}
A:HOVER{color:red}
}

p {
  color:#330099;
  align:left;
  font-weight:bold;
}

p.small {
  font-size:10px;
  padding:5px 5px;
  color:#330099;
  align:left;
  font-weight:bold;
}


p.links{
  color:#330099;
  align:left;
  font-weight:bold;
  font-size:10px;
}

p.bg {
  font-size:17px;
  color:#ffffff;
  text-align:center;
  background:#0000ff;
}

h1 {
  font-size:17px;
  font-weight:bold;
  color:#330099;
  text-align:center;
}

h1.bg {
  font-size:17px;
  color:#ffffff;
  text-align:center;
  background:#008000;
}

h2 {
  font-size:15px;
  font-weight:bold;
  color:#330099;
}

h3 {
  font-size:15px;
  color:#0000ff;
  font-weight:bold;
}

h5 {
  font-size:15px;
  color:#330099;
  align:left;
  font-weight:bold;
}

hr{
  height:5px;
  width:70%;
}

span.small {
  font-size:10px;
  color:#330099;
  font-weight:bold;
  margin-left:10px;
}

div.center{
  text-align:center;
}

#container {
  width:990px;
  margin: 1px auto 0;
}

#header {
  height:80px;
  magin-bottom:3px;
  background:url(img/stripe.gif);
}

#contents {
  float:left;
  width:990px;
  margin:10px 0 10px;
  background:url(img/stripe.gif);
}

#main_area {
  float:left;
  width:780px;
  background:url(img/stripe.gif);
}

#main_content {
  float:right;
  width:578px;
  padding-right:5px;
  padding-left:5px;
  border-right:2px solid #000080;
  border-left:2px solid #000080;
  background:url(img/stripe.gif);
}

#main_content ul {
  list-style-type:none;
}

#main_content ul li{
  margin-left:20px;
}

#navigation_a {
  float:left;
  width:177px;
  padding:5px;
  background:url(img/stripe.gif);
  
 }

#navigation_b {
  float:right;
  padding:5px;
  background:url(img/stripe.gif);
  width:200px;
}

#footer{
  clear:both;
  height:40px;
  padding-bottom: 10px;
  text-align:center;
  margin-bottom:80px;
  background:#eee9e3 url(img/stripe.gif);
  border-top: 5px solid #000080;
}

#footer div{
  margin: 0 auto;
  padding-top:30px;
}

