* {
	margin: 0px;
	padding: 0px;
} 
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	overflow: scroll;
}
/*  copy from this point */
#home_content {
	position:relative;
	top:-200px;
	width:650px;
	z-index:1;
	margin: 0 auto;	
	}
#home_leftside {
	float: left;
	width: 375px;
	text-align:left;
	padding-right: 5px; 
	padding-left: 7px;
	padding-bottom: 10px;
	font-size: .85em;
	line-height: 1.5em;
	margin-left: 20px;
}
#home_rightside {
	background-color: #dbcec0;
	position:relative;
	float: right;
	width: 200px;
	margin-top: 70px;
	padding-left: 7px;
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
}
#home_footer {
	position:relative;
	top: -200px; 
	color: #FFF;
	width: 750px;
	margin: auto;
	background-color: #406044;
	font-size: .8em;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: .075em;
}	
/* to this point */
#content {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
/*	background-color: #FFC;	 */
	padding-top: 10px;
	padding-left: 7px;
	}
#content #leftside {
/*	background-color: #CCCCCC; */
	width: 475px;
	margin-left: 20px;
	padding-right: 5px;
	float: left;
	padding-top: 10px;
	padding-left: 7px;
	padding-bottom: 10px;
	font-size: .85em;
	line-height: 1.5em;
}
#content #rightside {
	background-color: #dbcec0;
	float: right;
	width: 200px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 7px;
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#clear {
	clear: both;
}
#footer {
	color: #FFF;
	width: 750px;
	margin: auto;
	background-color: #406044;
	font-size: .8em;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: .075em;
}
td,th {
	padding: 5px;
	border-right-width: .5pt;
	border-bottom-width: .5pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
table {
	border-top-width: .5pt;
	border-left-width: .5pt;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content img {
	margin-right: 1em;
	margin-bottom: 0.2em;
	padding: 0.2em;
	border: 0.5pt solid #006633;
	margin-left: 1em;
}

