* {
	margin: 0;
	padding: 0;
	}

body {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, sans-serif;
	font-size: .7em;
	text-align: center;
	}
	
* html body {
	width: 801px;
}


h3 {
	font-family: arial, sans-serif;
	font-size: 1.25em;
	margin: 0;
	}

.smallcaps {
	font-variant: small-caps;
	}

.float_left {
	float: left;
	}

.float_left img {
	border: 1px solid gray;
	margin: 5px;
	}

.clearfix {
	clear: both;
	}

.blue {
	color: blue;
	}

.big {
	font-size:14px;
	}
	
a:hover {
	text-decoration: none;
	}

#content {
	text-align: left;
	width: 800px;
	}
	
* html #content {
	width: 801px;
}

#d1 {
	background-image: url(images/01_01.gif);
	width: 800px;
	height: 18px;
	float: left;
}

* html #d1 {
	width: 801px;
}


#d2 {
	background-image: url(images/01_02.gif);
	width: 1px;
	height: 151px;
	float: left;
	display: inline;
}


#d35 {
	float: left;
	}

#d3 {
	background-image: url(images/01_03.gif);
	width: 376px;
	height: 89px;	
}


#d4 {
	background-image: url(images/01_04.gif);
	width: 423px;
	height: 151px;
	float: left;
	
}


#d5 {
	background-image: url(images/01_05.gif);
	width: 376px;
	height: 62px;
}

#d69 {
	float: left;
}


#d6 {
	background-image: url(images/01_06.jpg);
	width: 433px;
	height: 24px;
}

#d6_inner {
	width: 100%;
	float: left;
	}

#d6 ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-variant: small-caps;
	list-style-type: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #161cf7;
	border-top:1px solid #161cf7;
	border-left:1px solid #161cf7;
	}

#d6 li {
	width:19%;
	float: left;
	border-right: 1px solid white;
	text-align: center;
	}

#d6 a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: white;
	background-color: #161cf7;
	}

#d6 a:hover {
	color: gray;
	background-color: white;
	}

#d6 li:last-child {
	border-right: none;
	}

#d710 {
	float: left;
	display:inline;
}

#d7 {
	background-image: url(images/layers_03.jpg);
	width: 264px;
	height: 176px;

}

#d7 img {
	width: 255px;
	height: 167px;
	position: relative;
	top: 5px;
	left: 4px;
	border: 1px solid gray;
}

#d8 {
	behavior: url(csshover.htc);
	position: relative;
	background-image: url(images/layers_04.jpg);
	width: 103px;
	height: 431px;
	float: right;
	display: inline;
}

#d8 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#d8 img {
	width: 90px;
	height: 60px;
	position: relative;
	top: 5px;
	left: 5px;
	margin-top: 5px;
	border: 1px solid gray;
	}

.rollover {
	display: none;
	}

#d8 img:hover {
	border: 1px solid blue;
	}

#d8 a {
	border: none;
	}

#d8 a:hover .rollover {
	position: absolute;
	top: -5px;
	left: -265px;
	display: block;
	float: left;
	}

#d8 a:hover .rollover img {
	width: 255px;
	height: 167px;
	border: 1px solid gray;
	}


#d9 {
	background-image: url(images/01_09.gif);
	background-repeat: no-repeat;
	width: 433px;
	height: 407px;
	float: left;
	display:inline;
}

#d9_inner {
	/*border: 1px solid gray;*/
	margin: 0 10px 0 10px;
	background-color:#E8E8E8;
	padding: 10px;
	line-height: 1.5;
	float: left;
	display: inline;
	}

#d9 p {
	margin: 10px 15px 10px 10px;
	}


#d9 ul {
	margin: 5px 0 0 30px;
	list-style-type: disc;
	}

#d10 {
	background-image: url(images/01_10.gif);
	background-repeat: no-repeat;
	width: 264px;
	height: 255px;
}

#d10_inner {
	/*border: 1px solid gray;*/
	margin: 0 10px 0 5px;
	padding: 10px;
	background-color:#F0F0F0;
	}

#credits {
	margin-left: 10px;
	}

#d10_inner ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	font-variant: small-caps;
	}

#d10_inner li {
	margin: 4px;
	text-align: center;
	}

#d10 p {
	margin: 0 0 10px 0;
	}

#d10 p:first-child {
	padding-bottom: 4px;
	}

#d10 h3 {
	margin-bottom: 5px;
	}