/* CSS Document */
BODY, html{
	background-image:url(images/interiors/main-background.gif);
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	margin-top:0;
	margin-bottom:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #b2b8be;
	scrollbar-shadow-color: #8d9197;
	scrollbar-highlight-color: #dae1ea;
	scrollbar-3dlight-color: #dae1ea;
	scrollbar-darkshadow-color: #8d9197;
	scrollbar-arrow-color: #8cdf0b;
	scrollbar-track-color: #e5e4e2;
}
a:link, a:visited, a:active{
	color: #D30800;
	text-decoration: underline;
	font-weight:bold;
}
a:hover{
	color: #66CC00;
	text-decoration: underline;
	font-weight:bold;	
}
#center{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#menu{
	background-image:url(images/interiors/main-top-background.jpg);
	height:150px;
}
#footer {
	color:#868686;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	text-align:center
}
.topmenu{
	width:527px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	position:relative;
	left:270px;
	top: 65px;
}
a.top:link, a.top:visited, a.top:active{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
a.top:hover{
	color: #D30800;
	text-decoration: underline;
	font-weight:bold;	
}
#content {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
h1{
	background-image:url(images/interiors/main-h1.png);
	width:520px;
	height:25px;
	line-height:25px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-indent: 10px;
	margin-top:0;
	margin-bottom:0;
}