@charset "UTF-8";
/* CSS Document */

body {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #6D6E6D url('../images/tile.gif') top center repeat-x;
}

a, a:hover {
	outline: none;
}

#container {
	position: relative;
	width: 822px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
}

#menu_holder {
	float: left;
	width: 822px;
	height: 60px;
	background: url('../images/menu_bkg.jpg');
}

#button_holder {
	folat: left;
	width: 806px;
	margin: 12px 0px 0px 15px;
}

#board {
	float: left;
	width: 822px;
	height: 588px;
	background: url('../images/main_bkg.jpg') no-repeat;
	
}

#logo_box {
	float: left;
	width: 493px;
	height: 166px;
	/*background: url('../images/topline_logo.gif') no-repeat;*/
	padding: 15px 110px 0px 110px;
}

#animated {
	float: left;
	width: 415px;
	height: 387px;
	margin: 10px 0px 0px 8px;
}

#content_box {
	float: left;
	width: 350px;
	height: 285px;
	overflow: auto;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

#knife {
	position: absolute;
	margin: 0 auto;
	top: 585px;
	left: 55%;
	width: 400px;
	height: 130px;
	background: url('../images/knife.gif') right;
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 790px;
	height: 30px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
}



/* ------------- STYLING --------------- */

h1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #0099FF;
}