body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

html, body {
    font: 14px/20px Arial;
    color: #5a5a5a;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    background: #274f7d url(img/bg.png) top repeat-x;
}
h1{
    font: bold 24px Arial;
    color: #838e9a;
    margin: 0 0 30px;
}
h2{
    font: bold 18px Arial;
    color: #838e9a;
    margin: 0 0 30px;
}
a {
    color: #356cac;
    text-decoration: underline;
}
p{
    margin: 0 0 15px;
    text-align: justify;
}
#wrapper{
    width: 860px;
    padding: 50px;
    background: #fff;
    margin: 50px auto 10px;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#logo{
    background: transparent url(img/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    width: 356px;
    height: 160px;
    margin: 0 auto 30px;
}
#left{
    width: 380px;
}
#right{
    width: 450px;
}
#menu{
    margin: 0 0 60px;
}
#menu a{
    font: 24px Arial;
    margin: 0 50px 0 0;
    padding: 0 0 10px;
    text-decoration: none; 
    color: #5a5a5a;
}
#menu a:hover{
    border-bottom: 4px solid #9CA5AE;
}
#menu a.act{
    border-bottom: 4px solid #2e5e95;
}
.gallery{
    margin: 20px 0 10px;
}
.gallery a{
    padding: 5px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
p.grey{
    font-size: 12px;
    color: #939292;
    text-align: center;
}
.footer{
    width: 960px;
    margin: 5px auto 20px;
    color: #fff;
    font: 12px Arial;
    text-align: right;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}
.clear {
    clear:both;
}
