body {
	background-color: #FFFFFF;
	margin: 5px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	overflow: -moz-scrollbars-vertical;
}
hr {
	background-color: #FFCC00;
	border: none;
	size: 2;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #96006C;
	text-decoration: underline;
	font-weight: bold;
}
.nav {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-image: url(img/shadow1.jpg);
	background-repeat: no-repeat;
}
.main {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-image: url(img/shadow2.jpg);
	background-repeat: no-repeat;
}
.ads {
	border: 1px #CCCCCC solid;
}