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

body {
	font:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	background-color: #000;
	background-image: url(images/DSC_0216.JPG);
	}

#header {
	padding-top: 30px;
}

.oneColFixCtr #container {
	width: 529px;  
	background:  #000;
	margin: 0 auto; 
	text-align: left; 

}
.oneColFixCtr #mainContent {
	padding: 0 20px; 
}

.thrColFix #container {
	width: 779px;
	background:  #000;
	margin: 0 auto;
	border: solid;
	overflow: hidden;
	min-height: 725px;
}

.thrColFix #sidebar1 {
	float: left;
	background-color: #000;
	width: 115px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

.thrColFix #sidebar2 {
	float: right; 
	background-color: #000;
	width: 115px; 
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

.thrColFix #mainContent {
	margin-left: 140px;
	margin-right: 140px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	color: #35c6f3;
			
}

.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 */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.oneColFixCtr #menu {
	padding-top: 20px;
	padding-left: 15px;	
}

.thrColFix #menu {
	padding-top: 20px;
	margin: 0 140px;
}

#main_image {
	padding-top: 30px;
	padding-bottom: 20px;
}

#title {
	font-size: xx-large;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	
}

#title2 {
	padding-top: 40px;
	font: large;
	font-size: x-large;
	padding-bottom: 40px;
	font-weight: bold;
	color: #FFF;
}
.thrColFix #logo {
	padding-top: 10px;
}
#gallery {
	padding-top: 40px;
	background-color: #000;

}
#footer {
	color: #FF0;
}
.thrColFix #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible address {
	color: #35c6f3;
}
