@charset "utf-8";
@import url("insidetemplate.css");
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	font-size: 11px;
	line-height: 1.7em;
	color: #333;
	letter-spacing: .1em;
	background-color: #543019;
	vertical-align: top;
	height: 100%;
}
h1 {
	font-size: 24px;
	color: #543019;
}
.header {
	font-size: 24px;
	color: #000;
}
a:link {
	color: #578c96;
}
a:visited {
	color: #578c96;
}
a:hover {
	color: #39C;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 12px;
	color: #578c96;
	text-decoration: none;
	letter-spacing: .5em;
}
h3 {
	font-weight: bold;
}
.title {
	font-weight: bold;
}
.box {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}
#container {
	width: 750px;
	min-height: 100%;
	clear:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #FFF;
	border-style: solid;
}
#topleft {
	width: 270px;
	height: 120px;
	background-image: url(../images/spa_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topmiddle {
	width: 225px;
	height: 120px;
	background-image: url(../images/spa_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topright {
	width: 255px;
	height: 120px;
	background-image: url(../images/spa_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#middlecontainer {
	width: 750px;
	height: 144px;
	background-image: url(../images/spa_04.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear:left;
}
#middlecontent {
	width: 300px;
	margin-left: 400px;
}
#navigationbar {
	width: 750px;
	height: 60px;
	background-image: url(../images/spa_05.jpg);
	background-repeat: no-repeat;
}
#navigationcontent {
}
#bottomcontainer {
	width: 750px;
	min-height: 450px;
	background-color: #d8eff0;
	margin: 0px;
	padding: 0px;
}
#bottomcontent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	vertical-align: top;
}
#footer {
	width: 50%;
	height: 100px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #d8eff0;
	border: 0px;
}
