/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	background:#ffffcc;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:100%;
	position:relative;
}

#header {
	width:100%;
	height:135px;
	background:url(../images/header-repeat.gif) repeat-x center;
}

#header-inner {
	width:769px;
	height:135px;
	margin:0 auto;
	background:url(../images/header-repeat.gif) repeat-x center;
}

#middle {
	margin:0 auto;
	width:759px;
	padding:20px 5px 100px 5px;
	min-height:330px;
	height:auto !important;
	height:330px;
}

#fullwidth #nav {
	display:none;
}

#nav {
	width:160px;
	float:left;
	padding-bottom:10px;
	padding-top:4px;
}

#nav ul {
	width:160px;
	list-style-type:none;
	padding-bottom:3px;
}

#nav ul li {
	background:url(../images/menu.gif) no-repeat;
	margin:3px 0;
}

#nav ul li.selected {
	background:url(../images/menu_on.gif) no-repeat;
}

#nav ul ul li {
	background:#ffffcc;
	margin:0;
}

#nav ul li a {
	display:block;
	color:#ffbf00;
	height:28px;
	padding-left:10px;
	line-height:23px;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

#nav ul ul li a {
	color:#111;
	height:auto;
	line-height:1.5em;
	padding-left:10px;
	font-height:1.2em;
	font-size:0.8em;
	text-decoration:none;
    display:inline-block;
}

#nav ul ul li a {
	display:block;
}

#nav ul li a:hover {
	text-decoration:underline;
}

#content {
	float:left;
	width:587px;
	padding-left:12px;
	font-family:"Comic Sans MS", arial;
}

#content a {
	color:#426ae1;
}

#content ul {
	list-style-position:outside;
	margin-left:20px;
}

#content ol {
	list-style-position:outside;
	margin-left:20px;
}

#content table {
	border-collapse:collapse;
}

#fullwidth #middle {
	padding-top:16px;
}

#fullwidth #content {
	padding:0;
	width:759px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#f00;
	margin-bottom:5px;
	font-weight:normal;
}

#content p {
	margin-bottom:10px;
}

#footer {
	width:100%;
	height:92px;
	background:url(../images/footer-repeat.gif) repeat-x center;
	position:absolute;
	bottom:0;
	color:#fff;
	font-size:0.8em;
	text-align:right;
}

#footer a {
	color:#fff;
}

#footer-inner {
	width:759px;
	height:40px;
	padding:52px 5px 0 5px;
	margin:0 auto;
	background:url(../images/footer.gif) repeat-x center;
}