﻿#header {
	width: 875px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}
#nav_bar {
	background-image:url('../images/elements/nav.jpg');
	background-repeat: repeat-x;
	height: 24px;
}
#nav {
	width: 875px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
}
.nav_option {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.nav_option a {
	text-decoration: none;
	color: #666666;
}
.nav_option a:hover {
	text-decoration: none;
	color: #369FD4;
}
.nav_option_spacer {
	background-image: url('../images/elements/nav_div.jpg');
	float: left;
	background-repeat: no-repeat;
}
#search_bar {
	background-image: url('../images/elements/space.jpg');
	background-repeat: repeat-x;
	height: 56px;
}
#search_centre {
	width: 875px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
#search {
	height: 30px;
	float: right;
}
#register{
	width: 300px;
	height: 30px;
	float: left;
}
.form_box {
	border-style: none;
	background-image: url('../images/elements/search.jpg');
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 16px;
	color: #ffffff;
	width: 180px;
	position: relative;
	left: 0px;
	top: -4px;
}
.button {
	margin-left: 2px;
	border: none;
	margin-top:3px;
}
