html, body {
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-family: "Gill Sans MT", "Trebuchet MS", sans-serif;
	text-align: center;
	font-size: 12px;
	color: black;
}

#overall-box {
	position: relative;
	/*height: 80%;*/
	min-height: 80%;
	top: 50px;
	/*top: 10%;*/
	left: 0px;
	/*width: 800px;*/
	width: 80%;
	margin: auto;
	padding: 0px;
	text-align: left;
	border: 1px solid #000;
}

#header-box {
	/*background: #ccc;*/
	/*height: 10%;*/
	height: 50px;
}

#content-box {
	margin-right: 20%;
	margin-left: 20%;
	/*background: #099;*/
	height: 85%;
}

#sidebar1-box {
	position: absolute;
	top: 50px;
	/*top: 10%;*/
	left: 0;
	width: 20%;
	height: 100%;
	/*background: #999;*/
}

#sidebar2-box {
	position: absolute;
	top: 50px;
	/*top: 10%;*/
	right: 0;
	width: 20%;
	height: 100%;
	/*background: #990;*/
}

#footer-box {
	padding: 0px;
	/*background: #990;*/
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 5%;
	clear: both;
}

#adv-horiz {
	position: relative;
	/*width:468px;*/
	height:15px;
	width: 100%;
	height: 4%;
	/*top: 1%;*/
	top: 5px;
	left: 0;
	margin: auto;
	padding: 0px;
	text-align: center;
	/*border: 1px solid #646464;*/
	background: #000;
}

#adv_verti {
	position: absolute;
	/*top: 50%;*/
	top: 240px;
	right: 0;
	width: 120px;
	height: 240px;
	background: #000;
	text-align: right;
}


#header, #nav-main, #nav-sub, #content, #sidebar1, #sidebar2, #footer {
	padding: 5px;
}

#header, #nav-main , #nav-sub {
	text-transform: uppercase;
}

#header, #content-center, #footer {
	text-align: center;
}

#nav-main, #content-left {
	text-align: left;
}

#nav-sub {
	text-align: right;
}

#nav-main ul, #nav-sub ul {
	/*margin: 0px;*/
	padding: 0px;
	list-style-type: none;
}

ul, ol {
	/*margin: 0px;*/
	padding-left: 40px;
	/*text-align: left;*/
}

ul {
	list-style: square;
}

h1, h2, h3 {
	font-weight: 100;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

a {
	text-decoration: none;
	color: #646464;
}

a[href^="http:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.rtwillemsen.nl"], a[href^="http://rtwillemsen.nl"]  {
  background-image: none;
  padding-right: 0;
}

a[href^="mailto:"] {
  background: url(images/email.png) no-repeat right top;
  padding-right: 15px;
}

a[href^="aim:"] {
  background: url(images/im.png) no-repeat right top;
  padding-right: 15px;
}

.special {
	color: #00F400;
	background-color: #000;
}

