﻿/* CSS Document */


body {
  font-size: 11px;
}

#headerlinks, #nav, #banner, #left, #footer {
	display: none;
}

#content {
	float: left !important;
	padding: 0 !important;
	width: 670px;
}

#main {
	background: #fff;
	padding: 0;
	clear: both;
}

#header {
	background: #fff;
	padding-bottom: 5px;
}

#home-left {
	float: left;
	width: 380px;
}

#home-right {
	width: 270px;
	float: left;
	padding: 0 0 30px 20px;
}

