body {
	padding: 0px; 
	margin: 0px;
	border: 0px;
	behavior:url("csshover.txt");
	font-family: arial, sans-serif;
}

#contents {
	width: 740px;
	min-height: 400px;
	_height: 400px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 4px;
	border-color: #FF8000;	
	background-color: #FF8000;
}

#left {
	float: left;
	width: 196px;
	_width: 199px;
	min-height: 400px;
	_height: 400px;
	padding: 0px;
	margin: 0px;

}

#left_top {
	background-color: #FFC080;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 4em;
	font-weight: bold;
	color: #FFFFFF;	
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: arial, sans-serif;
}

#left_top a {
	color: #FFFFFF;
	text-decoration: none;
}

#left_top a:hover {
	color: #FF8000;
}

#left_top a span {
	display: block;
	font-size: 45px;
	margin-top: -5px;
}


#left_bottom {
	background-color: #FF8000;
	padding-top: 10px;
}

#right {
	margin-left: 200px;
	width: 520px;
	_width: 517px;
	min-height: 400px;
	_height: 400px;
	padding: 10px;
	padding-bottom: 30px;
	_padding-bottom: 0px;
	background-color: #FFFFFF;
}

#pageoptions {
	float: right;
}

.largebutton {
	float: left;
	display: block;
	background: url(images/button.gif) top left no-repeat;
	background-color: #FF8000;
	width: 80px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
	color: #FFFFFF;
	margin-right: 2px;
}

.largebutton:hover, .largebutton_active {
	float: left;
	display: block;
	background: url(images/button.gif) top left no-repeat;
	width: 80px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
	background-color: #FFC080;
	color: #FFFFFF;
	margin-right: 2px;
}

#pagenumber {
	float: right;
}

.smallbutton {
	float: left;
	display: block;
	background: url(images/small_button.gif) top left no-repeat;
	background-color: #FF8000;
	width: 22px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 1px;
	color: #FFFFFF;
	margin-right: 2px;
}

.smallbutton:hover, .smallbutton_active {
	float: left;
	display: block;
	background: url(images/small_button.gif) top left no-repeat;
	width: 22px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 1px;
	background-color: #FFC080;
	color: #FFFFFF;
	margin-right: 2px;
}

.smallbutton_active:hover {
	color: #FFFFFF;
}

#pagebutton {
	background-color: #FF8000;
}

.copyright {
	display: block;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #FF8000;
}