/* global.css copyright wicked fly fishing */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0; /* this zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 30px;
	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 */
	color: #FFFFFF;
	background-color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	color: #0097C5;
	padding-top: 30px;
	padding-bottom: 2px;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #0097C5;
}
#siteholder {
	position: relative;
	width: 700px; /* 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;
}
#header {
	background-image: url(../graphic/header.jpg);
	height: 220px;
}
.center {
	text-align:center;
}
#menu {
	padding-top: 25px;
}
a:link.menu, a:hover.menu, a:visited.menu {
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 12px;
	text-decoration: none;
	border: hidden;
}
a:hover.menu {
	background: url(../graphic/plet.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
a:link, a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#topmenu_left, #topmenu_right {
	position:relative;
	margin-top:0;
}
#topmenu_left {
	float: left;
	text-align:left;
	margin-left: 5px;
}
#topmenu_right {
	float: right;
	text-align:right;
	margin-right: 5px;
}
a:link.topmenu, a:hover.topmenu, a:visited.topmenu {
	color: #FFFFFF;
	font-weight: normal;
	font-size:7pt;
	text-decoration: none;
}
img {
	border:none;
}
#content {
	background-repeat:no-repeat;
	background-position:bottom right;
}
#footer {
	float:right;
	margin-right:15px;
}