/* CSS Document */

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px !important;
    color:#404040;
    line-height:16px;
}


/*==================text================*/

h2.title{
    font-size:13px;
    color:#e01e20;
    font-weight:bold;
    float:left;
    padding-left:20px;
}
h2 .huge{
    font-size:18px;
}
h2{
    font-size:16px;
    color:#1a3259;
    margin-bottom:10px;

}
h3#gallery-title{
    background:#e11f25;
    text-transform:uppercase;
    text-align:center;
    font-size:14px;
    color:#FFF;
    padding:10px;
    margin:20px 0 0 0;
}
h3{
    font-size:16px;
    color:#792305;
    margin-bottom:15px;
}
h3.title{
    margin-bottom:5px;
}
p{
    margin-bottom:20px;
    text-align:justify;
    line-height:16px;
}
p.p2{
    margin:15px 0;
}
p.sidetext{
    width:175px;
    margin-left:10px;
    font-weight:bold;
    float:left;
    margin-top:30px;
}

a.dark{
    color:#792305;
}
.red
{
    color:#e32c32;
}