html, body {
	background-color: #E3E3BA; background-image: url("/-images/masthead/background.jpg"); background-repeat: repeat-x;
	color: #393939; font-size: 100%; font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px; padding: 0px; width: 100%; height: 100%; text-align: center;
}

#container { width: 1000px; max-width: 1000px; margin: 0 auto; text-align: left; }

#masthead { padding-bottom: 50px; padding-top: 10px; width: 100%; }

	#logo-leaderboard {
		width: 1000px; max-width: 1000px;
		margin: 0 auto; text-align: left; margin-bottom: 12px;
	}

		#logo { float: left; }

			#logo a.option-search {
				background-image: url('/-images/masthead/logo-options-search.jpg'); display: block; float: left;
				width: 59px; height: 23px; margin-top: 5px; margin-right: 11px;
			}

			#logo a.option-search:hover { cursor: pointer; }

			#logo a.option-contact {
				background-image: url('/-images/masthead/logo-options-contact.jpg'); display: block; float: left;
				width: 59px; height: 23px; margin-top: 5px;
			}

			#logo a.option-contact:hover { cursor: pointer; }
			
			#logo a.option-editor {
				background-image: url('/-images/masthead/logo-options-editor.jpg'); display: block; float: left;
				width: 59px; height: 23px; margin-top: 5px; margin-right: 10px;
			}

			#logo a.option-editor:hover { cursor: pointer; }

		#leaderboard  { float: right; }

#navigation { border-bottom: 1px solid #d5d5d5; border-top: 1px solid #d5d5d5; padding-bottom: 1px; padding-top: 1px; }

	#nav-options { float: left; }

		#nav-option { border-left: 1px solid #d5d5d5; float: left; padding: 3px; }

		.last { border-right: 1px solid #d5d5d5; }

	#nav-account { float: right; padding-top: 3px; }

		#nav-account-register  { float: left; }
		#nav-account-dashboard { float: left; }
		#nav-account-login     { float: left; }