/* CSS Document */
body{
background-color:#000000;
}
#wrapper{
background-image:url(test5.jpg);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header{
background-color:#000000;
color:#F6E39A;
padding: 2em;
text-align:center;
}
#leftNav{
background-image:url(navbg.gif);
position:absolute;
top:12em;
left:1em;
width:13em;
height:13em;
color:#EEEEEE;
text-decoration:none;
}
ul.nav{
text-decoration:none;
text-align:left;
list-style-type:none;
}
table.pricelist{
text-decoration:none;
font-size:1.125em;
text-align:left;
color:#000000;
width:23em;
}
a:link{
color:#FFFFFF;
text-decoration:none;
}
a:visited{
color:#FFFFCC;
text-decoration:none;
}
a:active{
color:#FFCC66;
text-decoration:none;
}
a:hover{
color:#FF9933;
text-decoration:none;
}
p.info{
position:float;
margin-left:auto;
margin-right:auto;
width:40em;
}
#content{
position:float;
margin-left:auto;
margin-right:auto;
width:46em;
min-height:50em;
color:#000000;
font-family:inherit;
background-color:#E5C21E;
padding:2em;
}
#top{
position:float;
margin-left:auto;
margin-right:auto;
width:50em;
height:3em;
background: url(contenttop.gif) no-repeat left top;


}
#bottom{
position:float;
margin-left:auto;
margin-right:auto;
width:50em;
height:3em;
background: url(contentbottom.gif) no-repeat left bottom;

}
#left{
background-image:inherit;
position:float;
float:left;
height:800px;
}
#footer{
background-color:#000000;
padding: 2em;
color:#FFFFFF;
text-align:center;
font-size:x-small;
}