/* http://www.maxvanderkamp.nl/ */
/* Version 4: Circus */

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #2c8099;
	background: url(images/mk-background.png) #e0f8ff repeat-x;
	background-position: top center;

	margin: 0px;
	padding: 0px;
	}

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img {
	border: 0px;
	}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-left: 8px;
	padding-right: 8px;
	}

#header {
	position: absolute;
	float: left;
	top: 0px;
	left: 266px;
	width: 688px;
	height: 60px;
	background: url(images/mk-header.png);
	margin: 0px;
	padding: 0px;
	}

#left-column {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 228px;
	margin: 0px;
	padding-left: 6px;
	}

.left-column-text {
	position: relative;
	float: left;
	background: url(images/mk-left-column-background.png) repeat-y;
	width: 172px;
	margin: 0px;
	padding: 20px 28px 20px 28px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #99ffff;
	text-align: center;
	}

.left-column-buttons {
	position: relative;
	float: left;
	background: url(images/mk-left-column-background.png) repeat-y;
	width: 188px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	}

.left-column-extra {
	position: relative;
	float: left;
	width: 172px;
	margin: 0px;
	padding: 20px 28px 20px 28px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	/* font-weight: bold; */
	line-height: 15px;
	letter-spacing: 0px;
	color: #2c8099;
	text-align: center;
	}

#content {
	position: absolute;
	top: 96px;
	left: 254px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	}

.box-1 {
	position: relative;
	float: left;
	background: url(images/mk-box-1.png);
	width: 338px;
	height: 268px;
	margin: 0px 0px 12px 12px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0px;
	color: #777777;
	text-align: center;
	}

.box-1 a {
	color: #2c8099;
	}

.box-1 p {
	margin-top: 1px;
	}

.box-1 img {
	margin: 8px;
	}

.box-2 {
	position: relative;
	float: left;
	background: url(images/mk-box-2.png);
	width: 688px;
	height: 178px;
	margin: 20px 0px 32px 12px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0px;
	color: #777777;
	text-align: center;
	}

.box-2 a {
	color: #2c8099;
	}

.box-2 p {
	margin-top: 1px;
	}

.box-2 img {
	margin: 8px;
	}

