.style5 {color: #FFFFFF}

a:link {
	color: #61523A;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}

.style4 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	}
.style1 {
	font-weight: bold
	}

.style3 {
	font-size: 12px
	}

.no-print  {
	display:none; 
	}	
	
#container{
	width: 800px;
	margin: 10px auto;
	}
	
body {
	background-image: url(images/body-bg.jpg);
	}
	
#top{
	background-image:url(images/header.jpg);
	background-position: center;
	height:184px;
	width:799px;
	}
	
#rose{
	background-image:url(images/bt-rose.jpg);
	position:relative;
	left:-1px;
	width: 223px;
	height:104px;
	}

#content{
	background-image:url(images/content-bg.jpg);
	background-repeat: repeat-y;
	margin-left: 200px;
	border-left: 1px solid gray;
	position:relative;
	left:21px;
	top: -124px;	
	}
	
.price-table{
	position: relative;
	left:13px;
	top:10px;
	color: #61523A;
	}	

	
#leftnav{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	}
	
p	{
	margin: 5px 2cm 10px 20px;
	color: #61523A;
	}
	
h2	{
	margin: 20px 2cm 10px 20px;
	text-align: center;
	color: #61523A;
	}
	
h3	{
	margin: 20px 2cm 0px 20px;
	text-align: left;
	color: #61523A;
	text-decoration: underline;
	}	
	
h4	{
	margin: 20px 2cm 0px 20px;
	text-align: center;
	color: #61523A;
	font-style: italic;
	
	}	
	
#footer{
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	position:relative;
	left:111px;
	top: -134px;
	height:40px;
	width:577px;	
	}
	
	
   
.cssnav {   
    position: relative; 
	font-family: arial, helvetica, sans-serif;
    background: url(images/button-active.jpg) no-repeat;
    white-space: nowrap;
    display: block;
    width: 223px;
    height: 69px;
    margin: 0px;
    padding: 0px;
	top: -16px;
	left: -16px;
    }
  
.cssnav a {
    display: block;
    color: #61523A;
    font-size: 20px;
    width: 223px;
    height: 69px;
    float: left;
    text-decoration: none;
    }
  
.cssnav img {
	width: 223px; 
	height: 69px; 
	border: 0; 
	}

	
* html a:hover {visibility:visible}
  
       
  
.cssnav a:hover img{visibility:hidden} 
       
  
.cssnav span {  
      position: absolute;  
      left: 90px;  
      top: 28px;  
      margin: 0px;  
      padding: 0px; 
      cursor: pointer; 
      }

	
	
	
	
	
	