﻿.top {
	background-image: url('../images/box/top.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#box1 {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.bottom {
	background-image: url('../images/box/bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
.left {
	background-image: url('../images/box/left.jpg');
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
}
.right {
	background-image: url('../images/box/right.jpg');
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
}
.top_left {
	background-image: url('../images/box/top_left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.top_right {
	background-image: url('../images/box/top_right.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.bottom_left {
	background-image: url('../images/box/bottom_left.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom_right {
	background-image: url('../images/box/bottom_right.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.center {
	padding: 25px;
}
.image_box {
	float: right;
}
.left_column {
	width: 49%;
	float: left;
}
.right_column {
	width: 49%;
	float: right;
}
#box2 {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#box3 {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.up_10_over_10 {
	position: relative;
	top: -10px;
	left: -5px;
}
#box4 {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
ul {
	text-indent: 0px;
}
li.spaced {
	margin-bottom: 10px;
}
#box5 {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

