body {
	background-color: #333333;
}
div.main {
	width: 718px;
	height: auto;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background: url(img/bg.jpg) repeat;
}
table {
	width: 100%;
}
p {
	text-indent: 1em;
}
a {
	cursor: pointer;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
div.banner {
	width: 100%;
	text-align: center;
	font-family: Textile, cursive;
	background: url(img/banner.png) repeat-y;
}
div.content {
	margin-left: 10px;
	margin-right: 10px;
}
#bannerleft {
	width: 33%;
	color: #FFFFFF;
	font-size: 18pt;
}
#bannerleft a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#bannerleft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#bannerleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bannermid {
	width: 34%;
	color: #000000;
	font-size: 18pt;
}
#bannermid a:active {
	color: #000000;
	text-decoration: none;
}
#bannermid a:link {
	color: #000000;
	text-decoration: none;
}
#bannermid a:visited {
	color: #000000;
	text-decoration: none;
}
#bannerright {
	width: 33%;
	color: #FFFFFF;
	font-size: 18pt;
}
#bannerright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#bannerright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#bannerright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

