@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-image: url(../images/jpg/layout.jpg);
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
}

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
}

#container {
	width:800px;
	height:480px;
	position:absolute;
	left:50%;
	top:144px;
	margin-left:-400px;
	padding:0;
	border: none;
}

#left {
	position: absolute;
	width: 196px;
	height: 190px;
	left: 5px;
	top: 285px;
	margin: 0;
	padding: 0;
	border: none;
}

#middle {
	position:absolute;
	width: 196px;
	margin: 0;
	padding: 0;
	border: none;
	top: 5px;
	left: 206px;
	height: 470px;
	text-align: center;
}

#nav {
	width: 196px;
	height: 103px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

}

#nav a {
	width: 166px;
	height: 25px;
	color: #FFF;
	display: block;
	padding: 0 0 0 30px;
	border: none;
	background-image: url(../images/jpg/nav_up.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	width: 166px;
	height: 25px;
	color: #FFF;
	display: block;
	padding: 0 0 0 30px;
	border: none;
	background-image: url(../images/jpg/nav_over.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
}

#nav a.rates, #nav a.contact {
	margin: 1px 0 0 0;
}

#images {
	width: 180px;
	height: 380px;
	margin: 2px 0 0 8px;
	padding: 0;
	border: none;
	text-align: center;
}

#right {
	position: absolute;
	width: 388px;
	margin: 0;
	padding: 0;
	border: none;
	top: 5px;
	left: 407px;
	height: 470px;
}

#text {
	width: 388px;
	height: 470px;
	margin: 0;
	padding: 0;
	border: none;
}

#hitcounter {
	position: absolute;
	width:800px;
	margin:0;
	left: 0;
	top: 480px;
	padding:0;
	border: none;
	text-align: right;
	color: #FFF;
	font-weight: bold;
}

a {color:#B03428;}
a:hover {text-decoration:none}