@charset "utf-8";
.around_line {
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	border-width: 1px;
}

/* CSS Document */

#header {
	background-image: url(url(../images/top_bar_r.jpg));
	background-repeat: no-repeat;
	background-position: right;
	clear: left;
	height: 50px;
	position: relative;
}
#main {
	background-image: url(url(../images/shadow.jpg));
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
#footer {
	background-color: #CF9;
	text-align: right;
	padding: 10px;
	clear: left;
	position: relative;
}
#flash {
	text-align: center;
}
.box {
	float: left;
	width: 29%;
	margin-right: 1%;
	margin-left: 1%;
	padding-right: 1%;
	padding-left: 1%;
}
#since2008 {
	height: 70px;
	width: 77px;
	position: absolute;
	left: 60%;
	top: 30px;
}
.box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
