body {
	width: 960px;
	margin: 0 auto;
	background-color: #F8F8F8;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

A {
	color: blue;
	text-decoration: underline;
}

A:HOVER {
	color: red;
	text-decoration: none;
}
#head {
	width: 100%;
	height: 120px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

	.bar {
		float: right;
	}
	
	.bar img {
		padding: 20px 10px 0px 0px;
		border: none;
	}

#find {
	height: 154px;
}

	#find .left {
		width: 58px;
		height: 154px;
		background-image: url(../img/find_left.gif);
		background-repeat: no-repeat;
		float: left;
		margin-left: 35px;
	}
	
	#find .rep {
		height: 154px;
		width: 800px;
		background-image: url(../img/find_rep.gif);
		background-repeat: repeat-x;
		float: left;
		padding-top: 20px;
	}
	
	#find .right {
		width: 25px;
		height: 154px;
		background-image: url(../img/find_right.gif);
		background-repeat: no-repeat;
		float: left;
	}
	
	#find .rep .form {
		width: 550px;
	}
	
	table {
		margin: 0 auto;
		width: 100%;
		float: left;
		font-size: 12px;
	}
	
	#find .rep .form td {
		white-space: nowrap;
	}

th {
	background: #E4842E;
	font-size: 14px;
}

th A {
	color: #333;
	text-decoration: underline;
}

th A:HOVER {
	color: #333;
	text-decoration: none;
}

#pata {
	width: 100%;
	height: 20px;
	background-color: #e4842e;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
