html,body{
margin:0;
padding:0;
font-size : 14px;
}
BODY{
font : 14px;font-family : arial,sans-serif;
text-align:right;
background-color : #efefef;
}
p{
margin:0 10px 5px;
}
a{

}
a:hover {
  color: #CC0000;
  text-decoration: underline;
  position: relative;
  top: 2px;
  left: 2px;
}
#header{
  background-color : black;
  background-image : url(red_simple.gif);
  font-size : 16px;
  color : white;
  padding-top : 15px;
  padding-left : 8px;
  padding-bottom : 25px;
}
#header a{
  font-size : 26px;
  color : white;
}
H1{
  font-size : 16px;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : simpley;
}
H2{
  font-size : 16px;
  font-weight : bold;
  background-color : #ebebeb;
  background-image : url(red_simple.gif);
  padding-top : 4px;
  padding-left : 10px;
  padding-bottom : 4px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : simpley;
  color : white;
}
div#container{
  background-color : #FFFFFF;
  text-align:left;
  width:680px;
  margin: 0;
  border-width : 1px;
  border-style : solid;
  border-color : silver;
  line-height : 25px;
}

div#content p{
line-height:1.4;
}
div#content{
width:670px;
margin-top : 10px;
margin-right : 5px;
padding-top : 0px;
padding-left : 5px;
}
div#navigation{
background-color:#ebebeb;
width:670px;
margin-top : 10px;
margin-left : 5px;
padding-top : 0px;
padding-left : 0px;
padding-bottom : 20px;
}
#navigation LI{
  float : left;
  margin-top : 10px;
  margin-left : 15px;
  margin-bottom : 0px;
  padding-top : 0px;
  padding-bottom : 0px;
}
#navigation UL{
  align: center;
  margin-top : 15px;
  margin-left : 3px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.title{
  background-color : red;
  background-image : url(red_simple.gif);
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : white;
  padding-top : 4px;
  padding-left : 10px;
  padding-bottom : 4px;
  font-size : 16px;
}
div#extra{
background:#FFFFFF;
font-size : 14px;
float:right;
width:660px;
padding-top : 20px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 20px;
}
div#footer{
background: #333;
color: #FFF;
clear:both;
width:100%;
}

div#footer p{
margin:0;
padding:5px 10px;
}


div#pr {
font-size:9px;
}


