body { margin: 0; }

/*----- Ids -----*/    

#body_container { width: 721;
                  height: 100%;
                  margin: 0 auto;}
                  
#header { height: 16%;}
          
#header div.imgs { width: 100%;
                   height: 75%;
                   text-align: center;
                   background-color: black; }

#header div.separator { width: 100%;
                        height: 25%; }
	                      
#languages { height: 100%; }
               
.img { margin-top: 8px;
       margin-right: 3px;}
                  
#menu { width: 20%;
        height: 60%; }

#random_photos { margin-top: 20px;
	               padding: 20px 0px 0px 0px; }
        
#page { width: 79%;
        height: 60%;
        border-right: 7px solid; }

#corner { width: 20%;
          height: 9%; }

#footer { width: 80%;
          height: 9%; }
/*-----End Ids -----*/
	      
/*----- Links ------*/
/*a:link { color: #000080; }

a:hover { color: #0000cc; }*/

#menu div { margin-top: 5px;
            padding: 0px 0px 0px 10px; }
            
#menu div.img_menu { margin-top: 20px;
                     padding: 20px 0px 0px 10px; }

#menu a { text-decoration: none;          
          font-style: normal;
          font-size: 11px;
          font-family: Verdana,Arial,Helvetica,sans-serif; }

#menu a:hover { border-bottom-width: 1px;
                border-bottom-style: solid; }
/*------End Links ------*/

.text { font-family: Verdana,Georgia,"Times New Roman",Times,serif; }

.normal_text_size { font-size: 10px; }

.text_size_12px { font-size: 12px; }

.text_error { font-size: 12px; }

.italic { font-style: italic; }
        
.txt_center { text-align: center; }

div.title { font-family: Verdana,Georgia,"Times New Roman",Times,serif;
            font-weight: bold;
            font-size: 1.1em;
            margin-top: 15px;
            margin-bottom: 15px; }
