@charset "utf-8";
body {
	margin: 0px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
}
.button {
	font-family: "Goudy Old Style";
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
	height: 25px;
	font-weight: bold;
}

#top_border/* CSS Document */


/* CSS Document */


 {
	background-color: #CC6600;
	height: 5px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
#header_menu {
	height: 80px;
	margin: 0px auto;
	background-color: #282828;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#search_box   {
	text-align: right;
	width: 1100px;
	position: relative;
	top: -30px;
	margin: 0px auto;
	height: 0px;
}
#search_box #google_search {
	position: absolute;
	right: 0px;
	width: 400px;
}





#logo {
	position:absolute;
	top:10px;
	left:120px;
}


#tb_solid_line {
	position:absolute;
	top:74px;
	left:0px;
	width:100%;
	height:4px;
	background-color:#9DA4A8;
}
