/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
object {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: none;
	}

a {
	color: #FF0000;
	text-decoration: none;
	}
	
a:hover {
	color:#666666;
	text-decoration: underline;
	}
	
h1,h2,h3,h4,h5,h6 {
	color: #FEFEFE;
	}
	
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
#top-header {
	height: 28px;
	width: 100%;
	background: #929292;
	margin: 0px;
	text-align: right;
	}
	
#top-header img	{
	height: 28px;
	border: none;
	}

#top-header div {
	float: right;
	}
	
#top-header-fixed {
	height: 28px;
	width: 750px;
	background: #929292;
	}

#header {
	height: 108px;
	width: 100%;
	margin: 0px;
	background: #FFFFFF;
	}

#header img {
	width: 354px;
	height: 107px;
	border: none;
	}
	
#nav {
	margin: 0 auto;
	width: 100%;
	height: 36px;
	background: #ffffff;
	border-bottom: 2px #000000 solid;
	}

#nav-fixed {
	width: 750px;
	}
	
#nav-fixed img{
	border: none;
	}
	
#side-nav {
	float: right;
	width: 251px;
	background: #ededed;
	border-left: 1px #d5d5d5 solid;
	border-bottom: 1px #d5d5d5 solid;
	text-align: center;
	}
	
#side-nav p{
	margin: 0px;
	padding: 3px;
	}
	
#side-nav h2{
	display: block;
	background: url(../images/second-nav-back.jpg) repeat-x;
	height: 15px;
	font-size: 12px;
	border-bottom: 2px #000000 solid;
	margin: 0px;
	padding: 5px;
	}
	
#side-nav img{
	padding: 15px 4px 4px 4px;
	}
	
#main-content {
	width: 100%;
	border-bottom: 2px #000000 solid;
	background: #ffffff;
	vertical-align: top;
	}
	
#main-content h1 {
	display: block;
	background: url(../images/subnav-back.jpg) repeat-x;
	height: 15px;
	font-size: 12px;
	border-bottom: 2px #000000 solid;
	margin: 0px;
	padding: 5px 5px 5px 23px ;
	}

#presentation {
	float: left;
	vertical-align: top;
	width: 65%;
	}
	
#presentation p{
	margin: 0px;
	padding: 10px 30px 3px 23px;
	}

#presentation img{
	padding: 15px 30px 4px 30px;
	}

#presentation2 p{
	padding: 5px 20px 4px 23px;
	margin: 0px;
	}

#presentation2 img{
	border: 1px #000000 solid;
	margin: 5px 5px 5px 10px;
	vertical-align: top;
	}
	
#presentation2 object{
  	border: 1px #000000 solid;
	margin: 10px 5px 5px 5px;
	}
	
#presentation2 img.gallery{
	border: none;
	}

#presentation2 img.map-padding{
	border: none;
	}

#presentation2 h2{
	display: block;
	background: #cdcdcd;
	height: 15px;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 5px 5px 5px 30px ;
	}

#center {
	text-align: center;
        }

#footer {
	margin: 0 auto;
	font-size: 10px;
	color: #c5c5c5;
	width: 90%;
	border-collapse: collapse;
	padding: 0px;
	}
	
#footer a {
	color: #b4b3b3;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
#footer-left {
	text-align: left;
	width: 50%;
	}

#footer-right {
	text-align: right;
	width: 50%;
	}

#index2 {
	margin: 0 auto;
	}

.anti-float {
	clear: both;
	}
	
.contact-image-padding {
	padding: 5px 10px 10px 20px;
	}
	
.contact-image-padding2 {
	padding: 5px 10px 10px 35px;
	}

.map-padding {
	padding: 10px 0px 10px 35px;
	}
	
.no-border {
	border: none;
	}
	
.left {
	float: left;
	}