/*main contents*/

div#content {
	display: block;
	list-style-type: none;
	margin: 25px 0px 30px 0px;
}

#content hr {
	border-width: 1px 0px 0px 0px;
	margin-top:5px;
	margin-bottom:5px;
	border-style: dotted;
	border-color: #ccc;
	height: 1px; 
	clear: both;
}

.left {
	width: 390px;
	float: left;
	display: block;
	margin: 0px 20px 50px 0px;
}

.right {
	width: 390px;
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
}

span {
clear: both;
display: block;
}
