html, body {
	color: #333;
	background: #ccc url(/wp-content/themes/default/images/parent-background.gif) repeat-y center center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/* structure classes */
#parent {
	background: #fff;
	width: 768px;
	height: 100%;
	display: table;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#headerbg {
	background: #fff url(/wp-content/themes/default/images/headerbg.gif) repeat-x top center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	background: #fff url(/wp-content/themes/default/images/header.gif) no-repeat top center;
	width: 100%;
	height: 115px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
#include {
	display: block;
	margin: 0 0 20px 0;
	padding: 25px;
}
#footer {
	clear: both;
	background: #fff;
	width: 768px;
	height: 40px;
	margin: 0 auto;
	margin-top: -40px;
	padding: 0 auto;
	font-size: 8pt;	
	text-align: center;
	vertical-align: middle;
}
#footer .rank {
position: relative;
clear: none;
float: left;
margin-left: 25px;
}
#footer .text {
position: relative;
clear: none;
float: right;
margin-right: 1.2em;
}

/* navigation */
#navcontainer ul {
	font-size: 12pt;
	padding-left: 0;
	margin: 0;
	background-color: #036;
	color: #fff;
	float: left;
	top: 0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	float: left;
	color: #fff;
	background: #036;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#active {
	color: #fff;
	background: #369;
}
/* navigation */
#subnavcontainer ul {
        padding-left: 0;
        margin: 0;
        background-color: #060;
        color: #fff;
        float: left;
        top: 0;
        width: 100%;
        font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	border-top: 1px solid #fff;
}
#subnavcontainer ul li { display: inline; }
#subnavcontainer ul li a {
        float: left;
        color: #fff;
        background: #060;
        padding: 1pt 1em;
        text-decoration: none;
        border-right: 1px solid #fff;
}
#subnavcontainer ul li a:hover, #subnavcontainer ul li a#subactive {
        color: #fff;
        background: #993;
}
.navbar { margin-top: 10px; }
a:focus, a:active { outline: 0; }
