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

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}

#banner {
	background-image: url(images/IBuilder.png);
	height: 50px;
	width: 563px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 75px;
	padding-left: 260px;
}
#left_columnforlinks {
	background-color: #FFFFFF;
	width: auto;
	float: left;
	height: auto;
	border-right-width: 10px;
	border-left-width: 10px;
}
#main_text {
	float: left;
	width: 650px;
	border-left-style: none;
	left: 330px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 10px;
	padding-right: 10px;
}




#footer {
	height: auto;
	width: auto;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
#column_container {
	float: left;
	width: 968px;
	height: 800px;
	padding-top: 10px;
}
