body  {
	font-family: Verdana, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* always set the margin to zero*/
	padding: 0; /* ditto for the padding*/
	text-align: center; /* centers the container in IE5*. Text is set to left aligned in #container selector */
	color: green;
	font-size:80%;
	line-height: 1.4;
	background-image:url(../images/background/greenplaster_2.gif);
	background-repeat:yes;
}

.twoColFixLt #container { 
	width: 740px;  /* using fewer than 800px allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 3em auto; /* the auto margins (in conjunction with a declared width) center the page */
	border: 1px solid #a0522d;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffcc; /*#ffcc66;*/
}

.twoColFixLt #sidebar1 {
	float: left; /* because this element is floated, a width must be specified */
	width: 200px; /* the actual width of this div, in standards-compliant browsers or in standards mode in Internet Explorer, the width includes the padding and border too */
	background: #ffffcc; /*#ffcc66;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin: 1.75.0em 0 0 0;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* padding is the space inside the div box; margin is the space outside the div box */
}
 
.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;
}

#header {
	background-image:url(../images/background/montage/montage.jpg);
	background-repeat:no;
    height:110px;
	width:740px;
}

h1 {
	font-family: Comic Sans MS;
	color: #060;
	font-size: 185%;
	text-align: center;
	}

h2 {
	font-family: Comic Sans MS;
	color: #060;
	font-size: 135%;
	text-align: center;
	}

#navigation {
	width:170px;
}

#navigation ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	border:none;
}

#navigation li {
	font-size:80%;
}

#navigation a:link, #navigation a:visited {
	color:#060;
    background-color:transparent;
    display:block;
    border-bottom:1px solid #a0522d;
    padding:0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color:#a0522d;
	border-right:4px solid #a0522d;	
}
	
.imageleft {
	float: left;
	margin: 0.5em 0.25em;
}
	
.imageright {
	float: right;
	margin: 0.5em 0.25em;
}

.imagecenter, imageabout {
	text-align: center;
	margin: 1em 0 0 0;
}

hr {
	color: #a0522d;
	width: 75%;
	text-align: center;
}

