/* CSS Document */

body {
	width: 800px;
	background-color:#56513d;
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: small;	
}

#content {
	width: 800px;
}

/* CONTENT COLUMNs */
#leftcol {
	width: 350px;
	text-align:left;
	float: left;
}

#rightcol {
	width: 450px;
	float: left;
	text-align: left;
}

#bottomcol {
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	width: 690px;
	float: left;
	text-align: center;
}


/* PAGE FOOTER */
#footer {
	margin: 2px auto 0px;
	width: 690px;
	color: #6C6C69;
	text-align: center;
}

/** typeset */
h1 {
	font-family: tahoma, sans-serif;
	font-size: 1.3em;
	color: #008A5E;
}
h2 {
	font-family: tahoma, sans-serif;
	font-size: 1.65em;
	color: #008A5E;
}

.black {
	color:#000000
}

/** links */
a {
	color: #008A5E;
}
a:hover {
	text-decoration: none;
}