/* global.css copyright wicked fly fishing */
body {
	margin: 0; /* this zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the siteholder in IE 5 browsers. The text is then set to the left aligned default in the #siteholder selector */
}
#siteholder {
	position: relative;
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu, #topmenu, #bottommenu {
	text-align:right;
	float:right;
}
#submenu {
	text-align:left;
	float:left;
}
#bottommenu {
	margin-top:5px;
	padding-bottom:50px;
}
#topmenu {
	position: absolute;
	top:-170px;
	right:0px;
}
#logo {
	position: absolute;
	top:-70px;
	left:0px;
}
#menu{
	position: absolute;
	top:-20px;
	right:0px;
}
#submenu{
	position: absolute;
	top:184px;
	left:5px;
}
#copyright {
	font-size: 8px;
	color: #FFFFFF;
	margin-top:5px;
	float:left;
}
