@charset "utf-8";
body  {
	background: #FFF; 
	margin: 0;
	padding: 0;
	text-align: center;

}
/* wrapper class is for global settings */
#wrapper { 
	padding: 5px;
	background: #e0d9c6;
	width: 750px; 
	margin: 0 auto; 
	text-align: left; 
}
/* contains logo and navigation */
#header {
	background: #962e45;
	margin-top: 12px;
	margin-bottom: 2px;
}
/* top logo */
#logo {

	height: 100px;
	padding-bottom: 5px;
}

/* contains left column & right column  */
#content {
	background: #e0d9c6;
	margin-top: 0px;
	padding-top: 0px;
}
#contentWrapper {
	width: 750px; 
	background: #e0d9c6;
	margin-top: 0px;
	padding-top: 0px;
}
/* Would be left side content  */
#leftColumn {
	background: #962e45;
	padding: 1px;
	float: left;
	width: 250px;
}
/* Would be the right side content */
#rightColumn {
	background: #962e45;
	padding: 1px;
	float: right;
	width: 250px;
}
#middleColumn{
	padding: 1px;
	float:none;
	width: 250px;
}
#leftContent
{
	width: 375px;
	float: left;
	background: #e0d9c6;
	margin-top: 5px;
	padding-top: 0px;
}
#rightContent
{
	width: 375px;
	float: right;
	background: #e0d9c6;
	margin-top: 5px;
	padding-top: 0px;
}
/* Footer information */
#footer {

	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
/* size for navigation */
#nav { 

	background: #962e45;
	font-color: #FFF;
	height: 50px;
	
}
/* size for banner */

#bottomState { 

	clear: both;
	background: #962e45;
	font-color: #FFF;
	height: 25px;
	
}
#title {
	margin-top: 2px;
	margin-bottom: 2px;
}

a {
	outline: 0px;
	color: #FFF;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 24px;
}

