/* drieluik.com main CSS file           */
/* Copyright (c) 2006 Mark H. Kathmann, */
/* 2005 LAN Services B.V.               */

/* Table of contents:                   */
/*   1. Positioning                     */
/*   2. Layout                          */
/*   3. Typography                      */

/* 1. Positioning */

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

#header1 {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -461px;
	width: 922px;
	height: 125px;
}
#wrapper1 {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -461px;
	width: 922px;
	padding: 0px;
}

#wrapper2 {
	padding-left: 40px;
}

#header2 {
	float: left;
	width: 700px;
	height: 145px;
	padding: 0px;
}

#column1 {
	clear: left;
	float: left;
	width: 125px;
	margin: 50px 0px 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 500;
}

#column2 {
	float: left;
	width: 498px;
	margin: 0px;
	padding: 10px;	
}

#column3 {
	float: right;
	width: 145px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#footer {
	clear: both;
	width: 100%;
	height: 65px;
}

/* 2. Layout */

body {
	background-color: #663300;
}

#header1 {
	background-image: url(images/layout/slice1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper1 {
	background-image: url(images/layout/slice2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#column1 {
	border-right: 1px dotted #666666;
}

#footer {
	background-image: url(images/layout/slice3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 3. Typography */

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

a:link {
	text-decoration: none;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #663300;
}

#column1 {
	font-size: 1.0em;
	color: #663300;
	text-align: right;
	line-height: 1.2em;
}

#column2 {
	color: #404040;
}

#column2 {
	color: #404040;
}

h1 {
	color: #660000;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	line-height: 1.2em;
	padding-top: 12px;
	border-top: 1px dotted #999900;
	font-weight: normal;
	margin: 0px;
}

h2 {
	color: #999900;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
}
