.clear{
	clear:both;
}
div, body{
	margin: 0;
	padding: 0;
}
#container{
	margin: 0 30px;
	min-width: 950px;
}
#header{
	height: 140px;
	background: url(../images/header_background.gif) repeat-x;
}
#header .left{
	float: left;
	background: url(../images/header_logo.gif) no-repeat;
	width: 475px;
	height: 140px;
}
#header .right{
	float: right;
	background: url(../images/header_right.gif) no-repeat right;
	min-width: 20px;
	height: 140px;
	text-align: right;
	padding-right: 10px;
}
#header .links{
	margin-top: 20px;
}
#header .search{
	
}
#content{
	
}
#content .left{
	width: 210px;
	float: left;
	margin-left: -100%;
	background: url(../images/nav_spacer.gif) repeat-y;
}
#nav{
	padding: 10px 0px;
	background: url(../images/nav_background.gif) repeat-y;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
}
#contact{
	margin-top: 5px;
	padding-top: 5px;
	background: url(../images/nav_contact.gif) repeat-y;
}
#content .rightWrapper{
	float: left;
	width: 100%;
}
#content .right{
	margin-left: 220px;
}
#breadcrumbs{
	
}
#mainContent{
	
}
#footer{
	padding: 20px 0;
	margin-bottom: 20px;
}
#footer .left{
	float: left;
}
#footer .right{
	float: right;
	text-align: right;
}
.navBottom{
	background: url(../images/nav_bottom.gif) no-repeat;
	height: 20px;
}
.contentArea{
	min-height:500px;
}