@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
} 
.twoColFixLtHdr #header {
	height: 150px;
	background-color: #000000;
	padding: 0;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	vertical-align: top;

}

.twoColFixLtHdr #sidebar1 {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 40px;
	left: 0px;
	top: 0px;
	background-color: #EF6B00;
	clear: right;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;

}

.twoColFixLtHdr #newsbar {
	background-color: #EF6B00;
	padding: 5px;
	position: relative;
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.twoColFixLtHdr #sidebar1 img {
	left: 0px;
	top: 0px;
}

.twoColFixLtHdr #orangebar {
	background-color: #FF9900;
	height: 40px;
	width: 780px;
}
.twoColFixLtHdr #mainContent {
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #textcontent {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 440px;
} 

.twoColFixLtHdr #gallerycontent {
	padding-top: 10px;
	padding-right: 25px;
		padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
} 



.twoColFixLtHdr #textcontentwide {
	padding: 20px;
	margin-right: auto;
		margin-left: auto;

} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

h1 {
	font-size: 140%;
	color: #EF6B00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 105%;
	color: #EF6B00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 160%;
}


p
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 160%;
	color: #000000;
	}

a
	{
	color: #EF6B00;
	text-decoration: none;
	}

a:hover
	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EF6B00;
	}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

