* {
	margin: 0;
	padding: 0;
}

li, dd {
	margin-left:1em;
}

body {
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
	background: #ff9800 url(/images/top.gif) top repeat-x;
	color: #666;
}

a {
	color: #666;
	text-decoration: underline;
}

h1, h2 {
	color: #7172bf;
	font-weight: bold;
	margin-bottom: 15px;
}

h1 {
	text-align: center;
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3, h4 {
	font-size: 1em;
}

p {
	margin-bottom: 15px;
}

#wrapper {
	width: 710px;
	margin: 0 auto;
}

#header {
	background-color: #fff;
	margin-top: 30px;
	height: 100px;
}

#header img {
	display: block;
	padding-top: 20px;
	margin: auto;
	border: none;
}

#menu {
	background-color: #9ea2e5;
}

#menu ul {
	float: right;
	margin: 7px 20px;
}

#menu ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted #fff;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

#menu ul li.first {
	margin-left: none;
	border-left: none;
}

#sub {
	background: url(/images/sub.gif) center no-repeat;
	width: 710px;
	height: 43px;
}

#search {
	background-color: #9ea2e5;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

#search input {
	border: none;
	background-color: #fff;
	padding: 2px;
	color: #666;
}

#search #kw {
	width: 200px;
	height: 1.5em;
}

#search form {
	margin-bottom: 6px;
}

#search span {
	font-weight: normal;
}

#search a {
	color: #fff;
	text-decoration: underline;
}	

#content {
	padding: 20px;
	background-color: #fff;
}

#footer {
	background-color: #9ea2e5;
	padding: 10px;
	color: #fff;
	text-align: center;
}

div.clr {
	clear: both;
}

p.justified {
	text-align: justify;
}

p.centered {
	text-align: center;
}

p.right {
	text-align: right;
}

#contactform table {
	margin: 0 auto;
}

#contactform input {
	width: 300px;
	color: #666;
}

#contactform input.submit {
	width: auto;
}

#searchform, #searchresults {
	width: 90%;
	margin: 20px auto;
}

#searchresults td {
	padding: 5px;
}

#searchform input, #searchform select, #searchresults input, #bidform input {
	color: #666;
}

#bidform {
	text-align: center;
}
