@charset "utf-8";

body{
	font: 80% Helvetica, Arial, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

.bukkit{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	width:1000px;
	height:100%;
}

.leftbar{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	width:200px;
	height:100%;
	float:left;
	text-align:left
}

.rightbar{
	margin:20px 0px 0px 0px;
	background-color:#FFFFFF;
	width:702px;
	height:478px;
	float:left;
}

.inforight{
	margin:20px 0px 0px 0px;
	background-color:#FFFFFF;
	width:702px;
	height:100%;
	float:left;
}

.image{
position: absolute; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 720px; /*width of featured content slider*/
height: 480px;
}

ul {
list-style-type:none;
padding:0px;
margin:0px;
}

a:link, a:visited {
	color: #111;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a:active, a:focus {
	outline: 0;
}
	