@charset "UTF-8";
/* home styles */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #FFF8E5;
	width: 746px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #column1 {
	float: left;
	width: 426px;
}
#outerWrapper #contentWrapper #column1 #column1a {
	float: left;
	width: 203px;
	margin-top: 9px;
	margin-bottom: 18px;
}
#outerWrapper #contentWrapper #column1 #column1b {
	float: right;
	width: 203px;
	margin-top: 9px;
	margin-bottom: 18px;
	clear: right;
}
#outerWrapper #contentWrapper #column2 {
	float: right;
	width: 140px;
	margin-left: 20px;
	overflow: hidden;
}
#outerWrapper #contentWrapper #column3 {
	float: right;
	width: 140px;
	margin-left: 20px;
	overflow: hidden;
}
