/* CSS Document */

.contents{
	width:805px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;
	position:relative;
}

.header{
	width:805px;
	background-image: url(../images/shared/back.jpg);
	margin-bottom:40px;
	text-align:center;
}
#main{
	width:620px;
	margin-top: 9px;
	margin-bottom: 10px;
	margin-left:190px;
	font-size:11px;
	font-family: "Times New Roman", Times, serif;
	float:right;
}
.side{
	position:absolute;
	width:165px;
	left:5px;
	top:140px;
	float:right;
}

