@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bgrd.jpg);
	background-color: #363636;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
#toppy {
	float: left;
	height: 700px;
	width: 650px;
	margin-top: 20px;
	margin-left: 50px;
	padding: 20px;
}
#mainy {
	height: 400px;
	width: 600px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
#sidey {
	float: left;
	height: 600px;
	width: 200px;
	margin-top: 20px;
	padding: 20px;
}