body {
	margin:0;
	padding:0;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background:url(images/bgd.jpg) repeat-x top;
	background-color:#fffe41;
}

#wrapper {
	width:769px;
	margin:10px auto;
	padding:0;
	background-color:#fff;
	border:1px solid #000000;
	position:relative;
}

#header {
	width:100%;
	height:170px;
	margin:0;
	padding:0;
}

#nav {
	float:left;
	width:195px;
	margin:5px 0px 0px 5px;
	padding:0;
}

#content {
	width:450px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:0px 0px 20px 210px;
	padding:0;
}

#content h2 { font-size:1.5em; text-align:center; color:#006600; }
#content h3 { font-size:1.2em; }

#content1col {
	width:750px;
	min-height:450px;
	height:auto !important;
	height:450px;
	margin:0px 0px 20px 10px;
	padding:0;
}

#content1col h2 { font-size:1.5em; text-align:center; color:#006600; }
#content1col h3 { font-size:1.2em; }

#rightcol {
	position:absolute;
	width:97px;
	height:450px;
	margin:0;
	padding:0;
	top:180px;
	right:5px;
}

#footer {
	width:764px;
	height:20px;
	margin:0;
	padding:5px 0px 0px 5px;
	background-color:#008000;
	color:#fff;
	font-size:0.7em;
}

#footer a, #footer a:visited { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */