body {
	background-image: url(../images/back_color.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 116px;
	width: 960px;
}
#side {
	background-repeat: repeat-y;
	background-image: url(../images/side.gif);
	background-position: center;

}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 265px;
}
#address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 15px;
	margin-left: 15px;
}
#space_l{
	padding-left: 12px;
}
#contents_column {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

