/* box style */


.box {
	margin: 0px;
	padding: 0px;
}
		
.top {
	width:100%;
	height:2px;
	background: url(img/top.gif) repeat-x left top;
}
.bottom {
	width:100%;
	height:2px;
	float: left;
	background: url(img/bottom.gif) repeat-x left top;
}
		
.top span {
	width: 2px;
	height:2px;
	float: right;
	overflow: hidden;
	background-image: url(img/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
		
.box p {
	margin:10px 0 0 0;
	clear: both;
}
		
.box-padding {
	padding: 5px;
}

.box-content {
	width: 100%;
	float: left;
	background-color: #eaeaea;
	background-image: url(img/rightside.gif);
	background-repeat: repeat-y;
	background-position: right top;
		
}
		
.box-content2 {
	width: 100%;
	padding-bottom: 5px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(img/leftside.gif);
	margin: 0px;
}

