a {
	color: #333;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
body {
	font-family: Verdana;
	font-size: 12px;
	margin: 5px;
	}

#frame {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	}
#header {
	background: url(images/header.jpg);
	border: 1px solid #333;
	height: 200px;
	margin-bottom: 1px;
	}
#containerleft {
	background: #ccc;
	border: 1px solid #333;
	float: right;
	padding: 5px;
	width: 188px;
	}
#containerleft .h1 {
	border-bottom: 2px solid #999;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
#containerleft .h1 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
#containerleft .h1 a:hover {
	text-decoration: underline;
	}
#containerleft .h2 {
	border-bottom: 2px solid #999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
#containerleft .h2 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
#containerleft .h2 a:hover {
	text-decoration: underline;
	}
#containerleft .h3 {
	background: #ccc;
	border: 1px solid #333;
	border-top: 0px;
	padding: 5px;
	padding-bottom: 2px;
	}
#containerleft .h3 a {
	background: #ccc;
	border: 0px;
	color: #333;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 3px;
	text-decoration: none;
	}
#containerleft .h3 a:hover {
	background: #999;
	border: 1px solid black;
	color: #333;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 2px;
	text-decoration: none;
	}
#containerleft .stats {
	border: 1px solid #333;
	border-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	}
#containerleft .stats a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
#containerleft .stats a:hover {
	text-decoration: underline;
	}

#containerright {
	background: #ccc;
	border: 1px solid #333;
	float: left;
	margin-right: 1px;
	width: 537px;
	}
#containerright .window {
	background: #ddd;
	border: 1px solid #333;
	margin: 5px;
	}
#containerright .window .h1 {
	background: #999;
	border-bottom: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
#containerright .window .h1 a {
	color: #333;
	text-decoration: none;
	}
#containerright .window .h1 a:hover {
	text-decoration: underline;
	}
#containerright .window .h2 {
	border-bottom: 2px solid #999;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	}
#containerright .window .h3 {
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	}
#containerright .window .news {
	border: 2px solid #999;
	border-bottom: 0px;
	padding: 2px;
	margin: 5px;
	text-align: justify;
	}
#containerright .window .news p {
	margin: 0px;
	text-indent: 15px;
	}
#containerright .window .windowinner {
	border: 2px solid #999;
	border-bottom: 0px;
	padding: 2px;
	margin: 5px;
	text-align: justify;
	}
