* {
	padding:0px;
	margin:0px;
}
BODY {
	background:url(../media/graphics/background.png);
	font-family: Arial, Verdana, sans-serif;
	color:#666;
	font-size:14px;
	text-align:center;
}
#container {
	width:760px;
	height:860px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
	background:white;
	text-align:left;
}
#header {
	height:130px;
	background:#FFFFFF url(../media/graphics/headerbg.jpg);
}
#header img {
	position:absolute;
	top:2px;
	left:5px;
}
#header p {
	position:absolute;
	top:0px;
	left:20px;
}
#header a {
	text-decoration:none;
	font-weight:bold;
	color:#626262;
}
#header a:hover {
	color:#666600;
}
#main {
	height:500px;
	margin-bottom:20px;
}
#main p {
	padding:6px;
	margin-left:2px;
}
.gallery {
	position:relative;
	top:-275px;
	left:405px;
	width:150px;
}
#gallery-container {
	position:relative;
	width:320px;
	top:-270px;
	left:405px;
	height:220px;
	z-index:1;
}
#gallery {
	position:relative;
	border:1px solid #ccc;
	width:314px;
	height:200px;
	overflow:auto;
}
#gallery ul {
	position:relative;
	padding:2px;
	margin:2px;
}
#gallery li {
	position:relative;
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 2px;
	padding: 3px;
	list-style-type:none;
	float:left;
}
#gallery img {
	position:relative;
	border:0;
	width: 82px;
	height: 61px;
}
#info {
	position:relative;
	top:-245px;
	z-index:5;
	clear:both;
}
#location {
	float:left;
	height:140px;
	position:relative;
	width:350px;
	top:-245px;
	z-index:5;
	margin-left:5px;
	margin-bottom:15px;
}
#location h5 {
	width:270px;
}
#rates {
	float:left;
	position:relative;
	top:-245px;
	z-index:5;
	width:250px;
}
#contacts {
	float:left;
	position:relative;
	top:-245px;
	z-index:5;
	width:250px;
}
#text {
	height:450px;
}

#text ul {
	padding-left:30px;
	padding-top:0px;
	padding-bottom:0px;
	margin:2px;
	width:270px;
}
#text li {
	list-style:square;
}

#footer {
	margin-bottom:30px;
	height:130px;
	background:#FFFFFF url(../media/graphics/footerbg.jpg);
}

#swheader {
	margin-top:10px;
	height:130px;
	background:url(../media/graphics/flheaderbg_grey_gums.jpg);
}
#swheader img {
	position:absolute;
	top:2px;
	left:5px;
}
#swheader p {
	position:absolute;
	top:0px;
	left:20px;
}
#swheader a {
	text-decoration:none;
	font-weight:bold;
	color:#626262;
}
#swheader a:hover {
	color:#666600;
}
#swmain {
	height:590px;
	margin-bottom:20px;
}

#swmain p {
	padding:5px;
	margin-left:2px;
}
#swfooter {
	position:relative;
	margin-bottom:10px;
	height:130px;
	background:url(../media/graphics/flfooterbg_grey_gums.jpg);
	z-index:5;
	clear:both;
}

h1 {
	font-size: 20px;
	font-style:italic;
	padding: 0px 0px 5px 5px;
	margin: 0px 0 0px 5px;
	width:220px;
	font-family:georgia;
	color:#626262;
}
h2 {
	font-size: 42px;
	display: inline;
	font-family:georgia;
	color:#3E3E3E;
}

h3 {
	font-size: 20px;
	font-family:georgia;
	color:#ffffff;
}

h4 {
	color: #999999;
	font-size: 18px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	width:550px;
	font-family:georgia;
	color:#669933;
}

h5 {
	font-size: 11px;
	padding: 4px 3px 0px 3px;
	margin: 0px 0px 0px 5px;
	width:225px;
	font-family:georgia;
	color:#669933;
}
.design {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	text-align:right;
}
.design a {
	text-decoration:none;
	color:#999;
}
.design a:hover {
	text-decoration:underline;
	color:#999;
}
.min_width {
	width:390px;
}
