@charset "utf-8";
body {
	background-color: #DDDDDD;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000000;



	font-family: ;
	font-size: 12px;
	background-color: #FFFFFF;
}
#header {
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #cccccc;
	height: 20px;
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	color: #D6D6D6;
}
#logo {
	height: 120px;
}
#nav {
	height: 28px;
}
#leftcolumn {
	float: left;
	height: 670px;
	width: 140px;
}


#rightcolumn {
	float: right;
	width:640px;
	height: 650px;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	
}
