﻿@import url('layout.css');
body {
	background-position: top;
	margin: 10px 0px 0px 10px;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url('page-bkgd.jpg');
	background-repeat: repeat-x;
}
/*Preloads Our Buttons for Fast Rollover*/
.preload {
	display: none;
}
#container {
	background-color: #fff;
	width: 780px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-top-color: inherit;
	border-right-color: #663300;
	border-bottom-color: inherit;
	border-left-color: #663300;
}
#navigation-top {
	background-color: #000;
	padding: 5px;
	text-align: center;
	overflow: hidden;
}
/* Styles for Navigation */
#navigation-top a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 15px;
}
#navigation-top a:hover {
	color: #FFF;
	text-decoration: underline;
	/*background-color: #a9a9a9;*/
	/*border: 1px solid #a9a9a9;*/
}
#masthead {
	background-position: left top;
	border-top: 1px solid #00FFFF;
	border-bottom: 2px solid black;
	background-color: #009999;
	width: 780px;
	height: 120px;
	text-align: left;
	background-image: url('realsaunasuit-banner.780x120.jpg');
	background-repeat: no-repeat;
}
#searchform {
	float: right;
	margin: 55px 15px 0px 0px;
	color: white;
	text-align: left;
}
#page_content {
  height:1%;
  overflow:auto;
  width: auto;
}
#left-column {
	position: relative;
	float: left;
	width: 190px;
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #000;
}
#content {
	width: 540px;
	min-height: 840px;
	margin: 0;
	padding: 10px 15px 10px 0px;
	background-color: transparent;
	float: right;
}
#content .list-style {
	list-style: none;
	font-weight: bold;
	line-height: 1.4em;
}
#content .list-style a {
	text-decoration: none;
}
#content .list-style a:hover {
	text-decoration: underline;
}
#footspace {
}
/* Styles for Footer */
.footerlinks a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
.footerlinks a:visited {
	text-decoration: none;
	color: white;
}
.footerlinks a:hover {
	text-decoration: underline;
	color: white;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#webdeveloper {
	text-align: center;
	font-size: 10px;
	position: relative;
}
#webdeveloper a {
	color: #CC9900;
}
#webdeveloper a:hover {
	color: #FFCC00;
}
.copyright {
	color: white;
}
