body { background-image: url('images/background.jpg'); background-position: center; margin: 0px auto;}

#blackbar {width: 100%; height: 160px; background-color: #000000; position: absolute; top: 0; left: 0;}

#container { width: 800px; min-height: 500px; margin: 0px auto; position: relative; z-index: 10;}
#logo { 
	font-size: 11px;
	background: transparent url(images/logo2.png) no-repeat;
	width: 299px; min-height: 160px; position: absolute; top: 0px; left: 0px;  }
#logo p {font-family: Georgia; text-align: right; color: #fff}
#logo a {color: #fff;}


#spacer {height: 120px;}
#spacer2 {height: 35px;}

#main { width: 800px; min-height: 500px; margin-left: 0px; margin-top: 40px}
#nav {  min-height: 40px; position: absolute; top: 20px; right: 0px; color: gray }
#nav a { color: gray; }
#navul li { float: left; padding: 10px; color: #ffffff; background-color: gray; margin-top: 20px; margin-left: 5px;}
#navul li:hover { background-color: #6f0000;}
#navul a {color: #ffffff; text-decoration: none;}

#rounded { width: 800px; min-height: 100px; background-color: #ffffff; padding-bottom: 1px; z-index: 0;}

#content { width: 760px; margin: 20px;}
#content h1 { font-family: Georgia; font-size: 24px; color: #851818; margin-top: 13px; background-color: #e1e1e1; padding: 5px; border-bottom: 2px solid #d1d1d1; }
#content h2 { font-family: Georgia; font-size: 18px; color: #851818; margin-top: 8px;}
#content p { font-family: Georgia; font-size: 15px;  color: #000000; margin-top: 8px; line-height: 20px;}
#content .imgleft {float: left; margin-right: 10px; padding: 5px; border: 1px solid #c1c1c1;}
#content .imgright {float: right; margin-left: 10px; padding: 5px; border: 1px solid #c1c1c1;}

#gallery img {margin: 0 10px 10px 0; padding: 5px; border: 1px solid #c1c1c1;}

#footer { padding: 20px; }
#footer p { text-align: center; color: #b29d85; font-size: 10pt; font-family: Georgia; margin-bottom: 15px;}
#footer a {color: #b29d85; letter-spacing: 2px; text-decoration: none;}


.hide
{
	background: #d1d1d1 !important;
	padding: 10px;
}
strong {font-weight: bold;}




.clear {clear: both; height: 0px;}