@charset "UTF-8";
body  {
	font: 80% Helvetica, Arial, Geneva, sans-serif;
	background: #FFFFFF;
	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;
	color: gray;
}

h2 {
	font-weight: bold;
	font-size: 100%;
}

em {
	color: #5f37a2;
	font-style: italic;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 1px solid silver;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px
	;
	padding-top: 30px;
	padding-right: 0px;
	background: #FFFFFF;
	clear: both;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px;
	padding: 5px 20px 0;
}

.twoColFixLtHdr #mainContent p {
	padding-right: 39px;
	padding-top: 0;
	padding-bottom: 0;
}

.twoColFixLtHdr #mainContent a, a:visited {
	text-decoration: underline;
	color: #666;
}

.twoColFixLtHdr #mainContent a:hover {
	color: black;
	text-decoration: underline;
	
}

.twoColFixLtHdr  #image { 
	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 #image instead of text, you may want to remove the padding. */

} 
.twoColFixLtHdr #footer {
	padding: 0 25px 0 20px;
	background:#ffffff;
} 
.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 */
}
.twoColFixLtHdr #footer2 {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer2 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;
}
.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;
}

/* navigation */

#navbar {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#navbar ul {
	margin: 0px;
	padding: 10px;
	text-align: center;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
}

#navbar a:link, a:visited {
	color: gray;
	text-decoration: none;
}

#navbar a:hover{
	color: #191919;
	text-decoration: none;
}

/* end of navigation */

/* outhouse design */

#outsidecontainer {
	width: 780px;
	margin: 0 auto;
}

#outhouse {
	text-align: right;
	font-size: 60%;
	padding: 5px 25px 0 5px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
}

/* outhouse design end */
.comments {
	color: #9c00c9;
	border-bottom: thin none #cd0066;
	font: 85% "Lucida Handwriting";
}

.comments2 {
	color: #120096;
	border-bottom: thin none #cd0066;
	font: 85% "Lucida Handwriting";
}
