*{
margin:0;
padding:0;
}
a img{
border:0;
}
.float-left{
float:left;
}

.float-right{
float:right;
}
.clear{
clear:both;
}

/*****/
#wrap{
margin:0 auto;
width:950px;
padding:10px 0 0 0;
background-color:#fffff6;
min-height:100%;
}

.content{
margin:30px 0 0 70px;
}

/************/
/* BANNER **/
/***********/
#ban-menu{
margin:0 0 0 20px;
}
#banner{
border:dashed black 1px;
padding:2px;
position:relative;
}
#icon-scissors{
position:absolute;
bottom:-12px;
_top:116px;/* for IE6 */
right:180px;
}

/**********/
/*  MENU **/
/**********/
ul#menu{
list-style:none;
margin:12px 0 0 0;
}
ul#menu li{
display:inline-block;
float:left;
margin:0 10px 0 0;
}

ul#menu li a.about{
display:block;
background-image:url(../images/menu-about.png);
background-repeat:no-repeat;
background-position:bottom;
width:93px;
height:43px;
}
ul#menu li a.about:hover, body#about ul#menu li a.about{
display:block;
background-image:url(../images/menu-about.png);
background-repeat:no-repeat;
background-position:top;
width:93px;
height:43px;
}


ul#menu li a.beerdiaries{
display:block;
background-image:url(../images/menu-beerdiaries.png);
background-repeat:no-repeat;
background-position:bottom;
width:157px;
height:43px;
}
ul#menu li a.beerdiaries:hover, body#beerdiaries ul#menu li a.beerdiaries{
display:block;
background-image:url(../images/menu-beerdiaries.png);
background-repeat:no-repeat;
background-position:top;
width:157px;
height:43px;
}


ul#menu li a.contact{
display:block;
background-image:url(../images/menu-contact.png);
background-repeat:no-repeat;
background-position:bottom;
width:108px;
height:43px;
}

ul#menu li a.contact:hover, body#contact ul#menu li a.contact{
display:block;
background-image:url(../images/menu-contact.png);
background-repeat:no-repeat;
background-position:top;
width:108px;
height:43px;
}

/************/
/*  FOOTER **/
/***********/
#footer{
background-image:url(../images/footer-img.gif);
background-repeat:no-repeat;
width:950px;
height:83px;
font-size:0;
margin:70px 0 0 0;
}
/**********/


/**********/
/* CONTACT */
/*************/
body#contact .content{
margin:50px 0 0 200px;
}
body#contact .content div{
margin:0 0 8px 0;
}
body#contact .content textarea{
width:500px;
height:300px;
margin:0 0 25px 0;
}
#submit-btn{
margin:0 0 0 200px;
background-color:#FFCC00;
border:dashed black 1px;
width:304px;
}
body#contact-ok .content{
margin:50px 0 350px 200px;
}
















