@charset "UTF-8";
#content {
	position: absolute;
	top: 66px;
	left: 254px;
	width: 399px;
	height: 528px;
	background-image: url(images/content_bgd.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow: auto;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF712D;
	font-weight: normal;
}
#footer {
	position: absolute;
	top: 599px;
	width: 657px;
	height: 13px;
	font-size: 9px;
	background-color: #FF712D;
	z-index: 100;
	left: 14px;
	padding-left: 18px;
	padding-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#navigation{
	background:url("images/navigation.jpg") no-repeat;
	width:449px;
	height:66px;
	float: right;
	margin-right: 20;
	position: absolute;
	left: 254px;
}
#navigation span {
	display: none;
}
#navigation li, #navigation a {
	height:66px;
	display:block;
}
#navigation li {
	float:left;
	list-style:none;
	display:inline;
}
#home {
	width: 80px;
}
#information {
	width: 89px;
}
#services {
	width: 88px;
}
#prices {
	width: 89px;
}
#contact {
	width: 89px;
}
#home a:hover{
	background:url("images/navigation.jpg") 0px -66px no-repeat;
}
#information a:hover{
	background:url("images/navigation.jpg") -80px -66px no-repeat;
}
#services a:hover {
	background:url("images/navigation.jpg") -169px -66px no-repeat;
}
#prices a:hover {
	background:url("images/navigation.jpg") -257px -66px no-repeat;
}
#contact a:hover {
	background:url("images/navigation.jpg") -346px -66px no-repeat;
}

#container {
	height: 614px;
	width: 704px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
body {
	margin-top: 0px;
	background-color: #695D47;
}
#left_column {
	float: left;
	height: 614px;
	width: 256px;
	position: absolute;
	z-index: 99;
	background-image: url(images/leftcolumn_shadow.jpg);
	background-repeat: repeat-y;
	padding-left: 14px;
}
#navigation {
}
ul {
	margin-top: 0px;
	list-style-type: circle;
}
.semi-bold {
	font-size: 12px;
}
form {
	margin-top: 0px;
}
