/* Fonts */

body{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana,Arial,sans-serif;
font-size:9pt;
color: #E2B88F;
background-color: #40230C;
background-image:  url("images/bg.gif");
background-repeat: repeat;
}

p{
margin: 0px 16px 0px 16px;
padding: 16px 0px 0px 0px;
font-family: Verdana,Arial,sans-serif;
font-size:9pt;
color: #E2B88F;
}

h1{
margin: 0px 16px 0px 16px;
padding: 16px 0px 0px 0px;
font-family: Verdana,Arial,sans-serif;
font-size:11pt;
color: #95581D;
}

h2{
margin: 0px 16px 0px 16px;
padding: 16px 0px 0px 0px;
font-family: Verdana, Arial, sans-serif;
font-size:10pt;
color: #95581D;
}

img{
border: 0;
}

a{
color: #F0D8C2;
text-decoration: none;
}

a:link{
color: #F0D8C2;
text-decoration: none;
}

a:visited{
color: #E2B88F;
text-decoration: none;
}

a:hover{
color: #F0D8C2;
text-decoration: none;
background-color: #40230C;
}

span.label{
color: #95581D;
font-weight: bold;
}

span.price{
color: #F0D8C2;
}

span.time{
color: #E2B88F;
}

span.bullet{
color: #95581D;
}

span.bullet02{
color: #603913;
}

span.small_type{
font-size:8pt;
}

/* Layout Divs */

#border{
position: absolute;
top: 0; 
left: 0; 
width: 752px; 
height: 1762px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #40230C;
border-right: 1px solid #95581D;
border-bottom: 1px solid #40230C;
border-left: 1px solid #40230C;
background-color: #40230C;
z-index: 1; 
}

#navBar{
position:absolute;
top: 128px;
left: 0px;
width: 176px;
height: 1632px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #95581D;
border-right: 1px solid #95581D;
border-bottom: 1px solid #40230C;
border-left: 1px solid #40230C;
background-color: #40230C;
background-image:  url("images/bg.gif");
background-repeat: repeat;
z-index: 2;
}

#content{
position:absolute;
top: 128px;
left: 192px;
width: 544px;
height: 1632px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #95581D;
border-right: 1px solid #95581D;
border-bottom: 1px solid #40230C;
border-left: 1px solid #95581D;
background-color: #40230C;
background-image:  url("images/bg.gif");
background-repeat: repeat;
z-index: 3;
}

/* #navBar link styles */

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #40230C;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/* #sectionLinks styles */

#sectionLinks{
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#sectionLinks a {
display: block;
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 16px;
}

#sectionLinks a:hover{
background-color: #40230C;
}

#hot{
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 16px;
background-color: #603913;
}