@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
} 
.twoColFixLtHdr #header {
	background: #000;  /* 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. */
	padding-top: -10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	text-align: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 90px; /* 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 */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	line-height: 15px;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	float: none;
	text-align: left;
} 
.twoColFixLtHdr #container #mainContent p .wide {
	width: 700px;
	margin-top: -20px;
	margin-left: 20px;
}
.twoColFixLtHdr #footer {
	background:#000;
	font-family: #FFF;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	text-align: center;
}
.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;
}
.copyright {
	font-size: 12px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixLtHdr #container #mainContent p {
	margin-top: 10px;
	margin-right: 100px;
	padding: 0px;
	font-size: 13px;
	margin-bottom: 20px;
}
.centered {
	margin-top: -20px;
	margin-left: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	width: 700px;
}
.right-column {
	margin-top: 80px;
	padding: 0px;
	float: right;
	margin-right: -20px;
	width: 350px;
}
.left-column {
	padding: 0px;
	width: 300px;
	margin-left: 55px;
	float: left;
}
.writing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.whitewriting {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	line-height: 1.2em;
}
.thumbnail-menu {
	margin-left: 60px;
	text-align: left;
	border-left: 0;
}

