@charset "utf-8";
{margin:0; padding:0;} 
html, body {
	margin:0;
	padding:0;
	/* height:95%; needed for container min-height */
	background-color:#dcddde;
	
}
/* optional: #inner[id] {position: static;} */
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	background:#ffffff;
	background-image:url(img/backpanel.gif);
	background-repeat:repeat-y;
	padding-bottom:60px;
	height:auto !important; /* real browsers */
	/*height:100%;  IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


.footer {
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
}
.bigback {
	background-image:url(img/backpanel.gif);
	background-repeat:no-repeat;
}
div#footer p {
	padding:1em;
	margin:0;
}
	
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
	text-align:justify;
}
.main a:link {
	text-decoration: underline;
	color: #9a9a9a;
}
.main a:visited {
	text-decoration: underline;
	color: #9a9a9a;
}

.main a:active {
	text-decoration: underline;
}
.main a:hover {
	text-decoration: underline;
	color: #333333;
}

.main ul {
	list-style-image:url(img/bullet.gif);
}

.footerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
}
.footerfont a:link {
	text-decoration: none;
	color: #6d6e71;
}
.footerfont a:visited {
	text-decoration: none;
	color: #6d6e71;
}

.footerfont a:active {
	text-decoration: none;
}

.footerfont a:hover {
	text-decoration: underline;
	color: #333333;
}

.content {
width: 725px;
margin: 0px auto -1px auto; 
padding: 23px;
background-color:#FFFFFF;
height:100%;
min-height: 100%;
}
