body, td, th {
	color: #69500E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}
body {
	background-color: #9e7714;
}
body, div, h1, h2 {
	margin:0px;
	padding: 0px;
}
a, a:link, a:visited {
	color: #C60000;
	text-decoration: none;
}
a:hover, a:active {
	color: #9E7714;
	text-decoration: underline;
}
h1 {
	display: none;
}
h2 {
	text-decoration:none;
	font-weight:normal;
}
.clear {
	clear: both;
	height: 2px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.justify {
	text-align: justify;
}
.half {
width:50%;
}
div.hr {
	height: 50px;
	background-image: url(images/hr.gif);
	background-repeat: none;
	clear:both;
	background-position: center center;
}
div.hr hr {
	display: none;
}
#container {
	width:100%;
	height:100%;
	text-align:center;
}
#main {
	margin:0px auto;
	width: 980px;
	overflow:hidden;
	background-image: url(images/back_main.gif);
	background-repeat: repeat-y;
	text-align:left;
	background-color: #d5effe;
}
#top {
	margin:0px auto;
	width: 980px;
	height:250px;
	background-image: url(images/header.jpg);
}
#content {
	width:780px;
	float: left;
}
#sidebar {
	width:200px;
	float: left;
}
#sidebar h2 {
	text-align:center;
	padding-bottom:10px;
	width:100%;
}
#sidebar div.hr {
	background-image: url(images/hr_sidebar.gif);
}
#sidebar .content {
	padding: 0px 20px 0px 10px;
	text-align:center;
}
#loop {
	padding: 20px 20px 0px 20px;
}
.th {
	float: left;
	text-align:center;
	padding:20px 20px 0 0;

}
#bottom {
	padding: 0px 200px 10px 0px;
	text-align: center;
}

