#header {
	float: left;
	height: 200px;
	width: 100%;
	border: none;
	background: url("/images/templates/header_bg.gif") repeat-x #333333;
}

#header #place{
	color: #cccccc;
	float: left;
	font-size: 70%;
	font-weight: bold;
	margin: -18px 0 0 11px;
	z-index: 999;
}

#header #header_logo {
	float: left;
}

#header #header_flash {
	margin: 70px 0 0 20px;
	position: relative;
}

#header #header_flash a{
	border-bottom: 1px dashed #888888;
	color: #bbb;
	font-size: 200%;
	text-decoration: none;
}

#header #header_flash a:hover{
	border: 0;
	color: #ffffff;
}
