@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, p {
	margin-top: 0;
	padding-right: 30px;
	padding-left: 30px; 
}
h6 {
	font-size:1em;
}
a img { 
	border: none;
}

/* ~~ Styling links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited{
	color: #70A1B2;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #3C7A8C;
}
.main_container {
	width: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	background-image: url(images/view4.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	height: 60px;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: right;
}

.content {
	padding: 10px 0;
	background-color: #FFF;
	position: relative;
}

#navBar {
	height: 30px;
	width: 960px;
	margin-left: 0px;
	margin-top: 20px;
	text-transform: uppercase;
	background-color: #CCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#navBar ul li {
	float: left;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	padding-top: 7px;
	padding-left: 60px;
}
#navBar ul li a:link {
	float: left;
	color: #FFF;
	text-decoration: none;
}
#navBar ul li a:visited {
	float: left;
	color: #FFF;
	text-decoration: none;
}
#navBar ul li a:hover, a:active, a:focus{
	color: #333;
}
#gallery {
	height: 700px;
	width: 800px;
	margin: 30px;
	padding-left: 50px;
}
#gallery ul li{
	list-style-type: none;
	border-image:none;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}
#house {
	text-align: center;
	}
#house p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-repeat: no-repeat;
	background-position: 750px;
	background-color: #FFF;
	font-size: 0.8em;
	color: #ACAA9E;
}
#sponsorLogos {
	height: 10px;
	width: 960px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #BAB8AB;
}
#sponsorLogos ul li{
	list-style-type: none;
	}

#cafe {
	font-size: small;
	text-align: center;
	padding-top: 10px;
	color: #999;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
