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

body {
	background-color: #493222;
	width: 800px;
	height: 602px;
	margin:auto;
	}
	
#navigation {
	height: 35px;
	width: 800px;
	float:left;
	}
.nav_block {
	height: 35px;
	width: 88px;
	float:left;
	}
.nav_block2 {
	height: 35px;
	width: 92px;
	float:left;
	}
#main_slideshow {
	height: 228px;
	width: 794px;
	padding: 3px 3px 3px 3px;
	background-color: #F0EEE5;
	float:left;
	}
#bar {
	width: 794px;
	height: 3px;
	padding: 3px 3px 3px 3px;
	background-color: #F0EEE5;
	float:left;
	}
#content {
	width: 800px;
	height: 274px;
	float:left;
	background-color: #F0EEE5;
	background-image:url(../images/main_logo.png);
	background-repeat:no-repeat;
	}
.content_text {
	width: 545px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 23px 30px 0px 225px;
	}
* html .content_text {
	font-size: 11px;
	}
.scorebook_info {
	width: 200px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 60px 150px 0px 0px;
	float:right;
	}
* html .scorebook_info {
	font-size: 11px;
	}
#footer {
	width: 800px;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	line-height: 20px;
	padding: 15px 0px 15px 0px;
	} 
div#footer a:link {
	text-decoration:none;
	color: #FFFFFF;
	}
div#footer a:hover {text-decoration:none}

div#footer a:visited {
	text-decoration:none;
	color:#669900;
	}
.scorebook_info a:link {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	}
.scorebook_info a:hover {
	font-weight: bold;
	text-decoration:none;}

.scorebook_info a:visited {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	}
a img,:link img,:visited img { border:none }

