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

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida;
	color: #333333;
	font-size: 11px;
}

#header, #content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 435px;
}



#search_box {
	margin: auto;
	width: 400px;
	padding: 15px;
	background: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #EBEBEB;
	color: #19498C;
	font-weight: bold;
}
	#search_box input {
		padding: 3px;
	}
	.txt {
		width: 250px;
	}
	.the_button {
		background: #EBEBEB;
		font-weight: bold;
	}


#motto {
	font-family: Arial,'Trebuchet MS';
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	color: #CC0000;
}

#content {
	text-align: left;
}

#links {
	text-align: left;
	margin-left: 60px;
}
	#links small {
		color: #cc0000;
	}

#footer {
	margin-top: 20px;
	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;

}

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

.align_center {
	text-align: center;
}
