html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/html_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 13px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

p {
	margin: 0px 0px 22px 0px;
	padding: 0px;
}


#page_container {
	width: 955px;
	margin: 0px auto 0px auto;
}

#banner {
	margin-bottom: 24px;
}


.col_1 {
	width: 163px;
	float: left;
}

.col_1 a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.col_1 a:hover {
	color: #000000;
}

.col_2 {
	width: 307px;
	float: left;
}

.col_3 {
	float: right;
	margin-right: 42px;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.footer {
	font-size: 11px;
	font-weight: bold;
}