/* CSS Document */
body{
background-color:#000000;
font-family:"Times New Roman", Times, serif;
}

h1{
color:#689dc7;
font-weight:bold;
}

h2{
color:#000000;
font-weight:bold;
}

a{
color:#487ca4;
text-decoration:none;
}

b {
font-weight:bold;
}

a:hover{
color:#487ca4;
text-decoration:underline;
}

.centerit{
margin:0 auto;
width:1020px;
position:relative;
}
.whole{
margin-top:0px;
margin-left:0px;
width:1020px;
height:auto;
position:relative;
}
.left{
float:left;
position:relative;
background-image: url(../images/01.jpg);
background-repeat:no-repeat;
width:129px;
height:900px;
}
.center{
position:relative;
width:761px;
height:auto;
float:left;
margin-left:-2px;
margin-top:0px;
}
.top{
margin-top:-1px;
background-image: url(../images/02.jpg);
background-repeat:no-repeat;
width:761px;
height:170px;
}
.navpos{
position:absolute;
margin-top:9.3em;
margin-left:1.5em;
width:722px;
height:35px;
}
.contentarea{
float:left;
background-image:url(../images/content_bg.jpg);
background-repeat:no-repeat;
margin-top:0px;
margin-left:1px;
background-color:#ffffff;
width:760px;
height:auto;
}
.contentleft{
margin-left:20px;
min-height:600px;
background-color:transparent;
float:left;
width:465px;
height:auto;
margin-top:40px;
}

.contentnoleft{
margin-left:20px;
min-height:600px;
background-color:transparent;
float:left;
width:725px;
height:auto;
margin-top:40px;
}


.contentright{
margin-left:5px;
padding:4px;
min-height:600px;
background-color:transparent;
float:right;
width:235px;
height:auto;
margin-top:40px;
}
.footgraphic{
position:relative;
float:left;
margin-left:-1px;
background-image: url(../images/05.jpg);
background-repeat:no-repeat;
width:761px;
height:74px;
}
.right{
float:left;
background-image: url(../images/03.jpg);
background-repeat:no-repeat;
width:129px;
height:900px;
}

/* uncomment this to further style topnavigation area
.topnav{
float:left;
width:144px;
height:31px;
background-image:url(../images1/beer_button.gif);
background-repeat:no-repeat;
background-repeat:none;
}*/

 /* properties defining the dropdown*/
ul.banner {
list-style:none;
float:left;
margin-left:0px;
position:relative;
padding:0em;
}
li.banner {
margin-left:0px;
float:left;
margin-top:1px;
width:144px;
height:41px;
background-image:url(../images/beer_button.gif);
background-repeat:no-repeat;
color:#689dc7;
font-weight:bold;
text-align:center;
padding:0em;
}
ul li li.banner {
float:left;
margin-left:0px;
width:144px;
height:24px;
margin-top:0px;
background-image:url(../images/beer_button2.gif);
color:#000000;
font-weight:normal;
padding:0em;
}
/* properties for the positioning dropdown*/
li ul.banner{
top:2px;
display:none;
float:left;
margin-left:0px;
padding:0em;
}
/* properties showing the dropdown*/
li:hover ul{
display:block;
}
#down li.over ul{ 
display:block;
}

