body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: sans-serif;
}

div.headerImage {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

#content {
	text-align: left;
	position: relative;
	background: url(../images/sidebar-background.gif) repeat-y;
	width: 768px;
	background-image: url(../images/sidebar-background.gif);
}

#footer {
	background: #637BAB;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	line-height: 125%;
	width: 768px;
}

#footer div.footercopyright {
	/* display: none; */
}

#footer p {
	margin: 0;
	padding: 0;
}

#header {
	width: 768px;
	height: 202px;
}

#header h1 {
	display: none;
}

#main {
	display: inline;
	float: right;
	width: 600px;
	border: 0;
	font-size: 0.8em;
}

#main, #sub {
	padding-top: 1em;
}

#nav {
	width: 100%;
	display: none;
	position: absolute;
	top: -15px;
	left: 0;
}

#nav a, #nav a:visited {
	width: 110px;
	height: 30px;
	padding: 10px 5px 0 5px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#nav a:hover {
	background: #6473F0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 768px;
	list-style: none;
	background: #0000FF;
}

#page {
	width: 768px;
	margin: 0 auto 0 auto;
}

#sub {
	float: left;
	width: 150px;
	border: 0;
	display: inline;
	background: #750202;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
}

#sub a, #sub a:visited {
	color: White;
}

#sub p.siteArea {
	display: none;
}
