/* CSS Document */

html { margin: 0px; }

body {
 background: #808080;
 text-align: center;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}
#wrapper {
 margin: 0px auto;  /* to fix centering in Mozilla */
 background: url('img/background.jpg') repeat-y;
 text-align: left;
 width: 809px;   /* width should be the same as the background image */
 padding: 0px 5px 0px 4px;
}

#footer {
 margin: 0px auto; /* to fix centering in Mozilla */
 background: url('img/footer.jpg') repeat-y;
 width: 800px;  /* width should be the same as the background image */
 color: #808080;
 padding: 0px 0px 0px 0px;
}
#footerbot {
	margin: 0px auto;
	background: url('img/backgroundbot.jpg') no-repeat;
	width: 809px;  /* width should be the same as the background image */
	color: #808080;
	height: 60px;
	padding: 0px 5px 0px 4px
}
#maincol {
 width: 800px;
 float: center;
}
.clear { clear: both; }

a:link {
	color: #9f4f9e;
	text-decoration: none;
}
a:visited {
	color: #9f4f9e;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
