@charset "UTF-8";
/* CSS Document */

#container {
	width: 970px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	}#banner {
	background-image: url(images/banner_menu-01.png);
	height: 50px;
	width: 970px;
	background-position: top;
	font-family: helvetica;
	font-size: 15px;
	font-weight: 100;
	font-variant: small-caps;
	color: #FFF;
	letter-spacing: 10px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
}
#main_image {
	height: 196px;
	width: 970px;
}
#main_right_image {
	width: 200px;
	height: 196px;
	float: right;
}
#main_left_image {
	width: 770px;
	height: 196px;
	float: left;
}
#left_column {
	float: left;
	width: 620px;
	height: 450px;
	background-image: url(images/left_column-01.png);
	font-family: Helvetica;
	font-size: 10px;
	color: #000;
	margin: 0px;
}
#right_column {
	float: right;
	width: 320px;
	height: 450px;
	background-image: url(images/right_column_title-06.png);
}
body {
	background-attachment: fixed;
	background-position: center;
	background-position: center top;
	background-image: url(images/the_frictions_background.JPG);
}
#left_text {
	font-family: helvetica;
	font-size: 13px;
	color: #FFF;
	font-weight: lighter;
	line-height: 20px;
	float: left;
	width: 103px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: left;
}
#right_text {
	font-family: helvetica;
	font-size: 13px;
	padding: 20px;
	font-weight: lighter;
	color: #FFF;
}
#center_text {
	font-family: helvetica;
	font-size: 13px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFF;
	float: right;
	width: 443px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
