body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
	margin: 0;
}
#header {
	font-weight: lighter;
	height: 85px;
	vertical-align: top;
	background-color: #000000;
}
.headertext {color: #FFFFFF;
	font-family: Arial, Helvetice, sans-serif;
	font-size: 18px;
}
h1 {
	font-size: 48px;
	letter-spacing: -4px;
	color: #0099FF;
	margin-bottom: -20px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.headerblack {
	color: #000000;
	font-style: italic;
}
.subheader {
	font-size: 18px;
	color: #999999;
	letter-spacing: 1.7px;
	font-weight: bold;
}
.menubar {
	background-color: #909090;
	color: #FFFFFF;
	font-style: normal;
	height: 24px;
	padding-left: 80px;
}
.menubar ul {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
}
.menubar ul li {
	list-style-type: none;
	text-align: center;
	padding: 0;
	width: 100px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
}
.menubar ul li a:hover {
	background-color: #000000;
	display:block;
}
.menubar ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 4px;
	display:block;
}
.menubar li widemenuitem {
	width: 200px;
}
#craftysyntax {
	position:absolute;
	left:600px;
	top:30px;
	z-index:1;
	width: 150px;
	height: 50px;
}
.wrapper {
	min-height: 95%;
	height: auto !important;
	height: 95%;
	margin: 0 auto -0.54em;
}
.container {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 8;
	margin-left: auto;
}
.left {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.maincontent {
	margin-top: 5px;
	margin-right: 0.7em;
	margin-bottom: 0;
	margin-left: 13em;
}
.footer, .push {
	height: 1.3em;
	clear:both;
	text-align:center;
	color:#000;
	font-size:0.9em;
	margin:0 auto 0px;
	padding:10px 0;
	line-height:1.3em;
}

.footer {
	background-color: #000000;
	color: #FFF;
}
