body {
    margin: 0;
    padding: 0;
    background-color: #fcfcfc;
    background-image: url('images/background.jpg');

    background-repeat: repeat-x;
   text-align: center;
}
body, p, td, th, ul, li {
      font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
	      color: #000000;
     }
	      
      p {
     	margin: 0;
		margin-bottom: 8px;
}
	
h1 {
   font-size: 12pt;
     color: #003b6f;

font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 8px;
}
				     
    h2 {
	font-size: 9pt;
   color: #003b6f;
 	  font-weight: bold;

margin: 0;
margin-bottom: 8px;
}
	
a {
  color: #003b6f;
 	 font-weight: bold;
      text-decoration: none;
     }
      a:hover {
      	color: #194f97;
      text-decoration: underline;
			}
									
#content {
	      position: relative;
  	      margin: 0;
  	      padding: 0;
  	      width: 800px;
	      text-align : center;
   }

#content_bottom{
		position: relative;
	  	margin: 0;
		padding: 0;
		width: 834px;
	 	height: 60px;
		overflow: hidden;
	  	background-image: url('images/content_bottom.gif');
		background-repeat: no-repeat;
}
#header{
background-image: url('images/navi_background_01.gif');
width: 800px;
height : 26px;
position:relative;
margin:0;
padding:0;
color : #fff;
font-weight : bold;
padding-top : 10px;
}
#content_area {
	 position: relative;
 	  margin: 0;
  	  padding: 0;
 	  width: 750px;
 	  border-left: 1px solid #fff;
      	   border-right: 1px solid #fff;
      	    background-color: #fdfdfd;
	    background-image: url('images/background_content.jpg');
	    background-repeat: repeat-x;
	   margin-left: auto;
	margin-right: auto;
	    text-align: left;
	    padding-left : 20px;
	    padding-top : 40px;
padding-bottom: 80px;
}
