body {
	color: #0033FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	background: url();
	background-attachment: fixed;
	background-color: #CCCCCC;
}

a:link, a:visited, a:active {
	color: #0033FF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #0066FF;
}

#header {
	text-align: right;
	width: 981px;
	height: 300px;
	background-color: #FFFFFF;
	background-image: url(/templates/design/images/Lobbe%20Boot.JPG);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-style: normal;
	font-size: x-small;
	margin: 0 auto;
	border-top: 1px #0066FF solid;
	border-left: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
}

#searchbar {

	margin: 5px 0px -12px 0px;

}

#container {
	margin: 0 auto;
	width: 981px;
	background-color: #FFFFFF;
	border-left: 1px #0033FF solid;
	border-right: 1px #0033FF solid;
	border-bottom: 1px #0066FF solid;
}

#left {
	text-align: left;
	width: 198px;
	padding-top: 40px;
	margin: 20px auto;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px #0033FF solid;
	padding-bottom: 180px;
}

#arrow {

	text-align: left;

	font-size: 24px;

	background-image: url();

	background-repeat: no-repeat;

	padding-left: 40px;

	background-position: 8px 9px;

	font-weight: normal;

	padding-bottom: 0px;

	padding-top: 0px;

}

#menu, #menu a, #menu a:visited, #menu a:link, #menu a:active {
	color: #0033FF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover  {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	background-color: #0066FF;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	background-position: 15px;
	padding-left: 35px;
}

#right {

	margin-left: 198px;

	margin-top: 0px;

	width: 770px;

}

#content {
	background-color: #FFFFFF;
	border-left: 1px #0033FF solid;
	text-align: left;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	margin-left: 0px;
}

#footer {
	clear: both;
	width: 981px;
	height: 46px;
	background-color: #0066FF;
	background-repeat: repeat-x;
}

#footerLeft {
	height: 46px;
	width: 208px;
	background-color: #0066FF;
	text-align: center;
	float: left;
	background-repeat: repeat-x;
}

#footerRight {
	text-align: center;
	width: 750px;
	height: 30px;
	padding-top: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.invis{
	position:absolute;
	left:-2999px;
	width:999px;
	background-color: #FFFFFF;
	top: 144px;
	}
