body {
	font-family: Arial, Helvetica, sans-serif;

}

#home_header {
	position:relative;
	left:0px;
	top:0px;
	width:770px;
	height:213px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/home_header.jpg);
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:770px;
	height:109px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
}
#title {
	position:relative;
	left:0px;
	top:2px;
	width:770px;
	height:50px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/title_background_repeat.jpg);
	color:#FFFFFF;
	text-align:center;
	font-size:xx-large;
	line-height: 50px;
}
#top_menu {
	position:relative;
	left: 0px;
	top: 4px;
	width:770px;
	height:20px;
	z-index:2;
	background-image: url(images/menu_background_repeat.jpg);
	margin-left: auto;
	margin-right: auto;

}
#top_menu td {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	white-space: nowrap;
	font-size: small;
}
#top_menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#top_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
#top_menu a:hover {
	text-decoration: none;
	color: #0000FF;	
}
#top_menu .selected a{
	color: #0000FF;
}
#content {
	position:relative;
	width:770px;
	height:500px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	top: 1px;
}
#content_image {
	position:relative;
	z-index:2;
	width:264px;
	height:223px;
	top: 70px;
	left: 0px;
}
#content_contact {
	position:relative;
	z-index:2;
	width:264px;
	height:300px;
	top: 90px;
	left: 0px;
	clear: left;
	text-align:center;
}
#content_text {
	position:relative;
	width:500px;
	height:190px;
	z-index:2;
	top: -150px;
	float: right;
}
#content_text {
	position:relative;
	width:500px;
	height:190px;
	z-index:2;
	top: -150px;
	float: right;
}
#content_text h4 {
	font-weight: normal;
	color: #444444;
	font-size: large;
	text-indent: -5px;
}
#content_text h4 a:link {
	text-decoration: none;
	color: #444444;
}
#content_text h4 a:visited {
	text-decoration: none;
	color: #444444;	
}
#content_text h4 a:hover {
	text-decoration: none;
	color: #0000FF;	
}
#content_text p {
	color: #286373;
	font-size: small;
}
#content_text p a:link {
	text-decoration: none;
	color: #286373;
}
#content_text p a:visited {
	text-decoration: none;
	color: #286373;	
}
#content_text p a:hover {
	text-decoration: none;
	color: #FF0000;	
}
#content_text h5 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	color: #444444;
}
#content_text .description {
	font-size: small;
}
#content_text .price {
	font-size: small;
	color: #286373;	
}
