html {
	height: 100%;
	}
	
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/backgroundgradient.gif);
	background-repeat: repeat-x;
	background-color: rgb( 179, 179, 179);
	color: black;
	font: small Verdana, Tahoma, Geneva, Arial, sans-serif;
	}

#wrapper1 {
   width: 900px;
	height: 100%;
   margin: 0 auto;
	padding: 0;
	}

/* Inside Wrapper 1 */

#gradientleft {
	width: 49px;
	background-color: transparent;
	border-right: black solid 1px;
	background-image: url(images/gradientleft.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	float: left;
  }
  
 #gradientright {
	width: 49px;
	background-color: transparent;
	border-left: black solid 1px;
	background-image: url(images/gradientright.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	float: left;
  }

#wrapper2 {
	width: 800px;
	height: 100%;
	float: left;
	background: White;
	}
	
#wrapper3 {
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	}

#picturespace {
	width: 800px;
	height: 170px;
	margin: 0;
	padding: 0;
	background-color: white;
	float: left;
	color: black;
	}

#imagebank {
	padding: 0;
	margin-left: 10px;
	margin-top: 7px;
	height: 170px;
	width: 800px;
	float: left;
	}
	
#imagebank2 {
	margin: 0;
 	padding: 20px 20px 20px 20px;
	background-color: white;
	width: 360px;
	height: 129px;
	border-top: 1px black solid;
	float: left;
	z-index: 2;
}

#project1 a {
	width: 142px;
	height: 142px;
	padding: 0;
	margin: 6.5px;
	float: left;
	background-image: url(images/Picture1.jpg);
	border: solid black 1px;
}

#project1 a:hover {
	border: solid white 1px;
}

#project2 a {
	width: 142px;
	height: 142px;
	padding: 0;
	margin: 6.5px;
	float: left;
	background-image: url(images/Picture2.jpg);
	border: solid black 1px;
}

#project2 a:hover {
	border: solid white 1px;
}

#project3 a {
	width: 142px;
	height: 142px;
	padding: 0;
	margin: 6.5px;
	float: left;
	background-image: url(images/Picture3.jpg);
	border: solid black 1px;
}

#project3 a:hover {
	border: solid white 1px;
}

#project4 a {
	width: 142px;
	height: 142px;
	padding: 0;
	margin: 6.5px;
	float: left;
	background-image: url(images/Picture4.jpg);
	border: solid black 1px;
}

#project4 a:hover {
	border: solid white 1px;
}

#project5 a {
	width: 142px;
	height: 142px;
	padding: 0;
	margin: 6.5px;
	float: left;
	background-image: url(images/Picture5.jpg);
	border: solid black 1px;
}

#project5 a:hover {
	border: solid white 1px;
}

/* Inside navigation bar */

#navigationbar {
	height: 30px;
	width: 800px;
	float: left;
	background-color: Gray;
	background-image: url(images/navergationbargradient.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	list-style: none;
	}

#navergationlinks ul {
 	margin: 0;
 	padding: 5px 20px 0 0;
 	text-align: right;
	word-spacing: 10px;
 	}

#navergationlinks li {
	display: inline;
	word-spacing: 10px;
	font-size: 1em;
 }

#navergationlinks a:link, #navergationlinks a:visited {
	text-decoration: none;
	color: black;
	}

#navergationlinks a:hover {
	text-decoration: none;
	color: white;
	}

#tagline {
	font: small Verdana, Tahoma, Geneva, Arial, sans-serif;
	font-size: 1.5em;
	margin: 0;
	padding: 3px 0 0 15px;
	width: 70px;
	float: left;
	color: black;
}

#tagline a:hover {
	text-decoration: none;
	color: black;
	}

#contentspace {
	background-color: white;
	width: 800px;
	height: 450px;
	float: left;
	text-align: left;
	}

#navergationbar2 {
	height: 50px;
	width: 800px;
	float: left;
	background-color: Gray;
	background-image: url(images/navergationbar2gradient.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	text-align: center;
	}

#navbar2wrapper {
	width: 80px;
	height: 15px;
	float: right;
	margin: 20px;
	padding: 0px;
	background: transparent;
}

#mail_icon a {
	display: block;
	width: 20px;
	height: 15px;
	margin: 0 1px 0 5px;
   padding: 0;
	float: right;
	background-image: url(images/mail_icon.png);
}

#mail_icon a:hover {
	float: right;
	background-position: 0 15px;
}

#mail_icon a span {
	display: none;
}

#map_icon a {
	display: block;
	width: 20px;
	height: 15px;
	margin: 0 3px 0 2px;
   padding: 0;
	float: right;
	background-image: url(images/Map_icon.png);
}

#map_icon a:hover {
	float: right;
	background-position: 0 15px;
}

#map_icon a span {
	display: none;
}

#enews_icon a {
	display: block;
	width: 20px;
	height: 15px;
	margin: 0 1px 0 1px;
   padding: 0;
	float: left;
	background-image: url(images/eNews_icon.png);
}

#enews_icon a:hover {
	float: left;
	background-position: 0 15px;
}

#enews_icon a span {
	display: none;
}
	
#navbarwrapper {
	width: 201px;
	height: 5px;
	float: none;
	margin: 0 auto;
	padding: 10px;
	background: transparent;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 79px;
}

#navleft a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
   padding: 0;
	float: left;
	background-image: url(images/Navbutton_left.png);
}

#navleft a:hover {
	float: left;
	background-position: 0 30px;
}

#navleft a span {
	display: none;
}

#navright a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
   padding: 0;
	float: right;
	background-image: url(images/Navbutton_right.png);
}

#navright a:hover {
	float: right;
	background-position: 0 30px;
}

#navright a span {
	display: none;
}
	
#navbarwrapper h4 {
	margin: 0;
	padding: 5px;
	font-size: larger;
	font-weight: normal;
	color: rgb(77,100,190);
	}

#footer {
	width: 797px;
	height: 45px;
	float: left;
	background-color: white;
	margin: 0;
	padding: 3px 3px 0 0;
	text-align: right;
	font: 0.8em Verdana, Tahoma, Geneva, Arial, sans-serif;
}
	
#footer_flags {
	width: 200px;
	height: 22px;
	float: left;
	background-color: transparent;
	margin: 0;
	padding: 0 0 0 10px;
}

#flagdk a {
	width: 40px;
	height: 20px;
	margin: 5px;
	padding: 0;
	float: left;
	background-image: url(images/flagdk.png);
	border: solid 1px black;
}

#flagdk a:hover {
	border: solid white 1px;
}

#flaguk a {
	width: 40px;
	height: 20px;
	margin: 5px;
	padding: 0;
	float: left;
	background-image: url(images/flaguk.png);
	border: solid 1px black;
}

#flaguk a:hover {
	border: solid white 1px;
}

#flagse a {
	width: 40px;
	height: 20px;
	margin: 5px;
	padding: 0;
	float: left;
	background-image: url(images/flagse.png);
	border: solid 1px black;
}

#flagse a:hover {
	border: solid white 1px;
}
	
#text_block {
	position: relative;
	width: 359px;
	height: 430px;
	padding: 20px 20px 0px 20px;
	background-color: transparent;
	border-right: 1px black solid;
	float: left;
	text-align: justify;
	font: small Verdana, Tahoma, Geneva, Arial, sans-serif;
}

#text_block h4 {
	margin: 0;
	font-size: larger;
	font-weight: normal;
	color: rgb(77,100,190);
}

#text_block ul {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	list-style: circle;
	color: rgb(77,100,190);
}

#text_block a:link, #text_block a:visited {
	text-decoration: none;
	color: black;
}

#text_block a:hover {
	text-decoration: none;
	color: rgb(77,100,190);
}

#text_block_2 {
	width: 359px;
	height: 100%;
	margin: 0;
 	padding: 20px 20px 0 20px;
	background-color: white;
	float: left;
	text-align: justify;
	}

#text_block_2 h4 {
	text-align: left;
	margin: 0;
	font-size: larger;
	font-weight: normal;
	color: rgb(77,100,190);
}
	
#text_block_2 h3 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: rgb(77,100,190);
}

#text_block_2 ul {
	text-decoration: none;
	line-height: 25px;
}

#text_block_2 a:link, #text_block_2 a:visited {
	text-decoration: none;
	color: black;
}

#text_block_2 a:hover {
	text-decoration: none;
	color: rgb(77,100,190);
}

#picture_block {
	margin: 0;
 	padding: 0;
	background-color: white;
	width: 400px;
	height: 300px;
	float: left;
	text-align: left;
}

#picture_block_2 {
	margin: 0;
 	padding: 0;
	background-color: white;
	width: 400px;
	height: 450px;
	float: left;
	text-align: left;
}

#display_image1 {
	margin: 0;
	padding: 0;
	background-color: white;
	width: 400px;
	height: 300px;
	float: left;
	z-index: 10;
}

display_image2 {
	margin: 0;
	padding: 0;
	background-color: white;
	width: 400px;
	height: 300px;
	float: left;
	z-index: 9;
}

display_image3 {
	margin: 0;
	padding: 0;
	background-color: white;
	width: 400px;
	height: 300px;
	float: left;
	z-index: 8;
	
}
	
#other_block {
	margin: 0;
 	padding: 20px 20px 0 20px;
	background-color: white;
	width: 360px;
	height: 129px;
	border-top: 1px black solid;
	float: left;
	text-align: justify;
	}

#other_block h4 {
	margin: 0;
	font-size: larger;
	font-weight: normal;
	color: rgb(77,100,190);
	}
	
#dmglogo a {
	width: 138px;
	height: 72px;
	background-image: url(images/dmglogo.png);
	border: solid black 1px;
	float: left;
	margin-top: 20px;
	margin-left: 111px;
	padding: 0;
}

#dmglogo a:hover {
	border: solid white 1px;
	}

#fmlogo a {
	width: 138px;
	height: 72px;
	background-image: url(images/fmlogo.jpg);
	border: solid black 1px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
}

#fmlogo a:hover {
	border: solid white 1px;
	}
