/* CSS Document */

#content-header  {
width: 1000px;
height: 180px;
margin: 0 auto;
}

/*  LOGO    ============================================================== */

#logo {
background-image: url(../img_header/logo.jpg);
background-repeat:no-repeat;
width: 166px;
height: 180px;
padding: 0px;
margin-top:0px;
float:left;
}

#slogan {
width: 750px;
height: 100px;
text-align:right;
padding-top:80px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:48px;
font-style:italic;
color:#605244;

}


   
/*  SOCIAL    ============================================================== */

#dx-social  {
width: 200px;
height: 20px;
margin-top: 80px ;
float:right;
text-align:right;
padding:0px;
}


#clear-both  { clear:both;}
