@charset "UTF-8";
html,
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body-background.gif);
	background-repeat: repeat-x;
	height: 100%;
}
#wrapper {
	min-height:100%;
	position:relative;
	padding-top: 6px;
	width: 100%;
}
#bodycontent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#header {
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#navigation {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation li {
	display: inline;
}
#navigation a:link {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
	color: #FFCCFF;
	text-decoration: none;
}
#navigation a:visited {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#content {
	padding-bottom: 60px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	position:absolute;
	bottom:0;
	background-color: #CCCCFF;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC99CC;
}
#footerdata {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
