* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(/uploads/union/bg.png);
}

img {
	border-width: 0px;
}

#hull {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

#boat {
	background-color: white;
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
}

#footer {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	background-color: #191919;
	width: 960px;
}

#footer #other {
	float: right;
}

#footer #other ul {
	float: left;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-right: 10px;
	list-style-type: none;
}

#footer #other li {
	text-align: center;
	list-style-type: none;
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
}

#footer #other li a {
	margin-bottom: 3px;
	margin-top: 3px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	display: block;
}

#footer #other li a:link, #footer #other li a:visited {
	color: white;
	text-decoration: none;
}

#footer #other li a:hover {
	background-color: white;
	text-decoration: none;
	color: black;
}

#footer #copyright {
	float: left;
}

#footer #copyright p {
	padding: 10px;
	color: #4c4c4c;
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
}

#footer #copyright p a {
}

#footer #copyright p a:link, #footer #copyright p a:visited {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #4c4c4c;
	text-decoration: none;
}

#footer #copyright p a:hover {
	text-decoration: none;
	color: white;
}

#messagewrapper {
	width: 100%;
	position: absolute;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #ffff92;
}

#message {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#message p {
	padding: 10px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

#message p a {
	text-decoration: underline;
	color: #333333;
}

#menubar {
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	width: 980px;
	float: left;
	background-repeat: repeat-x;
	clear: left;
	height: 30px;
}

#menubar ul {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}

#menubar li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 30px;
	list-style-type: none;
	float: left;
}

#menubar li a {
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#menubar li a.last {
	border-right-style: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#menubar .advertise {
	text-align: center;
	text-transform: uppercase;
	margin-right: 20px;
	font-size: 0.7em;
	float: right;
}

#menubar .advertise a {
	color: white;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	height: 18px;
	width: 100px;
	background-repeat: no-repeat;
	background-image: url(/global/images/advertise.png);
	text-decoration: none;
}

#menubar .advertise a:link, #menubar .advertise a:visited {
	background-position: left;
}

#menubar .advertise a:hover {
	background-position: right;
}

#flag {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

#flag #logo {
	margin-left: 20px;
	float: left;
}

#flag #helloyou {
	clear: right;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 20px;
	float: right;
}

#flag #helloyou ul.options  {
	display: block;
	float: right;
	list-style-type: none;
}

#flag #helloyou .options li {
	font-size: 12px;
	float: left;
	list-style-type: none;
}

#flag #helloyou .options li a {
	display: block;
	padding: 5px;
}

#flag #search {
	float: right;
}

#suggestions {
	margin-left: 5px;
	display: none;
	background-color: white;
	width: 140px;
	position: absolute;
}

#suggestions ul, #suggestions ul {
	list-style-type: none;
}

#suggestions li a {
	display: block;
	padding: 5px;
}

#q {
	height: 12px;
	width: 130px;
	margin-left: 5px;
	border-style: none;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

