﻿body {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #FFFCAD;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
#container {
	width: 890px;
	padding: 5px;
	min-height: 700px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#tabs {
	width: 100%;
	background-image: url('images/navbg.gif');
	
	font-size: 110%;
	line-height: normal;
	height:45px;
	}
	
	form {
	padding:0px;
	margin:0px;
}
#tabs ul {
position:absolute;
	margin-top: 10px;
	margin-bottom:0px;
	margin-left:0px;
	padding: 10px 10px 0 5px;
	list-style: none;
}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	width: 75px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}
#tabs a span {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	color: #ffffff;
}
#tabs a span {
	float: none;
}
#tabs a:hover span {
	color: #333333;
}
#tabs a:hover {
	background-image: url('images/navbutton.gif');
	background-repeat: no-repeat;
}
#tabs #current a {
	background-image: url('images/navbutton.gif');
	background-repeat: no-repeat;
	color: #333333;
}
#tabs #current a span {
	color: #333333;
}
.logo {
	position: absolute;
	margin-left: 620px;
	
}
#leftcolumn {
	width: 600px;
	background-color: #F8F8F8;
	padding: 5px;
	min-height: 400px;
	margin-top: 5px;
}
.thumbs {
	float: left;
	margin-right: 5px;
}
#rightcolumn {
	width: 265px;
	float: right;
	padding:5px;
	margin-top: 5px;
}

#contact {
	width:265px;
	position:absolute;
	margin-top:10px;
}

#footer {
	width: 890px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

#footer #webdesign {
	position:absolute;
}
#footer a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:80%;
}

#footer #links {
	float:right;
}

#footer #links a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:80%;
}

h1 {
	font-size: 16px;
	color: #254983;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #254983;
	padding: 0px;
	margin: 0px;
}

#map {
	width: 530px; height: 430px; float: right;
	margin-top:90px;
}

.contacttable {
	width: 324px;
	padding:5px;
	background-color:#F2F2F2;
	border: 1px solid grey;
}

img {
	border:0px;
}