body {
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#header {
	clear: both;
	width: 593px;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	padding: 3px;
	font-size: small;
}
dl {
	margin-bottom: 10px;
	margin-top: 0px;
}
a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3366CC;
	text-decoration: none;
	color: #333333;
}
dd {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: circle;
}
a:hover {
	background-color: #CCEEEE;
}
#footer {
	clear: both;
	float: left;
	width: 593px;
	font-size: small;
	padding: 3px;
	margin-top: 20px;
}



#contents {
	width: 600px;
}
.left {
	width: 290px;
	float: left;
	clear: left;
}
.right {
	float: right;
	width: 290px;
	clear: right;
}
