@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
}
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #CCCCCC;
	border: medium solid #009ed1;
}
#container h1 {
	position: absolute;
	top: -500px;
}

#banner {
	position: relative;
}
#itpl_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 0px;
	bottom: 0px;
}

#main_image {
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
}
#left_column, #center_column, #right_column {
	width: 316px;
	float: left;
	background-color: #CCC;
	border: 0px none #000;
}
#center_column, #right_column {
	margin-left: 5px;
}
#left_column {
	margin-left: 5px;
}
#right_column {
	margin-right: 5px;
}
#interests_column {
	width: 968px;
	margin-top: 10px;
	float: left;
	background-image: none;
}
#interests_text {
	background-color: #CCC;
	width: 632px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
}
p {
	margin-top: 1em;
}
