@charset "utf-8";
/* CSS Document */
@import "style.css";

body {
	background-image: url(../images/header_darkred.png);
}
#header { 
	background-image: url(../images/%7BRED%7D.png);
}
 
#table_can {
	width: 950px;
	margin-bottom: 0;
	background: transparent url(../images/separator.png) no-repeat center bottom;
}
.column {
	background-color:transparent;
	width: 33.3333%;
	vertical-align: middle;
	text-align:center;
	padding: 3em 1em;
}
#midcol {
	border-right: 1px dashed #d3d3b9;
	border-left: 1px dashed #d3d3b9;
}

#index_bottom h2 {
	font-size: 1.4em;
	padding: 0.3em 1em;
	border-bottom: 2px solid #d3d3c9;
}
#index_bottom ul {
	list-style-type: square;
}
#index_bottom li {
	border-bottom: 1px dashed #d3d3b9;
	padding: 0.5em 1em;
}
#index_bottom p {
	margin-bottom: 0.5em;
}
.more_link {
	float: right;
	margin-right: 2em;
}
