html { /* show scroll bars to prevent funny page jumping between different length pages */
	overflow: scroll; }

body {
	background: url(/images/header_banner.jpg) no-repeat 50% 0;
	padding: 0; /* alter this if you want to pad the site from the top or bottom */
	/*text-align: center;*/
	width: 100%; }


/* wrapper to locate page to centre in all browsers */
#wrapper { 
	margin: 0 auto;
	position: relative;
	padding-bottom: 3em;
	text-align: left; } 

/* container needed to style containing bars */
#container { 
	float: left; }

/*#headerBar div { height: 78px; }*/


/* Login/Access Form Layout */

	#loginform label, #loginform input, #accessform label, #accessform input {
		margin-bottom: 4px;
	}
	
	#loginform label, #accessform label {
		clear: left;
		float: left;
		font-size: 0.9em;
		margin: 0 10px;
		padding-top: 4px;
		white-space: nowrap;
		width: 56px; }
		
	#accessform label {
		white-space: nowrap;
		width: 75px; }
	
	#loginform input, #accessform input#accesscode {
		float: left;
		font-size: 0.9em;
		padding: 2px;
		width: 186px; }
		
	#accessform input#accesscode { width: 90px; }
		
	#loginsubmit {
		float: right;
		margin: 3px 12px 0 0; }

		#loginsubmit input, #accesssubmit input {
			background: #00B1E6;
			border: none;
			color: #fff;
			cursor: pointer;
			font-size: 1em;
			padding: 3px 6px;
			-moz-border-radius-bottomright: 8px;
			-webkit-border-bottom-right-radius: 8px; }
			
		#accesssubmit input { 
			font-size: 0.9em;
			margin-left: 5px; }
		
	#loginforgot {
		clear: left;
		float: left;
		margin: 10px 10px 0; }

/* END - Login Form Layout */


/* Register Form Layout */

	#registerform label, #registerform input { margin-bottom: 4px; }
	
	#registerform label {
		clear: left;
		float: left;
		font-size: 0.9em;
		margin: 0 10px;
		padding-top: 4px;
		text-align: right;
		width: 150px; }
	
	#registerform input {
		float: left;
		font-size: 0.9em;
		padding: 2px;
		width: 186px; }

/* END - Register Form Layout */


#forumbar {
	background: #d9d9db;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;
}

#logout {
	position: absolute;
	top: 0;
	left: 5px; }