body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Three Column set up */
.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b5b5b6;
	background-image: url(../images/content_backing.jpg);
	background-repeat: repeat-y;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColFixHdr #header { 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 40px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px;
}
.thrColFixHdr #footer {
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b5b5b6;
	background-image: url(../images/footer_backing.jpg);
	height: 50px;
}



/* Two Column set up */
.twoColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b5b5b6;
	background-image: url(../images/content_backing.jpg);
	background-repeat: repeat-y;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixHdr #header { 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 520px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px;
}
.twoColFixHdr #sidebar2 {
	visibility: hidden;
}

.twoColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px;
}
.twoColFixHdr #footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b5b5b6;
	background-image: url(../images/footer_backing.jpg);
	height: 50px;
}


/* One Column set up */
.oneColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b5b5b6;
	background-image: url(../images/content_backing.jpg);
	background-repeat: repeat-y;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.oneColFixHdr #header { 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.oneColFixHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px;
	width: 830px;
}
.oneColFixHdr #sidebar2 {
	visibility: hidden;
}

.oneColFixHdr #sidebar1 {
	visibility: hidden;
}

.oneColFixHdr #footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b5b5b6;
	background-image: url(../images/footer_backing.jpg);
	height: 50px;
}






/* Menu set up */
#menu {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color: #b5b6b6;
	height: 90px;
}

#menu ul {
	list-style: none;
	padding: 10px 37px 0 20px;
	margin: 0;
}

#menu li {
	margin: 0;
	float: right;
}

#menu li a {
	height: 2em;
	font-size: 1.3em;
	padding: 0 0.6em;
	margin: 0 5px;
	height:1.5em;
	color: #999999;
	display: block;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover {
	color: #FFFFFF;
}

/* Hide from IE5-Mac \*/
#menu li a {
	float: left;
}
/* End hide */





.gallery img {
	padding: 0 16px 16px 0;
}

.footerline img {
	display: block;
	margin: 0;
	padding: 0;
}



.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;
	width: 190px;
}
.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;
}

#footerdivider img{display: block;}

