body {
	background-color: #666666;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 120%;
}
#container, #footer{
	width: 959px;
	margin: auto;
}
#content_container{
	background-color: #FFFFFF;
	border: solid 1px #999999;
	border-top: none;
	width: 911px;
	height: 1112px;
	margin: auto;
	padding: 23px;
}
#content_container p{
	line-height: 1.25em;
}
#col_1{
	background-color: #000000;
	width: 395px;
	height: 400px;
	padding: 30px;
	padding-top: 20px;
	float: left;
	padding-bottom: 40px;
}
#col_2{
	background-color: #000000;
	width: 416px;
	height: 400px;
	padding: 20px;
	float: left;	
	padding-bottom: 40px;	
}
ul {
	line-height: 36px;
}
h1 {
	font-size: 200%;
	margin-bottom: 0px;
}
h2 {
	font-size: 170%;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 100%;
	margin-top: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
#info_bar{
	clear: both;
}
.clear{
	clear: both;
}
.float_left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
	margin-top: 0px;
}
.no_margin{
	margin-top: 0px;
}
#footer{
	color: #999999;
	font-size: 12px;
}
#copyright{
	float: left;
	padding: 25px;
}
#credit{
	float: right;
	padding: 25px;	
}
#footer a{
	color: #999999;
	text-decoration: none;
}
