body {
	background-image: url('../images/bg2.jpg');
	background-repeat: repeat-x;
	background-color: #f2ecd4;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	color: #3d2a08;
	margin: 0;
	padding: 0;
}

#head-container {
	text-align: center;
}

div#header {
	margin-top: 30px;
}

#menu-container {
	text-align: center;
	margin-top: 33px;
	padding: 0;
	border-top: 1px dashed #B29569;
	border-bottom: 1px dashed #B29569;
	margin-right:30px;
}

#nav li {
	display: inline;
	padding: 12px 18px;
	border-right: 1px dashed #B29569;
}

.home {
	border-left: 1px dashed #b29569;
}

#nav a {
	text-decoration: none;
	font-size: 13pt;
	color: #630;
}


#nav a:hover {
	color: #d26200;
}

#top-page {
	background: url('../images/body-top.jpg') no-repeat;
	margin: 0 auto;
	height: 50px;
	width: 850px;
	margin-top: 50px;
}

#content {
	margin: auto;
	background: url('../images/body.jpg') repeat-y;
	width: 850px;
	font-family: Helvetica, Arial, sans-serif;
	color: #630;
	line-height: 14pt;
	text-align: left;
	padding: 1px;
	padding-bottom: 70px;

}

h1 {
	background: url('../images/icon2.gif') no-repeat;
	padding: 6px 0 3px 66px;
	height: 35px;
	font-family: Georgia, Times, serif;
	font-size: 22pt;
	color: #3d2a08;
	font-weight: normal;
	margin: 30px 0 0 70px;
}


h2 {
	height: 25px;
	font-family: Georgia, Times, serif;
	font-size: 15pt;
	color: #d16301;
	font-weight: normal;
	margin: 30px 0 0 110px;
	
}

#content p {
	width: 600px;
	margin-left: 110px;
	text-align: justify;
	line-height: 20px;

}

#video {
	width: 700px;
	margin-left:110px;
	padding-bottom: 10px;
}

#content li {
	width: 600px;
	margin-left: 130px;
	text-align: justify;
	line-height: 20px;
}

#footer {
	margin: auto;
	color: #b19160;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	margin-top: 50px;
}

.link {
	font-size: 8pt;
	color: #B29569
}

#footer-nav a {
	font-size:8pt;
	color:#b29569;
	text-decoration: none;
}

#footer-nav li {
	display: inline;
}

.video {
	padding-left:200px;
}


