/*General
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.minty{
    color: #74C67A;
    font-weight: bold;
}

/*Layouts
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header{
    width: 100%;    
}

#nav{
    height: 88px;
    width: 100%;  
    background: black url(/images/mf_logo_index.png) no-repeat left top;
}
                                    
#intro{
    width: 100%;
    float: left;  
    overflow: visible;
    text-align: left;
}  

#intro_brief{
    height: 62px;
    border-bottom: #C9C9C9 solid 1px;
    border-top: #C9C9C9 solid 1px;
    text-align: left;
    margin: 0 30px 30px;
    vertical-align: middle;
    width: 960px;
    padding: 10px 0 0 0;
    font-size: 14px;
}

#webs{
    text-align: left;
    margin: 0 30px;
    vertical-align: middle;
    font-size: 14px;
}

.thumbnail{
    width: 309px;
    font-size: 10px;
    float: left;
    margin: 5px;
}

.thumbnail img.thumb{
    border: 12px solid #D6D6D6;    
}

.description {
    border-bottom: #C9C9C9 solid 1px;
    border-top: #C9C9C9 solid 1px;
    padding: 10px 0;
    height:112px;
}

#ad{
    width: 309px;
    float: left;
    margin-left: 12px;
    height: 410px;
    margin-bottom: 5px;               
}

#outro{
    border-bottom: #C9C9C9 solid 1px;
    text-align: left;
    margin: 5px;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 12px;
    float: left;
}

/*Headings
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#intro_img{   
    margin-right: 30px; 
    margin-left: 30px; 
    margin-top: 40px; 
    margin-bottom: 15px;    
}

#title{
    margin: 10px 0;   
}

#ad h1{
    font-size: 2em;
    color: #D6D6D6;
}

/*Navigation
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#nav {
    color: white;
}
#nav a{
    color: white;
    text-decoration: none;
}
#nav ul{
    list-style: none;
    float: right;
    margin-top: 55px;
}
#nav ul li{
    display: block;
    float: left;
    padding-left: 20px;
} 

/*footer
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer{
    width:100%;
    height: 271px;
    float: left;
    margin-top: 87px;
}
#footer img{
    float:left;
}
