@charset "utf-8";
/* CSS Document */

	#center_col {
		height:342px;
		width:810px;
	}
	#left_btn {
		position:relative;
		float:left;
		top:-30px;
		height:30px;
		text-align:center;
		width:270px;
		z-index:1000;
	}
	#center_btn {
		position:relative;
		float:left;
		top:-30px;
		height:30px;
		text-align:center;
		width:270px;
		z-index:1000;
	}
	#right_btn {
		position:relative;
		float:right;
		top:-30px;
		height:30px;
		text-align:center;
		width:270px;
		z-index:1000;
	}
	#bottom_3{
		position:relative;
		top:-32px;
		left:5px;
	}
	.btn_link {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		color:#5A3018;
	}
	.btn_link a:link
	{
		text-decoration: none;
		color:#5A3018;
	}
	.btn_link a:visited
	{
		text-decoration: none;
		color:#5A3018;
	}
	.btn_link a:active
	{
		text-decoration: none;
		color:#5A3018;
	}
	.btn_link a:hover
	{
		text-decoration: underline;
		color:#f79031;
	}
	#links {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		color:#5A3018;
	}
	#links a:link
	{
		text-decoration: none;
		color:#5A3018;
	}
	#links a:visited
	{
		text-decoration: none;
		color:#5A3018;
	}
	#links a:active
	{
		text-decoration: none;
		color:#5A3018;
	}
	#links a:hover
	{
		text-decoration: underline;
		color:#f79031;
	}