@charset "UTF-8";
/* CSS Document */



/*Main Content*/

#maincontentwrapper {
    background-color:#1F1F1F;
    overflow:hidden;
}

#maincontent {
    width:1200px;
    margin-top: 80px;
    margin-bottom: 50px;
	margin-right:auto;
	margin-left:auto;
    text-align:center;
    overflow:hidden;
}

#maincontent .entry {
    width: 1000px;
    margin-right:auto;
    margin-left:auto;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow:hidden;
}

#maincontent .entry .left {
    float:left;
    width: 33%;
    padding-right:11%;
    text-align:center;

    
}

#maincontent .entry .right {
    float:left;
    width: 56%;

    
}

#maincontent .entry .left img {
    width: 100%;
    border: solid 2px #000;
    margin-bottom: 30px;
    
}

#maincontent h2 {
    text-align:center;
	font-size: 28px;
    color: #fff;
    
    
}

#maincontent h3 {
    text-align:left;
	font-size: 19px;
    color: #199ccf;
    margin-bottom: 10px;
    
    
}

#maincontent p {
    font-size:14px;
    color: #fff;
    font-weight:bold;
    text-align: left;
    
    
}




#maincontent a {
	color:#199CCF;
    transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#maincontent a:hover {
    color:#106789;
}

#maincontent a:visited {
    color:#199ccf;
}







