@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCC;
}

.twoColFixLtHdr #container {
	width: 84%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #B09845;
} 
.twoColFixLtHdr #header {
	display: inline-block;
	font-weight: lighter;
	background-attachment: scroll;
	background-image: url(../images/ws4uLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 96%;
} 


.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 */
	color: #5A6639;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	width: 96%;
	position: relative;
} 
.twoColFixLtHdr #container #mainContent .twoColFixLtHdr {
	padding-left: 435px;
}

.twoColFixLtHdr #container #mainContent #TwitterWidget {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


.twoColFixLtHdr #footer {
	background-image: url(../images/ws4uLogo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 95px;
	padding-top: 15;
	padding-right: 5;
	padding-bottom: 5;
	padding-left: 5;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #B09845;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	vertical-align: bottom;
}

.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: 10px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltctr {
	float: none;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	text-align: center;
	position: relative;
	visibility: inherit;
}
.fltctr640x480 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	text-align: center;
	position: relative;
	visibility: inherit;
	height: 480px;
	width: 640px;
}
.fltctr728x90 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	text-align: center;
	position: relative;
	visibility: inherit;
	height: 90px;
	width: 728px;
}


.twoColFixLtHdr #container #mainContent p a img {
	clip: rect(auto,auto,auto,auto);
}


.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;
}
#mainContent p img {
}
.twoColFixLtHdr #container #mainContent p img {
	margin-right: auto;
	margin-left: auto;
}


a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color: #999;
}


a:hover {
	text-decoration: underline;
	color: #FFF;
}


/* CSS Document */

a:active {
	text-decoration: none;
}
h1 {
	color: #5A6639;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: xx-large;
}

h2 {
	color: #5A6639;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFF;
	font-weight: lighter;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h4 {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B09845;
	font-weight: lighter;
	margin-top: 60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
