@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	}
	/* resets all browsers*/

body{
	font-size:100%;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	background: #666;
 
}

p {
 font-size: .9em;
 font-family:"Courier New", Courier, monospace;
 color: #000;
 text-align: justify;
}



h1, h2, h3, h4 {
	font-weight: normal; 
	}
	
	h1 {
	font-size: 2em;
	color:#F00;
	}

	h2 {
	font-size: 1.5em;
	color: #f00;
	padding: 0px;
	margin: 0px 0px 0px 0 px;
	}
	
	h3 {
	font-size: 1.25em;
	color: #000;
	margin: 0px 0px 10px 0 px;
	}
	
	h4 {
	font-size: 1em;
	}


#outer{
	margin: 0 auto;
	width:602px;
	height:100%;
	}




#container2 {
	float:left;
	width:600px;
	background:#FFF;
	border:2px solid #333;
}
#banner {
	width: 600px;
	height: 80px;
	
}
	
 #top_navigation {
	 float:left;
	width: 600px;
	line-height:25px;
	padding-bottom:15px;
	background-color: #000;
	border-top:5px solid #F00;
	color: #FFF;
	
}
#top_navigation ul {
	
	text-decoration:none;
	font-size:.9em;
	font-weight:700;
}	

#container2 #top_navigation ul li{
	float:right;
	text-align: center;
	width: 90px;
	list-style-type: none;
}
#container2 #top_navigation ul li a{
	text-decoration:none;
	display:block;
	margin: 0px;
	padding: 0px;
	width: 80px;
	color:#FFF;
}



#container2 #top_navigation ul li a:hover{
	background-color: #FFF;
	color:#F00;
	line-height:23px;
	border:1px solid #fc0;
	
}


#container2 #leftmat {
	float:left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
	background: #FFF;
}
#container2 #rightmat {
	float:left;
	padding: 10px;
	width: 370px;
}
#rightmat ul li {
	list-style-type: none;
	margin-left: 33px;
	line-height: 1.5em;
}
#container2 #botnavigation {
	font-size: 0.7em;
	line-height: 65px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	border-top:5px solid #F00;
	text-align: center;
	clear: both;
	float: left;
	height: 65px;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px 0px;
}
#container2 #footer {
	text-decoration: none;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 600px;
}
.tenSpace {
	margin-top: 10px;
}
.bite {
	position: absolute;
	margin:0px auto;
	text-align:center;
	bottom:1px;
	left:auto;
}
.current {
	color: #000;
}
.center {
	margin: 1px;
	text-align: center;
	color: #F00;
	font-size: 1.25em;
}
