html {
height: 100%;
overflow: auto;
}
body { 

font-family : Arial, Helvetica, sans-serif;

font-size : 14px;

background: #333333;

color:#FFFFFF;
margin: 0;
padding: 0;
height:100%;

}
#flashcontent {
height: 100%;
}

.title {

font-size:20px;

font-weight:bold;

text-align:left;

color:#ffffff;

text-transform:none;

margin-bottom:10px;

padding:0px;

} 

.title-label {

font-size:14px;
font-weight:bold;
color:#FFFF00;
text-transform:none;
text-align:left;
margin-bottom:10px;
padding:0px;

}

.pagewrap { 

width : 850px;
overflow : hidden;
margin-left : auto;
margin-right : auto;
padding:0px;

} 

.header { 

background : #000000;

background-image:url(../images/art/big_meanie_banner.jpg);

background-repeat : no-repeat;

background-position : top left;

width : 100%;

height : 150px;

display : block;
margin:0px;
padding:0px;

} 

#nav { 
height : 120px;
width:163px;
float: left;
margin-top: 1px;
padding:0px;
font-size : 1px;
text-indent : -9999px;
list-style:none;
display:inline;
}

#nav li { 
list-style: none;
float:right;
padding:0;
margin:0;
width : 163px;
height : 30px;
line-height : 30px;
color : #ffffff;
display:block;
} 

#nav a { 

display:block;
float:left;
width : 163px;
height : 30px;
} 

#nav a:hover { 

background-position : left center;

} 

#nav a:active { 

background-position : left bottom;

} 

#nav .navhome { 

background-image:url(../images/buttons/btn_home.gif);

} 

#nav .navproducts { 

background-image:url(../images/buttons/btn_products.gif);

} 

#nav .navevents { 

background-image:url(../images/buttons/btn_events.gif);

} 

#nav .navabout { 

background-image:url(../images/buttons/btn_about.gif);

} 

#nav .navcontact { 

background-image:url(../images/buttons/btn_contact.gif);

} 

#nav .navlinks{ 

background-image:url(../images/buttons/btn_links.gif);

} 
#nav .navforsale{ 

background-image:url(../images/buttons/btn_sale.gif);

} 
#body-wrap {
width:100%;
min-height:400px;
margin:0px;
padding:0px;
float:left;
display:block;
background:#000000;
overflow:auto;
}
#seperator {
margin:0;
padding:0;
}
#content-wrap {
float:left;
width:80%;
margin-left:5px;
margin-top:2px;
padding:0px;
display:inline;
}
#content-wrap p {
margin-top:0px;
margin-bottom:20px;
padding:0px;
}
#content-wrap a {
text-decoration:none;
color:#FFFF00;
font-weight:bold;
margin-bottom:10px;
padding:0;
}
#content-wrap a:hover{
text-decoration:underline;
}
#products{
float:left;
width:100%;
margin:0px;
padding:0px;
display:block;
text-align:center;
}
#products a {
text-decoration:none;
font-weight:bold;
color:#ffffff;
display:block;
padding:0;
margin-bottom:5px;
font-size:85%;
}
#products a:hover {
text-decoration:underline;
}
#footer{
margin-top:5px;
margin-bottom:10px;
padding:0;
width:100%;
float:left;
display:block;
text-align:center;
font-size:85%;
}