@charset "utf-8";
body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	color: #FFFFFF;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	height: 800px;
	font-size: 20px;
}

#header {
	color: #FFFFFF;
	margin-top: 12px;
	background-color: #000000;
	height: 50px;
}

#footer {
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	padding-top: 12px;
}
#nav {
	height: 28px;
	background-color: #000000;
}
#logo {
	height: 100px;
	padding-bottom: 12px;
}
h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
#content {
	height: 440px;
	width: 760px;
	font-size: 16px;
}
#leftcolumn {
	float: left;
	width: 380px;
	height: 240px;
	clear: none;
	vertical-align: top;
	border: thin solid #FFFFFF;
}


#rightcolumn {
	float: left;
	width: 335px;
	height: 210px;
	clear: none;
	vertical-align: top;
	padding: 20px;
}
#midcolumn {
	float: left;
	height: 65px;
	width: 760px;
	padding-top: 15px;
}

#leftcolumn2 {
	float: left;
	height: 200px;
	width: 380px;
}
#rightcolumn2 {
	float: left;
	height: 200px;
	width: 380px;
}
