body,td,th {
	height: min-height: 100%;
	color:#000000;
}
body {
	background-image: url(images/background.png);
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 100%;
}
#main_content {
	overflow:auto;
	padding-bottom: 150px;
	width: 960px;
}
#main_banner {
	height: 130px;
	width: 960px;
}
#copyright {
	background-image: url(images/copyright.png);
	background-repeat:no-repeat;
	text-align: center;
	height: 46px;
	width: 960px;
}
#main_menu {
    height: 70px;
    width: 960px;	
}
.column_left1 {
	width: 360px;
	float: left;
	padding-left: 10px;
}
.column_right1 {
	width: 560px;
	float: right;
	padding-right: 10px;
}
#stuff {
	margin-left: auto;
	margin-right: auto;	
	width: 940px;
	
}