<!-- 
body {
margin: 0;
background: black;
padding: 0;
font: 80% verdana, arial, sans-serif;
}
#container {
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
background-repeat: repeat;
width:785px; 
height: 100%;
}
#header {
background-image: url('/pix/navbackground.gif');
background-repeat: repeat;
position:absolute;
left:0px;
top:36px;
border:1px solid white;
width:720px; 
height:20px;
}
#logo {
position:absolute;
left:715px;
top:12px;
}
#homepage_body {
background: black;
background-image: url('/pix/orangefade.gif');
background-repeat: repeat-x;
position:absolute;
left:0px;
top:56px;
width:715px; 
height:627px;
}
a.nav {
text-decoration:none;
color:white;
font-weight: bold;
padding:1em 1em;
border-right:1px solid white;
font-size: 10px;
}
#businessname {
color:white;
font-weight: bold;
font-family: impact;
z-index: 1;
position:absolute;
left:10px;
top:56px;
font-size: 35px;
}
#topcontent {
background:#808080;
color:white;
font-family: ariel;
z-index: 2;
position:absolute;
left:10px;
top:106px;
font-size: 12px;
width:300px; 
height:300px;
padding: 0.25cm 0.25cm;
overflow: auto;
}
#contentbox_main {
background:white;
color:black;
font-family: ariel;
font-size: 12px;
width:270px; 
height:225px;
padding: 0.15cm .15cm;
overflow: auto;
}
#bottomleft {
background:#808080;
color:white;
font-family: ariel;
z-index: 2;
position:absolute;
left:10px;
top:426px;
font-size: 12px;
width:175px; 
height:175px;
padding: 0.15cm 0.15cm;
}
#bottommiddle {
background:#808080;
color:white;
font-family: ariel;
z-index: 2;
position:absolute;
left:205px;
top:426px;
font-size: 12px;
width:175px; 
height:175px;
padding: 0.15cm 0.15cm;
}
#bottomright {
background:#808080;
color:white;
font-family: ariel;
z-index: 2;
position:absolute;
left:400px;
top:426px;
font-size: 12px;
width:175px; 
height:175px;
padding: 0.15cm 0.15cm;

}
#contentbox {
background:white;
color:black;
font-family: ariel;
font-size: 12px;
width:170px; 
height:110px;
padding: 0.15cm .15cm;
overflow: auto;
}

/*Sub Level CSS*/

#businessname_sub {
color:white;
font-weight: bold;
font-family: impact;
z-index: 1;
position:absolute;
left:5px;
top:0px;
font-size: 30px;
}
#topcontent_sub {
background:#808080;
color:white;
font-family: ariel;
position:absolute;
left:158px;
top:20px;
font-size: 12px;
width:500px; 
padding: 0.25cm 0.25cm;
}
#contentbox_sub {
background:white;
color:black;
font-family: ariel;
font-size: 12px;
width:485px; 
height:100%;
padding: 0.15cm .15cm;
}

/*Navigation*/

#menu10 ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }
 
#menu10 {
 width: 130px;
 border-style: solid solid none solid;
 border-color: white;
/* border-size: 1px;*/
 border-width: 1px;
 margin: 10px;
 position:absolute;
 left:0px;
 top:60px;
 z-index: 3;
 font-weight: bold;
 font-size: 12px;
 }
 
#menu10 li a {
 height: 18px;
   voice-family: "\"}\""; 
   voice-family: inherit;
   height: 16px;
 text-decoration: none;
 } 
 
#menu10 li a:link, #menu10 li a:visited {
 color: #FFFFCC;
 display: block;
 background: url(/pix/menublkmetal.gif) 0 -18px;
 padding: 2px 0 0 10px;
 }
 
#menu10 li a:hover {
 color: #FFCC00;
 background: url(/pix/menublkmetal.gif);
 padding: 2px 0 0 10px;
 }
 
#menu10 li a:active {
 color: white;
 background: url(/pix/menublkmetal.gif) 0 -36px;
 padding: 2px 0 0 10px;
 }

-->