@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #eae3d5;
	color: #000;
	padding: 20px 0px;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 20px;
}
h1 {
	font: italic bold 32px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.container {
	width: 960px;
	margin: 0 auto;
}
#border {
	border: 2px solid #000;
}
#header {
	height: 94px;
	border-bottom: 2px solid #000;
}
#logo {
	float: left;
	padding: 10px;
}
#header_img {
	float: right;
}
#sidebar {
	float: left;
	width: 193px;
	clear: both;
}
ul.nav {
	list-style: none;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav li.first {
	border-top: 1px solid #666;
}
ul.nav li a.selected {
	background: #AE9C86;
	color: #FFF;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #000;
}
a.youtube p {
	text-decoration: none;
	width: 193px;
	font-size: 12px;
	text-align: center;
}
#content {
	width: 740px;
	float: right;
	margin-top: -90px;
}
#content p {
	font-size: 14px;
	text-align: justify;
}
#footer {
	padding: 26px 0 10px 10px;
	position: relative;
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
}
#footer2 {
	padding: 10px 0;
	position: relative;
	clear: both;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear: both;
}
