#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #FFFFFF;
	background: #FFFFFF url(../images/bg-content.jpg) no-repeat 0px 208px;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 178px;
}
#header h1 {
	display: none;
}
#nav {
	background: #000000;
	height: 30px;
}
#nav-list {
	margin: 0px;
	padding: 5px 0px 0px;
	list-style: none;
}
#nav-list li {
	display: inline;
	margin-left: 40px;
}
#nav-list li a {
	color: #FFFFFF;
	text-decoration: none;
	font: 120% Georgia, "Times New Roman", Times, serif;
}
#nav-list li a:hover,
#nav-list li a.active {
	color: #42DAA1;
	text-decoration: underline;
}


#content {
	margin-top: 20px;

}
#left {
	float: left;
	width: 500px;
}
#right {
	float: right;
	width: 440px;
}

#footer {
	background: #494949 url(../images/footer.jpg) no-repeat;
	height: 188px;
	position: relative;
	clear: both;
}
#address {
	position: absolute;
	top: 110px;
	right: 300px;
	text-align: center;
	color: #FFFFFF;
}
#webmaster {
	color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}

.staff {
	clear: both;
}
.thumb {
	float: left;
	width: 200px;
}
.text {
	float: right;
	width: 740px;
}


body {
	font: 14px/120% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}
h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
}
h3 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
}
p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #38775C;
}
a:hover {
	color: #42DAA1;
}
a.button {
	background: #42DAA1 url(../images/bg-button.gif) repeat-x;
	border: 1px solid #38775C;
	color: #000000;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 1px 10px 1px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	color: #FFFFFF;
}
.input
{
	width: 200px;
	border: 1px solid #000000;
}
.textarea
{
	width: 200px;
	height: 100px;
	border: 1px solid #000000;
}
.form-button {
	background: #42DAA1 url(../images/bg-button.gif) repeat-x;
	border: 1px solid #38775C;
	color: #000000;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 1px 10px 1px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
blockquote.quote {
        margin: 10px 20px;
        padding: 0 0 0 30px;
        border: none;
        background: url(../images/quote-top.gif) no-repeat;
}
blockquote.quote p {
        padding: 5px 30px 5px 0;
        border: none;
}
