body {
	text-align: center;
	margin-top: 40px;
	background: #ffffff;

	font-family: Verdana;
	color: #333333;
	font-size: 11px;
}

#header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 750px;
}

#content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 750px;
}

.result {
	margin-bottom: 30px;
	width: 50%;
	float: left;
}
	.result a {
		font-weight: normal;
	}
	.result small {
		color: #000000;
	}
	.result_highlight {
		font-weight: bold;
	}

pre {
	background: #fafafa;
	border: 1px;
	border-color: #628DB9;
	border-style: dashed;
	padding: 10px;
}

#search_box {
	padding: 15px;
	background: #fafafa;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}
	#search_box input {
		padding: 3px;
	}
	.txt {
		width: 250px;
	}
	.the_button {
		background: #EBEBEB;
		font-weight: bold;
	}

#page_numbers {
	padding: 15px;
	background: #fafafa;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

	#page_numbers table {
		margin: auto;
	}

	#page_numbers {
		table: width: 100%;
	}
	#page_numbers a {
		color: #3B3BA8;
	}

	#page_numbers .active_link small, #page_numbers .active_link a {
		color: #CC3333;
	}
	#page_numbers small {
		color: #333333;
		font-size: 10px;
	}


#footer {
	margin-top: 75px;
	line-height: 19px;
	margin-bottom: 10px;
}


/* =========== */
img {
	border: 0px;
}

a {
	color: #13587F;
}

a:hover {
	text-decoration: none;
	color: #FF3300;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 0px;
	font-family: Georgia,'Trebuchet MS';
	color: #333333;

}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 0px;
	color: #333333;

}

.result_title {
	font-weight: bold;
	font-size: 14px;
	color: #114BA1;
}

.result_url {
	color: #339966;
}

select,input,textarea {
	font-family: Verdana;
	color: #333333;
	font-size: 12px;
}

.bordered {
	border: 1px;
	border-style: solid;
	border-color: #E6E6E6;
}

#search_left {
	width: 50%;
	float: left;
}

#search_right {
	float: right;
}

.clear_both {
	clear: both;
}

#blet {
	font-size: 14px;
	padding: 12px;
	font-weight: bold;
	background: #fafafa;
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
}
	#blet a {
		text-decoration: none;
	}
	#blet a:hover {
		text-decoration: underline;
	}