head {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-x;
	width: 100%;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form {
	padding: 0px;
	margin: 0px;
}


#header {
	position: absolute;
	top: 105px;
	margin: auto;
	width: 100%;
	text-align: center;
}

#subtitle {
	font-family: Trebuchet MS;
	color: white;
	font-weight: bold;
	margin-left: 8px;
}

#menu {
/*	position: absolute;
	top: 25px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	text-align: center;*/


	position: relative;
	visibility: visible;
	z-index: 1000;
	background-color: transparent;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 95px;
	clip: rect(auto, auto, auto, auto);
}

.menuitem A{
	margin-right: 15px;
	font-family: Trebuchet MS;
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.active A{
	color:#FF6D06;
}

#centerer {
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
}

#content {
	width: 738px;
	margin: auto;
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-align: left;
}

#content a {
        font-weight: bold;
}

h1 {
        color:#FF6D06;
        font-size: 20px;
}

