div#box {
	margin: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 900px;
	clear: both;
	padding: 10px;
	position: relative;
}

div.row {
	border-bottom: 1px solid #DADADA;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}

.blog .first, .bilder .first {
	padding-top: 0px;
}

div#grid div.row {
	padding-bottom: 0px;
	padding-top: 0px;
}

div.col {
	width: 275px;
	height: 200px;
	float: left;
	padding: 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DADADA;
	border-right: 1px solid #BBBBBB;
}

div.first, div.first div.col {
	border-top: none;
}

div.last, div.last div.col {
	border-bottom: none;
}

div.first {
	border-left: none;
}

div.last {
	border-right: none;
}

div#footer {
	clear: both;
}

div#clear {
	clear: both;
}
