@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 165px;
	width: 700px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#header .jsoft_logo {
	position: absolute;
	left: 30px;
	top: 10px;
}
#header #navitems {
	list-style-type: none;
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
}
#header #navitems li {
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#header #navitems li a {
	color: #424242;
	text-decoration: none;
}
#header #navitems li a:hover {
	text-decoration: underline;
	color: #000;
}
