html {
	height: 100%;
}
body {
    height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 800px;
	display: block;
	float: none;
	background-image:  url("images/garrion_header.gif");
	background-repeat: no-repeat;
	padding: 0px;
}
#search {
	top: 15px;
	left: 540px;
	width: 230px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
#nav {
	padding: 8px;
}