   /*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;
    vertical-align: middle;
    width: 960px;
    padding: 10px 0 0 0;
    font-size: 14px;
}



#content{
    margin: 30px;
    width: 960px;
    float: left;
}

#main_left{
    width: 440px;
    float: left; 
    text-align: left; 
}

#iwant{
    background-color: #74c579;
    display: block;
    height: 25px;
    padding: 10px 5px 5px 20px;
    margin-bottom: 15px;
    vertical-align: middle; 
}

#main_right{
    background: #ECECEC;
    float: right; 
    width: 470px;
    padding: 20px 0 25px 0;
    text-align: left;
}

.contact{
    height: 53px;
    text-align: left;
    padding: 2px 10px;
    margin: 0 20px;
    line-height: 14px;
    color: #74C67A;
    font-size: 13px;
    border-bottom: #C9C9C9 solid 1px;
}

#error{
    font-size: 11px;
}


/*Headings
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#intro_img{   
    margin-right: 30px; 
    margin-left: 30px; 
    margin-top: 40px; 
    margin-bottom: 15px;    
}

#main_right h1{
    font-size: 20px;
    font-weight: bolder;
    color: #404040;
    margin: 4px 0 10px 28px  ;
}

.contact h2{
    font-size: 16px;
    font-weight: bolder;
    color: #404040;
    margin: 4px 0 4px 0;
}



/*Links
------------------------------------------------------------------------------------------------------------------------------------------------------*/
a.get_minted{
    background: transparent url(/images/btn_minted.png) no-repeat left top; 
    text-indent: -7000em;
    width: 381px;
    height: 111px;
    float: left; 
    margin-left: 30px;
    margin-top: 20px;         
}

/*Navigation
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#nav {
    float:right;
    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;
}
#footer img{
    float:left;
}

