body
 {
  background-color: #a9a9a9;
  background-image: url(img/bg.jpg);
  background-repeat: repeat-x;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-right: 0px;
 }

h1,h2,h4,h3
 {
  padding: 0px;
  margin: 0px;
 } 

#body
 {
  font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
  font-size: 13px;
 }

#main
 {
  padding-top: 15px;
  width: 730px;
 }

#content_box_1
 {
  float: left;
  border: 1px solid #333333;
  background-color: #e0e0e0;
  width: 550px;
 }

#content_box_2
 {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  background-color: #e0e0e0;
  width: 528px;
  padding: 10px;
 }

#content_box_3
 {
  border: 1px solid #b4b4b4;
  background-color: #f6f6f6;
  width: 496px;
  padding: 15px;
 }

#content_navigation_box
 {
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  width: 526px;
 }

#content_navigation_box_end
 {
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;  
  width: 526px;
 }

#content_navigation
 {
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  width: 506px;
  padding: 8px;
 }


 

#navigation_box_1
 {
  float: right;
  border: 1px solid #333333;
  background-color: #e0e0e0;
  width: 150px;
 }
 
#navigation_box_2
 {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  background-color: #e0e0e0;
  width: 128px;
  padding: 10px;
 }

 
 
#end
{
  padding: 10px;
}
 
#footer
 { 
  border-top: 1px solid #333333;
  font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
  font-size: 10px;
  color: #333333;
  padding-top: 4px;
  width: 730px;
 }

#spacer
 { 
   height: 30px;
 }
 
.clear { clear: both;}

 
.floatleft
 {
  float: left;
 }

.floatright
 {
  float: right;
 }

h1
 {
  font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  line-height: 15px;
  }

h2
 {
  font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  }
  
h3
 {
  font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  line-height: 20px;
  word-spacing: 10pt;
  }
 
 
h4
 {
  font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  text-align: right;
  line-height: 11px;
  }

.text
 {
  text-align: justify;
  line-height: 20px;
 }
    
a.text:link 
 {  
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  padding-bottom: 0px;
 }
 
a.text:visited
 {  
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  padding-bottom: 0px;
 }
 
a.text:hover 
 {  
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #ff0000;
  padding-bottom: 0px;
 }

a.text:active 
 {  
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #ff0000;
  padding-bottom: 0px;
 }