#middle-column
{
	width: 550px;
	margin-right:10px;
}

#right-column
{
	padding:10px;
	background: #eee;
}

h2,h3,h4{
	clear: none;
	}

h2{
	clear: both;
	}
h3{
	clear: left;
	}

	
.left{
	margin:bottom: 10px;
	margin-right: 10px;
	}
	
.frame{
	float: left;
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
	margin:bottom: 15px;
	margin-right: 10px;
	}

.frame-nofloat{
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
	margin:bottom: 10px;
	margin-right: 10px;
	}		

.column{
	float: left;
	display: inline;
	width: 260px;
	height: 150px;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
		}
		
dt {
	font-weight: bold;
	margin-top: 5px;
}


dd {
	display: block;
	margin-left: 5px;
	list-style-type: none;
}

		