﻿body {
	background-image:url('img/bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:0px;
}
#header {
	width:1000px;
	margin:auto;
	border:0px;
	padding:5px 0px 10px 0px;
	color:#ffffff;
}
#nav {
	width:1000px;
	margin:auto;
	border:0px;
	padding:0px;
	text-align:center;
	font-size:0.9em;
	letter-spacing:2px;
	clear:both;
}
#nav a {
	color:#ffffff;
	font-weight:bold;
}
#nav a:hover {
	color:#5cb08a;
	font-weight:bold;
}
#content {
	width:1000px;
	margin:auto;
	padding:0px;
	background-color:#663012;
	height:577px;
}
#top {
	width:996px;
	padding:2px 2px 0px 2px;
	margin:0px;
	background-color:#663012;
}
#lefttop {
	width:480px;
	height:310px;
	float:left;
	background-color:#5CB08A;
	color:#ffffff;
	padding:10px;

}
#righttop {
	width:496px;
	height:330px;
	float:right;
	background-color:#FFFFFF;
	padding:0px;
	background-image:url('img/spatowel.jpg');
	background-repeat:no-repeat;
}
#bottom {
	width:996px;
	padding:0px 2px 2px 2px;
	margin:0px;	
	background-color:#663012;
}
#leftbottom {
	width:480px;
	float:left;
	background-color:#ffffff;
	color:#663012;
	padding:10px;
}
#rightbottom {
	width:496px;
	float:right;
	background-color:#5CB08A;
	color:#ffffff;
    padding:0px;
}
#footer {
	width:1000px;
	margin:auto;
	margin-top:0px;
	border:0px;
	padding:2px 0px 5px 0px;
	color:#663012;
	font-size:0.8em;
	clear:both;

}
#footer a {
	color:#663012;
}
#footer a:hover {
	color:#ffffff;
}
#footer p {
	margin:0px;
}
.blue {
	font-weight:bold;
	color:#5cb08a;

}
.white {
	font-weight:bold;
	color:#ffffff;

}
.brown {
	font-weight:bold;
	color:#663012;
}
h1 {
	font-size:2.5em;
}
h2 {
	font-size:1.3em;
	line-height:6px;
}
h3 {
	font-size:1em;
	margin-bottom:2px;
}
.left {
	width:50%;
	float:left;
	text-align:left;
}
.right {
	width:50%;
	float:right;
	text-align:right;
}
.picright {
	float: right;
	border-left:2px #663012 solid;
}
a {
	text-decoration:none;
}
.style1 {
	font-size: 1.1em;
	text-align: center;
}
