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

body {
margin: 0px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

#logo {
width: 115px;
float: left;
}

	.text {
	width: 800px;
	height: 58px;
	clear: both;
	}	
	
	.date {
	font-size: 9px;
	}
	
	#move {
	width: 800px;
	height: 900px;
	}
	
	#left {
	float: left;
	width: 17px;
	height: 58px;
	background: url(../images/left.png) top left no-repeat; 
	}
	
	#content {
	float: left;
	height: 38px;
	overflow: hidden;
	padding: 10px;
	background: url(../images/middle.png) top left repeat-x; 
	}

	#content a:hover {
			text-decoration: none;
		}
		
		#content_container {
		height: 40px;
		margin-top: 3px;
		overflow: hidden;
		}
	
	#right {
	float: left;
	width: 10px;
	height: 58px;
	background: url(../images/right.png) top left no-repeat; 
	}
	
	#right_side {
	height: 58px;
	float: left;
	}
	
	fieldset {
	margin: 0 auto;
	width: 400px;
	float: none;
	clear: both;
	padding: 10px;
	}
	
	legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	}
