* {
    font-family: Arial, Verdana, sans-serif;
    /*color:#665544; */
    color:#94006B;    
    text-align: center;

}

html {
    background-image: url(http://mustang.biol.mcgill.ca:8087/img/greengradient.jpg) ;
    background-repeat: repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover;
    background-size: cover;


    background-color:#92CD00; 
}	

/*body{
    //background-color:#b0c4de; 
    background-color:#FFDE00;
}*/

p.article-text, .aside{
    text-align: left;
    margin-left:10px;
    margin-right:10px;
    margin-top: 0em;
    margin-bottom: 2.1em;
    line-height: 1.6em;

}
p.contact-text{
    text-align: center;
    margin-left:10px;
    margin-right:10px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    line-height: 1.8em;


}
#feature, .article, #footer  {
    background-color: #efefef;
    margin-top: 20px;
    padding: 10px 0px 5px 0px;
}
#feature {
    height:358px;
    padding:20px;
    border-style:solid;
    border-width:25px;
}
.article{
    height:1000px;
    border-style:solid;
    border-width:5px;   /*pading was changed from 25 px */ 

}


#nav{
    /*background-color:#665544;  */
    background-color:#94006B;  
    margin-top: 20px;
    text-align: justify;
    padding: 3px;
}
.listmm{
    padding: 1px 5px 1px 5px  ;

}
.mmenu{
    display: inline;
    padding: 0px 10px 0px 10px;
    line-height: 2em;
}

.mmlink{
    color:#FFFFFF;
}
div.separator{
    background-color: #FF6666;
    margin-top: 20px;
    padding: 10px 0px 10px 0px;
}
img.medium{
    width: 250px;
    height: 250px;
}
img.align-left{
    float: left;
    margin-left: 10px;
    margin-right:20px;
} 
img.align-right{
    float: right;
    margin-left: 20px;
    margin-right:10px;
}

img.align-center{
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5px;

}
img.align-left0{
    float: left;
    margin-left: 0px;
    margin-right:0px;
} 

img.analysis{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 600px;
    border-style:solid;
    border-width:25px;

}
#imgfeature{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    border:0px;
    width: 100%;
    height:100%;
}	
#aa_img3, #aa_img4, #aa_img5{
    margin-top:15px;
}

#analysis_frame{
    height:2000px;
}

.features_list{
    text-align: left;
    margin-left:10px;
    margin-right:10px;
    margin-top: 0em;
    margin-bottom: 2.1em;
    line-height: 1.6em;
}	
.component_list{
    text-align: left;
    margin-left:10px;
    margin-right:10px;
    margin-top: 0em;
    /*margin-bottom: 0.5em;*/
    line-height: 1.6em;
    font-size:1.05em;
    font-weight: bold; 
    color:#3b5998;
}	

.aliglist{
    padding-left: 50px;
    text-align: left;	
}


#footer{
    font-size:75%
}

h1.mp3title{
    font-size:3.5em
}


