.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	text-align: center;
	background: url(images/TopBG.png) repeat-x #170c01;
	}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 191px;
}

#ContactBar {
	position: absolute;
	right: 10;
	top: 15;
	height: 25px;
}
#ContactBar a{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #888;
	text-decoration: none;
	border: 1px solid #888;
	padding: 1px 5px;
	background: #000;
}

#ContactBar a:hover{
	color: #FFF;
	border: 1px solid #FFF;
	background: #555;
}

#logo {
	margin: 0;
	height: 150px;
	width: 250px;
	background: url(images/logo.png) no-repeat;
}

#quote {
	position: absolute;
	right: 0;
	bottom: 50px;
	margin: 0;
	height: 65px;
	width: 450px;
	background: url(images/Quote.png) no-repeat;
}

#main {
	margin: 0;
	padding: 5px;
	color: #FFF;
}
#main h1 {
	margin: 0;
	color: #aedbdd;
	font-family: Trebuchet MS, Arial, sans-serif; 
	font-size: 24px;
}
#main h2 {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}
#main h3 {
	margin: 0;
	color: #aedbdd;
	font-family: Trebuchet MS, Arial, sans-serif; 
	font-size: 16px;
}
#main a, #main a.visited {
	color: #FFF;
	text-decoration: none;
}
#main a:hover {
	color: #FFF;
	text-decoration: underline;
}
#main p {
	margin: 5px;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
}

#footer {
	position: fixed;
	bottom:0;
	margin: 0;
	padding: 0.2em;
	background-color: #000;
	border-top: 1px solid #5e716f;
	width: 100%;
	text-align: left;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #555;
}

#GalleryWrap {
    margin: 0 0 15px 0;
}

#GalleryWrap .GalleryImg {
    float: left;
    margin: 10px 18px;
    border: 2px solid white;
    width: 156px;
    overflow: hidden;
    text-align: center;
}
#GalleryWrap2 .GalleryImg {
    float: left;
    margin: 5px;
    border: 2px solid white;
    overflow: hidden;
    text-align: center;
    width: 350px;
    height: 250px;
}
#GalleryWrap3 .GalleryImg {
    float: left;
    margin: 5px;
    border: 2px solid white;
    overflow: hidden;
    text-align: center;
}
.borderimg {
    border: 2px solid white;    
}

#GalleryWrap .GalleryImg img {
    height: 200px;
    
}

.imgborder {
	border: 1px solid white;
	margin: 10px;
	clear: both;
}

.img_left {
	float: left;
}

.img_right{
	float: right;
}

.galleryimg {
	border: 2px solid white;
}

#main .Quotes {
	margin: 5px 0 5px 0;
	padding: 0;
	border: 1px solid gray;
}

#main .Quotes .quote {
	font-size: 14px;
	font-weight: bold;
}
#main .Quotes .name {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#main .Quotes .location {
	font-size: 12px;
}
