body {
	background-attachment: scroll;
	background-image: url(../images/structure/bg_body.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #612B33;
}
#container {
	border: 1px solid #FFFFFF;
}
#left_col {
	padding-bottom: 10px;
}
#main_col {
	padding: 10px;
}
.main {
	background-color: #ECEFDF;
	border-bottom: 7px solid #612B33;
}
.footer {
	background-color: #6D775D;
	height: 15px;
}
.img_border {
	border: 1px solid #000000;
}
h1 {
	font-size: large;
}
h1.times {
	font-family: "Times New Roman", Times, serif;
}
.tagline {
	color: #FFFFFF;
	font-size: x-small;
}
a:link {
	color: #0C3F14;
}
a:visited {
	color: #660000;
}