/* CSS Document */
body{
    font-family:Verdana;
    }
	
#container{
   width:450px;
   height:480px;
   background-image: url(../img/map_2.png);
   background-repeat:no-repeat;
   margin-left:auto;
   margin-right:auto;
   margin-top:20px;
   }
   
 #one{
     width:210px;;
	 height:30px;
     padding-left:240px;
	 }
 
 #two{
    width:310px;
	 height:30px;
	 padding-left:140px;
	 margin-top:10px;
	
	 }
 
 #three{
    width:210px;
	 height:15px;
	 padding-left:140px;
	 margin-top:50px;
	
	 }
 
 #four{
   width:300px;
	 height:15px;
	 padding-left:260px;
	 margin-top:15px;
	
	 }
 
 #five{
    width:385px;
	 height:10px;
	 padding-left:190px;
	 margin-top:15px;
	
	 }
 
 #six{
   width:265px;
	 height:20px;
	 padding-left:240px;
	 margin-top:0px;
	
	 }
	 
#seven{
    width:265px;
	 height:5px;
	 padding-left:110px;
	 margin-top:0px;
	 
	 }

#eight{
   width:265px;
	 height:30px;
	 padding-left:175px;
	 margin-top:0px;
	
	 }

#nine{
    width:265px;
	 height:20px;
	 padding-left:75px;
	 margin-top:130px;
	
    }

#ten{
    width:265px;
	 height:5px;
	 padding-left:120px;
	 margin-top:0px;
	
	 }

#eleven{
     width:265px;
	 height:20px;
	 padding-left:185px;
	 margin-top:0px;
	
	 }
   
   
 /******
 fonts
 ******/
#one a, #two a, #three a, #four a, #five a, #six a, #seven a, #eight a, #nine a, #ten a, #eleven a{
       text-decoration:none;
	   font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size:12px;
	   color:#333333
	   }
	   
#one a:hover, #two a:hover, #three a:hover, #four a:hover, #five a:hover, #six a:hover, #seven a:hover, #eight a:hover, #nine a:hover, #ten a:hover, #eleven a:hover{
      
	   font-size:12px;
	   color:#993300;
	   }
	   
#one img, #two img, #three img, #four img, #five img, #six img{
       margin-left:10px;
	   margin-right:5px;
	   }

/*******
classes
******/

div.city{
     width:100%;
	 height:30px;
	 }

.bordered{
     border: solid #66ccff 1px;
	 }
