/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

img {
	border: 0px;
}

a {
	color: #CC66CC;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

#wrapper {
	width: 100%;
	background-image: url("../img/header_bg.gif");
	background-repeat: repeat-x;
	background-color: #EEE;
	margin: auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	height: 100px;
	/*background-image: url("../img/header.png");
	background-position: 95px 0px;
	background-repeat: no-repeat;*/
	text-align: left;
	padding-left: 4px;
}

#headerImage {
	position: absolute;
	top: 0px;
	/*left: 100px;*/
	right: 0px;
}

#leftborder, #rightborder {
	position: absolute;
	top: 0px;
	z-index: 1;
	height: 100%;
	background-repeat: repeat-y;
}

#leftborder {
	background-image: url("../img/border_left_repeat.gif");
	left: -4px;
}

#rightborder {
	background-image: url("../img/border_right_repeat.gif");
	right: -4px;
}

#main {
	clear: both;
	padding: 9px;
	padding-bottom: 59px;
}

#footer {
	width: 100%;
	background: #595959;
	color: #FFF;
	position: absolute;
	bottom: 0;
	height: 50px;
	font-size: 0.9em;
}

#foot {
	text-align: center;
	padding: 9px;
	padding-bottom: 0px;
}

#foot ul {
	background-color: #999;
	list-style: none;
	margin: -9px;
	padding: 2px;
}

#foot ul li {
	font-size: 0.8em;
	display: inline;
}

*:first-child+html #foot ul li {
	margin-right: -5px;
}

*:first-child+html #foot ul li a {
	margin-left: 2px;
}
*:first-child+html #foot ul li a:hover {
	margin-left: 0px;
}

* html #foot ul li {
	margin-right: -5px;
}

* html #foot ul li a {
	margin-left: 2px;
}
* html #foot ul li a:hover {
	margin-left: 0px;
}

#foot ul li a {
	position: relative;
	bottom: -2px;
	color: #595959;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin-left: -4px;
	border-right: 2px solid #595959;
}

#foot ul li a:hover {
	position: relative;
	bottom: -2px;
	color: #CC66CC;
	background-color: #595959;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin-left: -6px;
	border-left: 2px solid #595959;
	border-top: 4px solid #595959;
}

#nav {
	float: right;
	position: relative;
	top: 67px;
}

*:first-child+html #nav {
	top: 79px;
}

* html #nav {
	top: 79px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	padding-bottom: 2px;
}

*:first-child+html #nav ul li a {
	z-index: 0;
	padding-bottom: 2px;
}

#nav ul li a:hover {
	border-bottom: 0.2em solid #CC66CC;
}

#logo {
	padding-left: 5px;
	float: left;
}

#main .section {
	height: auto !important;
	height: 1%;
	min-height: 1%;
	background-color: #DDD;
	border: 1px solid #595959;
}

#main .section h2 {
	margin: 0px;
	padding: 5px;
	font-family: verdana;
	font-size: 0.8em;
	background-color: #999;
	color: #FFF;
	/*border-bottom: 1px dotted #595959;*/
}

#main .section h3 {
	padding: 5px;
	margin: 0px;
	font-size: 1.0em;
	font-family: helvetica, verdana;
}