html, body {
	margin: 0px;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	color: #333;
	height: 100%;

}

#banner {
	width: 100%;
	height: 50px;
	background-color: #fff;
}

#nav {
	clear: left;
	float: left;
	width: 100%;
	height: 25px;
	background-color: #3c4243;
	font-size: 80%;
	color: #fff;
	text-indent: 25px;
	line-height: 23px;
}

#body_container { float: left; width: 100%; background: url(../images/leftBackgroundGradient.jpg) repeat-y left top; }

#columnTile {
	float: left;
	min-height: 100%;
	width: 100%;
	background: url(../images/contentBackground.gif) no-repeat right bottom;
	margin-bottom: -26px;
}

* html #columnTile {
	height: 100%;
}

#promoBox { background-color: transparent; background-image: none; background-attachment: scroll; background-position: left top; float: left; width: 304px; height: 460px; padding-top: 50px; }

#content_container {
		margin-left: 320px;
		font: normal 80%/18px arial, verdana, 'trebuchet ms', sans-serif;
		color: #3c4243;
}

	#content {
		position: relative;
		padding: 20px;
	}
	
	
	#promoBox ul li {
		float: left;
		width: 100%;
		display: block;
		background: url(../images/promoLine.png) no-repeat right bottom;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font: normal 75% arial, verdana, 'trebuchet ms', sans-serif;
		color: #57696f;
	}

	
#footer {
		clear: left;
		float: left;
		width: 100%;
		height: 20px;
		color: #0c4c8d;
		line-height: 16px;
		font-size: 70%;
		text-indent: 20px;
		border-top: 1px solid #aad5e6;
		padding-top: 5px;
		background-color: #fff;
}


#rightSide_image {
		float: right;
		width: auto;
		padding: 20px;
	}
	

		






	