@charset "utf-8";
.body_text {
	font-family: Arial, Helvetica, sans-serif;
}
#top_nav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #666666;
	width: 300px;
	padding: 5px;
	float: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-decoration: none;
}

.table_width {
	width: 15em;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	min-height: 200px;
	float: left;
	min-width: 956px;
	border-left-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-weight: bold;
}
#wrapper #main .add_links {
	border: 5px ridge #990000;
	height: auto;
	width: 200px;
	float: right;
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 10px;
}


#banner {
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 5px;
	margin-bottom: 5px;

}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#slide_show {
	border-left-color: #999999;
	border-left-style: inset;
	border-left-width: 10px;
	border-right-color: #999999;
	border-right-style: outset;
	border-right-width: 10px;

}
#news {
	background-color: #CCCCCC;
	border: 5px double #990000;
}

