body {
    background: #E3D0C5 url('../images/body_bg.gif') top left repeat-x;
    font-size: 14px;
    /* font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; */
		font-family: Georgia, Serif;
    color: #020100;
    padding: 0 0 30px 0;
    margin: 0;
}

p, td, th, li {
    font-size: 14px;
}

a:link, a:visited {
    color: #570713;
		text-decoration: underline;
}

a:hover, a:active {
    color: #8A0B1E;
		text-decoration: underline;		
}

h1 {
    font-size: 24px;
		color: #76091A;
}

h2 {
    font-size: 20px;
		color: #8A0B1E;
}

h3 {
    font-size: 16px;
		color: #8A0B1E;		
}

p {
    line-height: 1.5em;
}

big {
    font-size: 16px;
		font-weight: bold;
		color: #8A0B1E;		
}

small {
    font-size: 11px;
		color: #957968;	
    line-height: 14px;	
}

li {
    margin-bottom: .4em;
}

.price {
  font-weight: bold;
  font-size: 15px;
  float: right;
  color: #8A0B1E;
  margin-top: 0;
  white-space: nowrap;
}

#menu p {
  margin-bottom: 1.8em;
}

.imgfloatright {
    display: block;
    float: right;
		font-size: 11px;
		color: #C8A28B;
		margin: 10px 0 10px 10px;
}

.imgfloatright img, img.imgfloatright, .imgfloatleft img, img.imgfloatleft {
    border: 1px solid #C8A28B;
}

.imgfloatleft {
    display: block;
    float: left;
		font-size: 11px;
		color: #C8A28B;
		margin: 10px 10px 10px 0;
}


/* Layout CSS */
/* Layout Container */
#container {
    width: 760px;
    padding:0px;
    margin: 0 auto;
    
    border-left: 2px solid #76091A;
    border-right: 2px solid #76091A;
    border-bottom: 2px solid #76091A;        
} 

/* Header Area */
#header {
    text-align: left;
    margin: 0px;
		height: 180px;
		background: #FFF url('../images/logo.gif') no-repeat top left;
}

#address {
    padding: 30px 0px 0px 485px;
		font-size: 14px;
		color: #020100;
}

/* Outer/Inner Content Area */
#outer { 
    border-left: solid 180px #AF313D;  /* color of the left column  */ 
    background-color: #F9F6F3; /* color of the content column */
} 

#inner {  /* The ie/pc pecularity */ 
    margin: 0px;
		width: 100%;
}

/* Left Navigation */
#left {
    width: 180px; 
    float: left; 
    position: relative; 
    margin-left: -180px; 
    margin-right: 1px;
}

#sidebox {
  border: 2px solid #8A0B1E;
  background-color: #F3CBCF;
  margin: 2em .5em;
  padding: .4em;
  text-align: center;
}

/* Content Area */
#content { 
    position: relative; 
    margin: 0px;
		padding: 5px 15px 35px 15px;
}

/* Footer Area */
#footer {
    clear: left;
    border-top: 8px solid #8A0B1E;
    padding: 8px;
    margin: 0px;
    text-align: center;
		background-color: #76091A;
		font-size: 11px;
		color: #FFF;
		line-height: 1.8em;
} 

#footer a:link, #footer a:visited {
    color: #FFFF00;
		text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #FFFFCC;
		text-decoration: underline;		
}

/* Left Menu Styles */
#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar #navlist li {
    margin-bottom: 0;
}

#navlist a, #navlist a:visited {
    display: block;
    padding: 5px 2px 5px 24px;
    border-bottom: 1px solid #FFF;
    background-color: #8A0B1E;

    /* background-image:  url(assets/l1_down.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFF;
    text-decoration: none;
}

#navlist a:hover {
    background-color: #76091A;
    
		/* background-image:  url(assets/l1_over.jpg); */
		
    color: #FFF;
}

#navlist a.selected_link {
    background: #570713;
    color: #FFF !important;
    font-weight: bold;
    cursor: default;		
}	