html, body{
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #D5D8D7;
	text-align: center;
	font: small sans-serif;
	color: #FFFFFF;
}

#page{
	margin: 18px auto 18px;
	padding: 0;
	width: 606px;
	font-size: 0px;
	text-align: justify;
}

#page #header-top{
	background-image: url(../images/site_03.gif);
	height: 93px;
}

#page #header-menu{
	background-image: url(../images/site_05.gif);
	height: 17px;
}

#page #header-bottom{
	background-image: url(../images/site_06.gif);
	height: 9px;
}

#page #header-menu ul{
	text-align: left;
	margin: 0px 12px;
	padding: 0;
	font-size: 12px;
}

#page #header-menu li{
	display: inline;
}

#page #header-menu li:before{
	content: " | ";
}

#page #header-menu li.first:before{
	content: "";
}

#page #content-top{
	background-image: url(../images/site_08.gif);
	margin: 12px auto 0px;
	height: 47px;
}

#page #content-body{
	float: left;
	font-size: small;
	background: #000000 url(../images/site_10.gif) repeat-y right;
/*	border: 1px solid Red;*/
}

#page #content-body #content{
	float: left;
	width: 452px;
	padding: 12px 18px 12px 18px;
	margin: 0;
	/*border: 1px solid Green;*/
}

#page #content-body #content a{
	text-decoration: underline;
	color: #BBBBBB;
}

#page #content-body #content a:hover{
	color: #FFFFFF;
}


#page #content-body #content img{
	border: none;
}

#page #content-body #content p.address{
	text-align: center;
}

#page #content-body #content-menu{
	float: right;
	width: 118px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page #content-body #content-menu ul{
	text-align: left;
	padding: 12px 12px 12px 12px;
	margin: 0;
	font-size: 12px;
}

#page #content-body #content-menu li{
	display: list-item;
	list-style: square inside;
}

#page #content-body #content-menu img{
	padding: 10px 10px 10px 10px;
	margin: 0;
	border: none;
}

.product{
	clear: both;
	padding: 8px 0px 0px 0px;
}

.product img{
	float: left;
	margin: 0px 12px 12px 0px;
}

.product b{
	font: italic bold medium serif;
}

#page #content-bottom{
	background-image: url(../images/site_12.gif);
	height: 45px;
	clear: both;
}

#copyright{
	color: #4E4E4E;
	font: 10px sans-serif;
	position: absolute;
	right: 4px;
	/*bottom: 4px;*/
}

#copyright a, #copyright a:hover{
	text-decoration: none;
	color: #4E4E4E;
}

#page a{
	text-decoration: none;
	color: #FFFFFF;
}

#page a:hover{
	text-decoration: underline;
}


