#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #2A3744;
}
#sidebar a:hover {
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#head {
	background-image: url(images/head.jpg);
	height: 157px;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 2px solid #CCCCCC;
}
#sidebar {
	color: #333333;
	float: left;
	width: 180px;
	background-color: #339933;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #334152;
	padding: 10px;
}
#content {
	float: left;
	width: 573px;
	padding: 10px;
}
.clearer {
	clear: both;
}
#thesize {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}#content h1 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #334152;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.floatright {
	float: right;
}
