/* Css file for themipsfactory */

body { 
     font-family: "URW Gothic L", Calibri, Bookman, Verdana,Geneva,Arial, serif; 
     font-size: 20px; 
     background-color : #FFFFFF;
}


div#command{
    text-align: center; 
}


img#logo {
  width:100%; 
  margin-left: auto;
  margin-right: auto;
}

div#header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 50px; 
    width: 70%; 
}

div#content{
    width: 80%;
    margin-top:50px;
    margin-left: auto;
    margin-right: auto;
  
}

a {
  text-decoration:underline;
  color: #000000;
} 


/* Menu */

#menu {
    margin-left:auto; 
    margin-top: auto; 

}

#navigation { 
  font-size: 12px;
    margin-top: 50px ; 
    padding: 0 ; 
    list-style: none ; 
    margin-left: auto; 
    margin-right: auto;
    }

#navigation li {
    
    display: inline ; 
  
    width: 150px ;
    margin-bottom: 10px ; 

}

#navigation li a { 
   
    background: #FFFFFF ; 
    color: #000000 ; 
    font: 2em "URW Gothic L", Bookman, Verdana,Geneva,Arial, serif;  
    padding: 4px 20px ; 
    
    line-height: 1.2em ; 
    text-align: center ; 
    text-decoration: none ; 
    }

#navigation li a:hover, #navigation li a:focus, #navigation li a:active { 
    /* background: #900 ;  */
    text-decoration: underline ; 
    }

.thumbrightnoborder {
	border: 0; 
        float: right; 

}
