@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	position: absolute;
	height: 40px;
	width: 100%;
	top: 0px;
	background: url(images/header-bg.jpg) repeat-x;
	border-bottom: #999999 1px solid;
}
#header h1 {
	font-size: 22px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#header #navigation {
	height: 100%;
	width: auto;
	position: absolute;
	top: 0px;
	right: 250px;
}
#view {
	position: relative;
	height: 768px;
	width: 1024px;
	top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#header a img {
border: none;
}

#header #navigation #form {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #NetBaron {
	position: absolute;
	top: 0px;
	right: 0px;
}
