body {
	margin: 5px;
	padding: 0;
	text-align: left;
}

* {
	text-align: center;
}

#wrapper {
	background: url('/kort/gfx/div_bg.gif') repeat-y;
	border: 1px solid #d5d2cc;
	height: 490px;
	width: 750px;
}

#left {
	float: left;
	width: 490px;
}

#left-wrapper {
	padding: 10px;
}

#right {
	float: left;
	width: 257px;
}

#right-wrapper {
	padding: 10px;
	text-align: left;	
}

.tbl-right {
	width: 238px;
}

.tbl-row-1 {
	background-color: #cfd9cb;
	color: #717171;
	height: 30px;
}

.tbl-row-2 {
	background-color: #e7f2e2;
	color: #979797;
}

.tbl-row-3 {
	background-color: #dbeed3;
	color: #979797;
}

.tbl-cell-1 {
	text-align: left;
	padding: 0 0 0 5px;
}

.tbl-cell-2 {
	padding: 3px;
	width: 60px;
}

.tbl-cell-3 {
	padding: 3px;
	width: 30px;
}

#footer {
	margin: 5px 2px 0 2px;
	width: 750px;
}

#footer-left {
	float: left;
	text-align: left;
	width: 257px;
}

#footer-right {
	float: left;
	text-align: right;
	width: 490px;
}
