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

body{
background-color: #ffffff;
margin: 0;
margin-top: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper{
border-top: dashed 1px #7f7f7f;
border-bottom: dashed 1px #7f7f7f;
width: 1090px;
height: 1060px;
margin:auto;
padding-bottom: 20px;
}


.header{
padding-top: 20px;
padding-left: 30px;
padding-right: 25px;
width: 1040px;
}

.header_right{
width: 650px;
float:right;
}


.header_logo{
width: 415px;
margin-right: 0px;
margin-bottom: 30px;
}

.header_text{
width: 350px;
margin-left: 20px;
float: left;
line-height: 13px;
}

.header_contact{
width: 190px;
float: right;
line-height: 13px;
}

.footer{
text-align: right;
width: 1090px;
margin:auto;
padding-top: 10px;
font-size: 10px;
color:#000000;
margin-bottom: 20px;
}



/* TYPOGRAPHY */

.font-heading{
font-size: 14px;
color:#000000;
font-weight:bold;
}

.font-body{
font-size: 10px;
color:#000000;
}

.font-body-quote{
font-size: 10px;
color:#ee2e24;
}

.font-thumbtitle{
font-size: 12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}


/* LINKS */

a.link-contact{
color: #ec068d;
font-size: 10px;
text-decoration: none;
}

a.link-thumb{
color: #ffffff;
font-size: 12px;
text-decoration: none;
}