﻿body {
	padding: 0px;
	margin: 0px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #c3c4c5;
}
#wrapper {
	width: 970px;
	clear: both;
	margin: 0px auto 0px auto;
	background-image: url('images/wrapper_bg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
.clear {
	clear: both;
}
#navigation {
	clear: both;
	width: 560px;
	margin-left: 340px;
}
#navigation ul {
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-top-style: solid;
	border-top-color: #BFC6C7;
}
#navigation ul li {
	float: left;
	text-align: center;
}
#navigation ul li a {
	display: block;
	color: #324B49;
	text-decoration: none;
	padding: 10px;
	background-image: url('images/navBG.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	letter-spacing: 3px;
}
#navigation ul li a:hover {
	background-image: url('images/navBG_hover.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
}
#content {
	clear: both;
	width: 560px;
	margin-left: 340px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	width: 970px;
	height: 103px;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	clear: both;
}
.home {
	width: 138px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #334C4A;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BFC7C8;	
}
.about {
	width: 234px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #334C4A;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BFC7C8;
}
.contact {
	width: 182px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #334C4A;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BFC7C8;
}
h1 {
	color: #FFFFFF;
	font-size: 130%;
	letter-spacing: 10px;
	background-color: #4F686D;
	padding: 10px;
}
h2 {
	color: #324245;
	font-size: 100%;
	letter-spacing: 5px;
	background-color: #7D9BA2;
	padding: 10px;
}

