@charset "utf-8";
/* CSS Document */


html, div, input, select, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	text-align: center;
	margin: 0;
	padding: 5px 0 50px 0;
	background: url(../images/bg.jpg) #8b9cb0;
}

table h3{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}       

.hidden {
	display: none;
}

.right {
	float: right;
	margin: 5px 10px 10px 20px;
}

.left {
	float: left;
	margin: 5px 15px 0 0;
}

.border {
	border: solid 1px #b2afa3; 
}

#space {
	margin:auto;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 966px;
	background: url(../images/sheetback.jpg) #ede8d9;
}

#main {
	width: 966px;
	margin-top: -20px;
}

#main a {
	text-decoration: none;
	color: black;
	background: transparent;
}

#main a:hover {
	text-decoration: none;
}

#main img {
	border: 0 none;
}

#header {
	margin:auto;
	width: 966px;
	background: url(../images/header.jpg) no-repeat;
}

#header a {
	display: block;
	height: 200px;
	width: 746px;
	margin: auto;
}

#footer {
	margin:auto;
	margin-top: 0px;
	padding: 0;
	clear: both;
	height: 10px;
}

#nav {
	width: 850px;
	height: 33px;
	border-top: 1px solid #b2afa3;
	border-bottom: 1px solid #b2afa3;
	list-style: none;
	margin-left: 38px;
	margin-top: -25px;
	margin-bottom: 15px;
	padding: 0 20px;
	text-align: center;
}

#nav li {
	margin: 0;
	margin-top: 5px;
	float: left;
	display: block;
}

#nav a {
	border-left: 1px dotted #b2afa3;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 5px 16px;
	text-decoration: none;
}

#nav li:first-child a {
	border: 0 none;
}

#nav a:hover {
	color: #fff;
	background: #000;
}

#content { 
	width: 580px;
	padding: 0 15px 15px 0; 
	margin: 0 0 30px 50px;
	float: left;
	clear: right;
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #b2afa3;
	position: relative;
}

#content p {
	line-height: 23px;
	font-size: 14px;
	margin-right: 10px;
}


#content li {
	list-style-image: url(../images/bullet.gif);
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#content h3 {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#content_noside { 
	width: 580px;
	padding: 0 15px 15px 0; 
	margin: 0 0 30px 50px;
	float: left;
	clear: right;
	text-align: justify;
	font-size: 12px;
	position:relative;
}

#content_noside p {
	line-height: 23px;
	font-size: 14px;
	margin-right: 10px;
}

#content_noside h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#inside div {
	width: 550px;
	float: left;
	clear: right;
	color: #4c453e;
	border: 0 none;
	margin-bottom: 15px;
	text-align:justify
}

#inside div img{padding-bottom:10px}

#inside a {
	text-decoration: none;
}

#inside p {
	text-align:justify;
	font-size: 14px;
	line-height:20px;
}

#inside h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.photo {
	width: 98%;
}

.photo img {
	margin: 0 5px 5px 0;
	border: 1px solid #b2afa3;
}


#rightbar {
	width: 220px;
	padding-left: 15px;
	text-align: left;
	float: left;
	clear: right;
	font-size: 12px;
}

#rightbar img{padding:10px 5px 10px 0}

#rightbar p { 
	font-size: 12px;
	line-height: 16px; 
	padding: 0; 
	margin: 5px 0 15px 0;
	color: #4c453e;
}

#rightbar h2 {
	margin: 20px 0 8px 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	color: #000;
}

#rightbar h3 {
	margin: 10px 0 8px 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: black;
	background: transparent;
}

#rightbar h4 { 
	margin: 10px 0 5px 0; 
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#rightbar h4 + p {
	margin-bottom: 7px;
}

#rightbar a {
	text-decoration: none;
	color: inherit;
	background: transparent;
}

#rightbar a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #b2afa3;
	background: #b2afa3;
	border: 0 none;
	margin-top: 10px;
}

hr + hr {
	margin-top: -5px;
}

