body {
	 background: #f2eaee;
	 margin: 0;
	 padding: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 62.5%;
	 overflow: hidden;
}

h1 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1.4em;
	 color: #7a1a00;
	 clear: both;
}

p {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1.2em;
}

a, a[href], a:link, a:hover, a:visited, a:active {
	 text-decoration: none;
	 font-weight: bold;
}
		 
a, a[href]:link, a:link{
	text-decoration: none;
	color: #7a1a00;
}

a[href]:hover, a:hover {
	 text-decoration: underline;
	 color: #ff9b80;
}

#buffer {
		width: 100%;
		background: transparent;
}
		 
#page {
	 position: relative;
	 background: #ffffff;
	 width: 800px;
	 height: 600px;
	 margin-left: auto;
	 margin-right: auto;
	 border-top: thin solid Black;
	 border-right: medium solid black;
	 border-bottom: medium solid Black;
	 border-left: thin solid black;
}

#content {
	height: 555px;
}

#telnos {
	 width: 170px;
	 height: 30px;
	 margin: 0px 10px 0px auto;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 font-weight: bold;
	 font-size: 1.1em;
	 text-align: right;
}

#mainnav {
	font-size: 1.0em;
}
		 
#mainnav ul {
	 width: 420px;
	 margin: 5px 0 0 auto;
}

#mainnav li {
	 float: left;
	 width: auto;
	 list-style: none;
	 padding: 7px;
	 text-align: center;
}

#mainnav a a[href] a:hover a:link a:visited a:active {
	text-decoration: none;
	font-weight: normal
}

#mainnav a, a:link {
	text-decoration: none;
	color: #7a1a00;
}

#mainnav a:hover {
	text-decoration: underline;
	color: #000000;
	}
 
#subnav {
	 position: relative;
	 top: 70px;
	 left: 400px;
}

#subnav ul {
	 display: inline;
}

#subnav li {
	 display: inline;
}

#subnav a, a:link, a:visited {
	color: #7a1a00;
}

#subnav a:hover {
	text-decoration: underline;
	color: #ff9b80;
}

#logo {
	 position: relative;
	 height: 70px;
	 width: 180px;
	 top: -57px;
	 left: 195px;
}

#main {
	 background: transparent url(../images/furniture/bg_dash_vert.gif) top right repeat-y;
	 width: 567px;
	 height: 330px;
	 float: left;
	 margin-top: 50px;
}

#title {
	 width: 216px;
	 height: 42px;
	 margin: 20px 0px 0px 321px;
}

#copy {
	 margin: 10px 35px 0px 60px;
	 height: 260px;
	 overflow: auto;
	 overflow-y: auto;
	 overflow-x: hidden;	
}

#copy img {
		border: 1px solid #7a1a00;
}

#copy img.right {
	float: right;
	margin: 5px;
}

#copy img.left {
	float: left;
	margin: 5px 5px 5px 0px;
}

#specials-section {
	 margin: 50px 0px 0px 15px;
	 height: 330px;
	 width: 200px;
	 overflow: auto;
	 overflow-y: auto;
	 overflow-x: hidden;
}

#specials-section.special {
	text-align: justify;
}

.logo {
	margin-bottom: 5px;
}

.centre {
	text-align: center;
}

#footer {
	 width: 100%;
	 height: 55px;
	 background: transparent url(../images/furniture/bg_footer.gif) bottom left repeat-x;
	 font-family: Arial, Helvetica, sans-serif;
	 color:#000000; 
	 text-align: right;
	 position: absolute;
	 bottom: 2px;
	 right: 0;
}

#footer p {
	 margin: 40px 0 0 0;
}