body {
	background-position: 0px 0px;
	background-image: url(sitePictures/background.jpg);
	margin: 0px;
}

.header {
	height: 46px;
	position: fixed;
	background-position: 0 top;
	text-transform: lowercase;
	left: 0px;
	top: 0px;
	right: 0px;
	border-bottom-color: #191919;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 11px;
	font-size: 25px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
}

.logo
	{
		right: 10px;
		top: 10px;
		position: absolute;
		z-index: 2;
	}


.links {
	padding: 14px;
	background-image: url(sitePictures/linksBackground.png);
	position: fixed;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	right: 0px;
	left: 0px;
	top: 58px;
	background-position: 0 bottom;
	text-align: left;
}

.links a {
	font-variant: small-caps;
	padding-right: 11px;
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.links a:hover {
	color: #ff8000;
	font-size: 13px;
}


