body{
   margin: 0px;
   padding: 0px;
   font-family: tahoma, courier new, arial;
   background-color: #000000;
   color: #CCCCCC;
   
   
   
}

img#logo{
   display: inline;
   }

div#header{
   margin: 0px auto;
   margin-top: 30px;
   height: 155px;
   padding: 0px;
   width: 895px;
   overflow: hidden;
   }
   
div#content_wrapper{
   margin: 0px auto;
   padding: 0px;
   width: 895px;
   background-image: url("../images/background.jpeg");
   overflow: hidden;
   
}
   
   div#left_nav{
      margin: 0px;
	  padding: 0px;
	  width: 122px;
	  text-align: center;
	  float: left;

   }
   a.left_menu_item{
      color: #CCCCCC;
      display: block;
	  width: 122px;
	  font-size: 20px;
	  text-decoration: none;
	  background-color: #000000;
	  margin-top: 10px;


   }
   a.left_menu_item_selected{
      color: #CCCCCC;
      display: block;
	  width: 122px;
	  font-size: 20px;
	  text-decoration: none;
	  background-color: #000000;
	  margin-top: 10px;
	  background-image: url("../images/button_background.jpeg");
	  background-position: 0px 0px;
   }
   
  
   a.left_menu_item:hover{
      background-image: url("../images/button_background.jpeg");
	  background-position: 0px -59px;
	  }
   a.single{
      line-height: 59px;
	  height: 59px;
   }
   a.double{
     padding-top: 3px;
	 height: 56px;
	 
   }

   div#contents{
	color: #3369ef;
	margin-left: 50px;
    padding-top: 0px;
	padding-left: 20px;
	float:left;
	text-decoration: none;
	}
	div#contents a{
	text-decoration: none;
	color: #CCCCCC;
	}
	
	p.nav_tool{
	   text-align: right;
	   text-transform:uppercase;
	   width: 531px;
	   display: block;
	   font-size: 12px;
	   color: #CCCCCC;
	   margin-bottom: 40px;
	
	}
    .nav_id{
       color: #3369ef;
    }
	
	p.main_content{
	 
	   text-align: left;
	   font-size: 16px;
	   width: 531px;
	   text-align: justify;
	   
	   }

div#footer{
   
   color: #3369ef;
   background-image: url("../images/footer.jpeg");
   
   margin: 0px auto;
   padding-top: 70px;
   padding-left: 192px;
   width: 703px;
   height: 85px;
   font-size: 12px;
}
div#footer a{
color: #CCCCCC;
text-decoration: none;
}
img#flag{
margin-top: 14px;
margin-right: 19px;
float: left;
}
p#footer_txt{


}

