.top_buttons {
	display: inline;
	font-weight: bold;
	font-size: 18px;
}

.top_buttons a:link, .top_buttons a:visited {
	color: #000000;
	background-color: #FFCC66;
	background-image: url('images/button.jpg');
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 1px;
	letter-spacing: 1px;
	height: 25px;
	border: 1px solid DDBB55;
}

.top_buttons a:hover {
	color: #000000;
	background-color: #FFDD77;
	background-image: url('images/button_over.gif');
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 1px;
	letter-spacing: 1px;
}

.top_buttons a:active {
	color: #000000;
	background-color: #FFDD77;
	background-image: url('images/button_active.jpg');
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 1px;
	letter-spacing: 1px;
}


.side_buttons {
	display: inline;
	font-weight: bold;
	font-size: 18px;
	position: fixed;
}

.side_buttons a:link, .side_buttons a:visited {
	color: #000000;
	background-color: #FFCC66;
	background-image: url('images/button.jpg');
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 1px;
	letter-spacing: 1px;
	height: 25px;
	border: 1px solid DDBB55;
	display: block;
	margin-top: 7px;
	margin-botton: 7px;
}

.side_buttons a:hover {
	color: #000000;
	background-color: #FFDD77;
	background-image: url('images/button_over.gif');
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 1px;
	letter-spacing: 1px;
	display: block;
	margin-top: 7px;
	margin-botton: 7px;
}

.side_buttons a:active {
	color: #000000;
	background-color: #FFDD77;
	background-image: url('images/button_active.jpg');
	width: auto;
	text-align: center;
	text-decoration: none;
	margin: 1px;
	letter-spacing: 1px;
	display: block;
	margin-top: 7px;
	margin-botton: 7px;
}