* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	position: absolute;
	width: 100%;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* resets 1em to 10px */ /* moved to the head of each page for font-resize script */
	background-color: #666;
	}

img {
	display: block;
	border: 0;
	}

a {
	text-decoration: none;
	}

#shade-left {
    position: fixed;
	left: 0;
    top: 0;
	width: 18%;
    height: 100%;
	background: #666 url(../oscPix/oscShade_l.gif) repeat-y 100% 0;
	}

#background {
    position: fixed;
    left: 18%;
    top: 0;
	width: 64%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	}

#shade-right {
    position: fixed;
    left: 82%;
    top: 0;
	width: 60px;
    height: 100%;
	background: #666 url(../oscPix/oscShade_r.gif) repeat-y 0 0;
	}

#wraps-content {
	position: relative;
	margin: 0 0 -120px 0;
	left: 18%;
	top: 0;
	width: 64%;
	min-height: 100%;
	height: auto !important;
	background-color: transparent;
	z-index: 2;
	}

#branding {
	position: relative;
	left: 0;
	top: 0;
	border-top: 25px solid #fff;
	height: 72px;
	background: #46bac5 url(../oscPix/oscLogo.gif) no-repeat 0 0;
	}

#slogan {
	position: absolute;
	left: 2em;
	top: 0;
	width: 460px;
	height: 200px;
	background-image: url(../oscPix/oscSlogan.png);
	}

#size {
	position: absolute;
	margin: 0;
	right: 20px;
	top: 0;
	width: 50px;
	height: 25px;
	text-align: right;
	z-index: 100;
	}

#size #small, #size #big {
	width: 20px;
	height: 25px;
	border: 0;
	font: bold 1.3em/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	color: #666;
	background-color: transparent;
	}

#size #small {
	margin-right: -9px;
	font-size: 1.3em;
	}

#size #big {
	font-size: 1.7em;
	}

#content {
    position: relative;
 	left: 0;
	top: 0;
	padding: 60px 0 22em 0; /* sticky footer adjustment */
	width: 100%;
    height: 100%;
	background-color: transparent;
	}

#west-shift {
	float: left;
    position: relative; /* may be removed */
	margin-left: -210px;
	width: 100%;
	height: auto;
	}

#west {
	float: left;
	position: relative;
	margin: 0 0 0 210px;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	}

#east {
	float: right;
	clear: right;
	position: relative;
	right: 0;
	top: 0;
	width: 210px;
	height: auto;
	}

.clear {
	clear: both;
	}

#wraps-footer {
	position: relative;
	margin: -23em 0 0 0; /* sticky footer adjustment */
	left: 18%;
	bottom: 0;
	width: 64%;
	height: 21.3em; /* sticky footer adjustment */
	z-index: 3;
	}

#arrow {
	position: absolute;
	width: 100%;
	height: 3em !important; /* sticky footer adjustment */
	}

#arrow a.top {
	position: absolute;
	left: 20px;
	width: 13px;
	height: 15px;
	border: 0 !important;
	outline: none;
	background: transparent url(../oscPix/oscUp.gif) no-repeat 0 0;
	overflow: hidden;
	}

#arrow a.top:hover {
	border: 0 !important;
	background-color: transparent !important;
	background-position: 0 -15px;
	}

#footer {
	position: absolute;
	top: 3em !important; /* sticky footer adjustment */
	border-top: 1px solid #dfded4;
	width: 100%;
	height: 18.3em; /* sticky footer adjustment */
	font: 1.1em/1.6em Georgia, 'Times New Roman', Times, serif;
	background-color: #eeede5; /* #dfded4 for accents */
	}


/* - - - - - navigation - - - - - */


#wraps-nav {
    position: fixed;
	left: 0;
    top: 0;
	padding: 122px 0 0 0;
	width: 18%;
    height: 100%;
	font: bold 1.6em Georgia, 'Times New Roman', Times, serif;
	z-index: 3;
	}

#nav {
	position: absolute;
	right: 0;
	margin: 0 0 14px 0;
	padding: 0;
	list-style-type: none;
	}

#nav li {
	margin: 0 0 3px 0;
	padding: 0;
	}

#nav a:link, #nav a:visited {
	display: block;
	width: 133px;
	height: 32px;
	padding: 0 0 0 7px;
	font-size: .7em;
	letter-spacing: 1px;
	line-height: 2.6em;
	outline: none;
	color: #fefefe;
	background: #46bac5 url(../oscPix/oscButtonFlat.png); /* option */
	background: #46bac5 url(../oscPix/oscButton.png);
	}

#nav a:hover, #nav a.on {
	cursor: pointer;
	color: #fff;
	background-color: #90d6dc;
	}


/* - - - - - - - - - - content - - - - - - - - - - */

#expand { /* a spacer gif in tableless design, huh? */
	float: right !important;
	position: relative;
	bottom: -4em;
	border: 0 !important;
	width: 1px !important;
	height: 1px !important;
	}

h1 {
	margin: 0 0 0 20px;
	font: bold 2.2em 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3ea9b3;
	color: #fff;
	}

h3 {
	margin: 2px 0 7px 20px;
	font: italic bold 1.2em/1.6em Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	word-spacing: -1px;
	text-transform: lowercase;
	color: #3ea9b3;
	}

#content h1, h2 {
	margin: 0 0 20px 20px;
	padding-bottom: 1px;
	font: italic bold 1.4em/1.6em Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #000;
	background: transparent url(../oscPix/oscDot.gif) repeat-x 0 100%;
	}

#content h1 {
	font-size: 1.7em;
	}

#content p {
	margin: 0 0 20px 20px;
	font-size: 1.4em;
	line-height: 1.6em;
	}

#content p i {
	font-weight: bold;
	color: #888;
	}

#content ul {
	margin: 0 0 20px 21px;
	list-style: disc outside;
	color: #35afbb;
	}

#content ul li {
	font-family: Arial, Helvetica, sans-serif;  /* for a round bullet */
	font-size: 140%; /* enlarges the bullet (in most browsers) */
	}

#content ul li p {
	margin: 0;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;  /* back to normal after the enlarged bullet */
	line-height: 1.6em;
	color: #000;
	}

blockquote {
	margin: 3px 0 15px 20px;
	padding: 19px 0 4px 0;
	border: 1px dashed #999;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.6em;
	text-indent: -10px;
	font-style: italic;
	background-color: #eee;
	}

blockquote h2 {
	margin: 4px 10px 1px 30px;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	}

blockquote p {
	margin: 0;
	padding: 0 20px 0 10px;
	text-indent: 0px;
	}

blockquote b { /* big fat quote on normal line */
	font-size: 1.4em;
	line-height: 10px;
	color: #666;
	}

blockquote ul {
	margin: 0 0 20px 35px !important;
	list-style: disc outside url(../oscPix/oscBullet.gif) !important;
	color: #999 !important;
	}

blockquote ul li p {
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 1.6em;
	color: #000;
	}

blockquote p span {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	}

#west a:link, #west a:visited {
	padding: 0 2px 1px 3px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #fff;
/*	border-bottom: 1px dashed #46bac5;
*/	color: #000;
	}

#west a:hover {
	border: 1px solid #46bac5;
	color: #000;
	background-color: #e3f5f6;
	}

#west img {
	float: left;
	margin: -.1em .5em 0 0;
	border: .8em solid #ddd;
	width: 7em;
	height: 4.8em;
	}


/* - - - - - algemene voorwaarden - - - - - */


#fineprint h2 a span {
	padding: 0 0 0 15px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	word-spacing: -3px;
	background: url(../oscPix/oscPlusMinus.gif);
	background-repeat: no-repeat;
	background-position: 0 -100px;
	}

#fineprint h2 a span span {
	margin-left: -.3em;
	background-image: none;
	}

#fineprint h2 a {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: none !important;
	background-color: transparent !important;
	}

.hand {
	cursor: pointer;
	}

.more {
	background-position: 0 0 !important;
	}

.less {
	background-position: 0 -200px !important;
	}

#fineprint ol {
	display: block;
	margin: 0 0 20px 40px;
	list-style: upper-roman outside;
	}

#fineprint ol.collapse {
	display: none;
	}

#fineprint ol ul {
	margin: 0 0 0 15px;
	list-style: circle outside url(../oscPix/oscDash.gif);
	}

#fineprint ol li  {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #000;
	}

#fineprint ol li ul li  {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	line-height: 1.6em;
	color: #000;
	}


/* - - - - - - - - - - box - - - - - - - - - - */


.box {
	position: relative;
	margin: 0 0 20px 0;
	left: 10px;
	width: 180px;
	padding-right: 5px;
	background: #eeede5 url(../oscPix/oscBox.png) no-repeat bottom right;
	}

.box-header {
	margin-right: -5px;
	padding-right: 20px;
	background: transparent url(../oscPix/oscBox.png) no-repeat top right;
	}

.box-header.color-1 {
	background-color: #fc0;
	}

.box-header.color-2 {
	background-color: #f90;
	}

.box-header.color-3 {
	background-color: #cc0;
	}

.box-header.color-4 {
	background-color: #9cf;
	}

.box-header.color-5 {
	background-color: #c99;
	}

.box-header.color-6 {
	background-color: #46bac5;
	}

.box-header h2 {
	margin: 0;
	border: 0;
	padding: 12px 0 10px 17px;
	height: auto;
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	background: transparent url(../oscPix/oscBox.png) no-repeat top left;
	overflow: hidden;
	} 

.box-body {
	margin: 0 10px 0 0;
	padding: 15px 0 10px 3px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.6em;
	background: transparent url(../oscPix/oscBox.png) no-repeat bottom left;
	overflow: hidden;
	} 

.box-body p {
	margin: 0 10px 20px 15px !important;
	}

.box-body ul {
	margin: 0 10px 20px 27px !important;
	list-style: disc outside;
	color: #35afbb;
	}

.box-body ul li {
	font-family: Arial, Helvetica, sans-serif;  /* for a round bullet */
	font-size: 140%; /* enlarges the bullet (in most browsers) */
	}

.box-body ul li p {
	margin: 0 !important;
	font-family: Georgia, 'Times New Roman', Times, serif !important;
	font-size: 100%;  /* back to normal after the enlarged bullet */
	color: #000;
	}

.box-body a img {
	margin: 0 10px 15px 15px !important;
	background-color: #b2b2ac;
	}

.box-body a:hover img {
	margin: 0 10px 15px 15px !important;
	background-color: #666;
	}


/* - - - - - - - - - - paper clip - - - - - - - - - - */


.ad {
	position: relative;
	margin-bottom: -213px;
	left: 10px;
	width: 260px;
	background: transparent;
	}

.ad-clip {
	position: relative;
	left: 160px;
	top: 0;
	width: 60px;
	height: 80px;
	background: transparent url(../oscPix/oscPaperClip.png) no-repeat;
	z-index: 6;
	}

.ad-img {
	position: relative;
	left: 0;
	top: -80px;
	width: 260px;
	height: 170px;
	z-index: 5;
	}

.ad-txt {
	position: relative;
	left: 0;
	top: -233px;
	padding-top: 153px;
	padding-bottom: 30px;
	width: 260px;
	font-family: "Courier New", Courier, mono;
	background: transparent url(../oscPix/oscPaper.png) no-repeat 0 100%;
	}

.ad-txt h2 {
	margin: 0 30px 0 65px;
	font: normal bold 1.4em/1.6em "Courier New", Courier, mono;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	}

.ad-txt p {
	margin: 0 30px 0 65px !important;
	font-size: 1.4em !important;
	line-height: 1.6em !important;
	color: #000 !important;
	}


/* - - - - - - - - - - portfolio - - - - - - - - - - */


#west #portfolio input {
	margin-right: .4em;
	border: 0;
	font: italic bold 1em/1.2em Georgia, 'Times New Roman', Times, serif;
	color: #3ea9b3;
	color: #aaa;
	background-color: transparent;
	}

#west #portfolio input:hover {
	cursor: pointer;
	color: #000;
	}

#west #portfolio input.on {
	cursor: default;
	color: #000;
	}

#west #more input {
	position: relative;
	top: 1px;
	width: 3em;
	height: 1.5em;
	font: bold 1em/1.2em 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border: 1px solid #fff;
/*	border-bottom: 1px dashed #46bac5;
*/	color: #000;
	background-color: transparent;
	}

#west #more input:hover {
	cursor: pointer;
	border: 1px solid #46bac5;
	color: #000;
	background-color: #e3f5f6;
	}

#east a.site {
	position: relative;
	top: 0px;
	outline: none;
	}

#east a.site img {
	position: relative;
	left: 10px;
	width: 185px;
	height: auto;
	}

#east a.site span {
	position: relative;
	left: 10px;
	top: -.5em;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 2em;
	color: #000;
	}


/* - - - - - - - - - - footer - - - - - - - - - - */


#credits {
	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;
	border-bottom: 3px solid #dfded4;
	}

#tag {
	float: right;
	position: absolute;
	right: -20px;
	top: 73px;
	width: 165px;
	height: 45px;
	clip: rect(0, 165px, 45px, 145px);
	background: transparent url(../oscPix/oscTag.png) no-repeat 0 0;
	overflow: hidden;
	}

#tag:hover {
	cursor: pointer;
	clip: rect(0, 165px, 45px, 0);
	}

#sitemap {
	padding: 15px 20px 2px 20px;
	font-weight: bold;
	letter-spacing: 1px;
	}

#sitemap li {
	list-style: none;
	display: inline;
	}

#sitemap li a:link, #sitemap li a:visited {
	margin: 0 -3px 0 -5px;
	padding: 0 3px 1px 5px;
	border: 1px solid #eeede5;
	color: #000;
	}

#sitemap li a:hover {
	border: 1px solid #46bac5;
	color: #000;
	background-color: #e3f5f6;
	}

#sitemap li b, #credits p span {
	position: relative;
	top: 1px;
	font-size: 1.4em;
	line-height: 1.4em !important;
	color: #f36;
	}