html, body, #page { min-height: 100%; width: 100%; height: 100%;}

html>body, html>body #page { height: auto;}

#page { position: absolute; top: 0; left: 0;}

body {
	margin: 0; padding: 0;
	font-size: 13px;
    font-family: "Trebuchet MS", Tahoma, Verdana;
	background: #2d3035;
    color: #FFFFFF;
	height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#centerPage{
	border: 1px solid green;
	height: 100%;
	min-height: 100%;
}

#header{
	clear: both;
	background: url('images/header_fill.jpg');
	background-repeat: repeat;
	width: 100%;
	height: 268px;
}

#header_inner{
	background: url('images/header.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left : 50%;
	margin-left : -400px;
	height: 268px;
	width: 800px;
}

#header_bottom
{
	clear: both;
	background: url('images/content.jpg');
	background-repeat: repeat;
	width: 100%;
	height: 15px;
}

#header_bottom_inner{
	background: url('images/content.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left : 50%;
	margin-left : -400px;
	height: 15px;
	width: 800px;
}

#header_top{
	position: absolute;
	top: 0px;
	width: 800px;
	height: 101px;
}

#menu{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	position: absolute;
	top: 101px;
	height: 38px;
	width: 800px;
	text-align: center;
	padding-top: 16px;
}

#menu a{
	font-size: 19px;
	text-decoration: none;
	color: #2d3034;
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
}

#menu a:hover{
	color: #d06631;
}

#pageContentOuter{
	position: relative;
	left : 50%;
	margin-left : -400px;
	width: 800px;
	padding-left: 16px;
	padding-right: 16px;
}

#pageContent{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	position: relative;
	top: 0px;
	line-height: 19px;
	padding-bottom: 40px;
	width: 580px;
	float: left;
	text-align: justify;
}

#pageContentPortfolio{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	position: relative;
	top: 0px;
	line-height: 19px;
	padding-bottom: 40px;
	width: 580px;
	float: left;
}

#submenuItem{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 24px;
	color: #FFFFFF;
	height: 38px;
	padding-top: 16px;
	float: left;
}

#submenu{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #FFFFFF;
	height: 32px;
	padding-top: 19px;
	float: left;
}

#submenu a{
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 7px;
	margin-right: 7px;
}

#submenuNoLink{
	font-size: 16px;
	color: #d06631;
	height: 32px;
	padding-top: 19px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#submenu a:hover{
	color: #d06631;
}

#submenu a.activelink{
	color: #d06631;
}

#pageExtras img{
	padding-right: 10px;
}

#pageExtras{
	background: url('images/extras.jpg');
	background-repeat: no-repeat;
	position: relative;
	float: right;
	margin-top: 17px;
	margin-right: 15px;
	width: 180px;
	height: 270px;
	font-size: 12px;
}

#pageExtrasHeader{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 22px;
	padding-top: 10px;
	padding-left: 20px;
	width: 160px;
}

#pageExtrasContent{
	padding-top: 10px;
	padding-left: 15px;
	width: 145px;
	font-style: italic;
}

#pageExtrasContent a{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#pageExtrasContent a:hover{
	text-decoration: underline;
}

#pageExtrasRecent1{
	min-height: 60px;
	vertical-align: top;
	padding-bottom: 5px;
}

#pageExtrasRecent2{
	min-height: 60px;
	vertical-align: top;
	padding-bottom: 5px;
}

#footer{
	position: absolute;
	bottom: 0px;
	background: url('images/footer_fill.jpg');
	background-repeat: repeat;
	width: 100%;
	height: 41px;
	text-align: center;
}

#footer_inner{
	background: url('images/footer.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left : 50%;
	margin-left : -400px;
	width: 800px;
	height: 20px;
	font-size: 11px;
	padding-top: 21px;
}

td.formulier{
	width: 155px;
	background-color: #45484e;
	padding-left: 4px;
	vertical-align: top;
	padding-top: 4px;
}

input{
	/*border: 1px solid #d06631;*/
	border: 1px solid #9c491f;
	height: 16px;
	padding: 4px;
}

textarea{
	overflow: auto;
	border: 1px solid #9c491f;
}

.submitbutton{
	width: 80px;
	height: 30px;
	background: url('images/submit_button.jpg');
	border: none;
	color: #f5f5f5;
	font-size: 13px;
}

h1{
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
	word-spacing: 3px;
}

h2{
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
	word-spacing: 3px;
	color: #d06631;
        margin-bottom: -10px;
}


a img{
	border: none;
}

a{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: underline;
}

a.speciallink{
	color: #d06631;
}