@media screen {
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

	html {
		font-size: 100%;
		height: 100%;
		width: 100%;
	}

	body {
		background-color: #EBEEF3;
		margin: 0;
		font-family: 'Trebuchet MS', Verdana, sans-serif;
		font-size: 0.75em;
		padding: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
	}

	h1 {
		color: #991A31;
		font-size: 1.7em;
	}
	h3 {
		color: #991A31;
		font-size: 1.1em;
		margin-top: 15px;
		margin-bottom: 5px;
	}
  ul {
     margin: 10px 0 10px 20px;
  }
  p {
   margin: 7px 0 7px 0;
	}

div#main {
 position: absolute;
	overflow: auto;
 left: 25%;
 top: 0;
 width: 55%;
 min-height: 100%;
 height:auto !important;
 height: 100%;
 background-color:#C1D9E8;
 background-image: url(/background.jpg);
}
div#header {
 height: 90px;
 top: 0px;
 width: 100%;
 overflow: hidden;
 	background-color:#991A31;
 	border-style: solid;
	border-color: white;
	border-width: 0 0 4px 0;
}
div#front {
	height: auto;
	padding: 15px 40px;
	overflow: auto;
	text-align: justify;
}
div#front a {
	color: #991A31;
}
h1#link_nemesis a{
	background-image: url(/link_nemesis.jpg);
	display:block;
	height:90px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top
}
ul#link_side {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 10px;
	overflow: hidden;
}
ul#link_side li{
	overflow:hidden;
	padding: 5px 0px 5px 0px;
}
ul#link_side li a{
	display:block;
	height:90px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
li#link_gfk{
	width:58px;
	height:58px;
}
li#link_trimbos{
	height: 47px;
	width:152px;
}
li#link_minvws{
	width:171px;
	height: 75px;
}
li#link_gfk a{
	background-image: url(/link_gfk.gif);
}
li#link_trimbos a{
	background-image: url(/link_trimbos.gif);
}
li#link_minvws a{
background-image: url(/link_minvws.gif);
}
small {
	font-size: 0.9em;
}
img {
	border: none;
}


	div#side {
	 position: absolute;
		width: 20%;
		left: 80%;
		top: 90px;
		overflow: hidden;
	}

	div#side * {
		color: white;
	}
  	
	div#menu {
    position: absolute;
		top: 90px;
		left: 0;
		width: 25%;
		overflow: hidden;
	}

div#menu ul {
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
	div#menu li {
			margin: 10px 10px 10px 0;
	}

	div#menu a {
		text-align: right;
		display: block;
		font-size: 1.1em;
		color: #787879;
		font-weight: bold;
		text-decoration: none;
		font-variant: small-caps;
	}
	div#menu li.sub a {
	  font-size: 0.9em;
	  font-variant: normal;
		color: #991A31;
		padding-right: 10px;
	}
	div#menu a:hover {
		color: #333333;
	}
	div#menu li.sub a:hover {
		color: #333333;
	}
	
	div#side ul {
		margin: 15px;
	}
	div#side ul li {
		margin: 5px 0 5px 0;
	}

	div#left   { float: left; width: 33.33%; margin-right: 20px; }
	div#middle { float: left; width: 33.33%; margin-right: 20px; }
	div#right   { }

	.right {
	 float: right;
	 margin-left: 5px;
	}
}
