/*
Author: Gerard Vink
Version: 1.0
Copyright: Gerard Vink 2014
*/

html {
	font-size: 15px;
	line-height: 20px;
	font-family: verdana;
	color: #444;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url('bg.png');
}


body {
	text-align: left;
	vertical-align: baseline;
	width: 960px;
	margin: 0px auto 0px;
	padding-bottom: 8px;
	overflow: auto;
	border-top: none;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	padding: 0px 0px 8px 0px;
}

h1 {
	font-size: 32px;
	line-height: 30px;
	font-weight: bold;
	color: white;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	line-height: 21px;
	padding: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}

#header {
	width: 912px;
		-webkit-box-shadow: 0px 2px 8px 0px #aaa;
	    -moz-box-shadow: 0px 2px 8px 0px #aaa;
	    box-shadow: 0px 2px 8px 0px #aaa;
	padding: 30px 12px;
	margin: 24px 12px 12px;
	text-align: center;
}

ol {
	list-style-type: disc;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-left: 32px;
}

ul {
	list-style-type: none;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-left: 32px;
}

li {
	list-style-type: inherit;
}

.left {
	width: 480px;
	float: left;
}

.right {
	width: 480px;
	margin-left: 480px;
}

.box {
	width: 432px;
		-webkit-box-shadow: 0px 2px 8px 0px #bbb;
	    -moz-box-shadow: 0px 2px 8px 0px #bbb;
	    box-shadow: 0px 2px 8px 0px #bbb;
	min-height: 100px;
	padding: 12px 12px 24px 12px;
	margin: 12px;
	float: left;
}

.red {
	background-color: #f55;
	color: white;
}

.blue {
	background-color: #aaefff;
}

.white {
	background-color: #fff;
}

.gray {
	background-color: #444;
	color: white;
}

.latin {
	font-size: 14px;
	line-height: 20px;
}

#footer {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 12px;
	clear: both;
}