html, body {
	background-color: #ffffff;
	margin: 0px;
	padding: 10px;
	text-align: center;
}


#stage {
	background-image: url(images/bg.gif);
	width: 1000px;
	max-width: 1000px;
	height: 800px;
	max-height: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	position: relative;
	top: 18px;
	left: 18px;
	width: 964px;
	max-width: 964px;
	height: 63px;
	max-height: 63px;
}

#middle {
	position: relative;
	top: 35px;
	left: 18px;
	width: 964px;
	max-width: 964px;
	height: 469px;
	max-height: 469px;
}

#middle_col1 {
	position: absolute;
	width: 270px;
	max-width: 270px;
	height: 469px;
	max-height: 469px;
}

#middle_col2 {
	position: absolute;
	left: 324px;
	width: 108px;
	max-width: 108px;
	height: 469px;
	max-height: 469px;
}

#middle_col3 {
	position: absolute;
	left: 449px;
	width: 532px;
	max-width: 532px;
	height: 469px;
	max-height: 469px;
	overflow: auto;
}



#footer {
	position: relative;
	top: 55px;
	left: 18px;
	height: 180px;
	max-height: 180px;
	width: 964px;
	max-width: 964px;
}

#footer_col1 {
	position: absolute;
	left: 18px;
	top: 55px;
	width: 270px;
	max-width: 270px;
	height: 126px;
	max-height: 126px;
}

#footer_col2 {
	position: absolute;
	left: 324px;
	top: 55px;
	width: 108px;
	max-width: 108px;
	height: 126px;
	max-height: 126px;
}

#footer_col3 {
	position: absolute;
	left: 450px;
	top: 55px;
	width: 325px;
	max-width: 325px;
	height: 126px;
	max-height: 126px;
}

#footer_col4 {
	position: absolute;
	left: 810px;
	top: 55px;
	width: 172px;
	max-width: 172px;
	height: 126px;
	max-height: 126px;
}


#footer_image {
	vertical-align: bottom;
}



a:link, a:visited, a:active {
	color: #5480B7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a#gray:link, a#gray:visited, a#gray:active {
	color: #666666;
	text-decoration: none;
}

a#gray:hover {
	text-decoration: underline;
}

a#red:link, a#red:visited, a#red:active {
	color: #ff0000;
	text-decoration: none;
}

a#red:hover {
	text-decoration: underline;
}



p, ul, li, form, input, textarea {
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #666666;
}

p {
	display: inline;
}