@charset "utf-8";

#topcolor {
	height:30px;
	background-image:url(../topbar_shinny.png);
	background-repeat:repeat-x;
}

#header {
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px 2px 0px 2px;
	overflow:hidden;
}

#header .searchbox {
	clear:none;
	float:right;
	
	padding-top: 12px;
	padding-right: 0px;
	margin-right: 0px;
}

.nowrap {
	white-space: nowrap;	
}