body {
	background: #afccca url('bg4.jpg');
	background-repeat: repeat-y;
}


#cleft {
	position: absolute;
	width: 170px;
	top: 0px;
	left: 0px;
}

#im1 {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0px;
	left: 0px;
}

#cont {
	position: absolute;
	width: auto;
	top: 0;
	left: 70px;
	margin-left: 101px;
	padding: 0px 10px 0px 10px;
	font-color: red;
}

#copyright {
	font-size: 9px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	color: #555599;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}

h4 {
	color: red;
}

h1.title {
	color: red;
}

h3.title_price {
	text-align: left;
}

a:link {
  color: #336699;
}
a:visited {
  color: #000000;
}

p {
	text-align: justify;
	font-size: 1em;
}

.srv_lst {
	text-align: left;
}

ul.nomarker {
	margin-left: 0;
	padding-left: 0;
}

#menubar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	border: 0px solid #000000;
	margin-bottom: 2em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida,
		Geneva, Helvetica, Arial, sans-serif;
	background-color: #4986a3;
	color: black;
}
#menubar ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	border: none;
}
#menubar li {
	border-bottom: 1px solid #808080;
	margin: 0px;
	font-size: 12px;
}
#menubar li a {
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 3px solid #336699;
	background-color: #85b5bf;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
html>body#menubar li a { width: auto; }
#menubar li a:hover {
	border-left: 5px solid #999999;
	background-color: #b0c9d0;
	color: black;
}

table.price {
	border: 2px solid black;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}

table.price td {
	border: 2px solid black;
	padding: 3px;
}
