#nav {
	width: 70%;
	height: auto
	}

#nav a {
	width: 20%
	}

#nav a span {
	display: none
	}

#nav a:hover span {
	display: block;
	position: absolute;
	top: 16;
	left: 11;
	margin: 0px;
	width: 202%;
	height: 18px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #006633;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	z-index: 100
	}

#nav #fact a {
	width: 60%
	}

#nav #fact a:hover span	{
	display: block;
	position: absolute;
	top: 16;
	left: 11;
	margin: 0px;
	width: 67%;
	height: 18px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #006633;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	z-index: 100
	}

#nav #infobox {
	margin: 0px;
	width: 40%;
	float: left;
	height: 18px;
	background-color: #ffffff;
	border: 1px solid #006633;	
	}
	
#title {
	width:26%
	}

#display	{
	position: absolute;
	top: 0;
	left: 0;
	width: 725px;
	height: 145px;
	float: left;
	border: 3px double red;
	text-align: center;
	vertical-align: middle
	}

#special {
	border-right:1px solid red; border-bottom:1px solid red; width: 250px;
	height: 80px;
	float: left;
	background-color: #d8d8bf;
	border-top:0px none;
	border-left: 0px none;
	font-family: comic sans ms;
	font-size: 15px;
	color: red
	}

#special #head {
	width: 250px;
	height: 36px;
	background-color: #d8d8d8;
	border-bottom: 1px dashed red;
	font-family: comic sans ms;
	font-size: 24px;
	color: #006633
}

#showcase	{
	width: 350px;
	height: 145px;
	float: right;
	background-color: #d8d8bf;
	border-left: 1px solid red;
	font-family: comic sans ms;
	font-size: 15px;
	color: red
	}

#showcase #head	{
	width: 350px;
	height: 36px;
	background-color: #d8d8d8;
	border-bottom: 1px dashed red;
	font-family: comic sans ms;
	font-size: 24px;
	color: #006633
	}

#showcase #pic	{
	width: 150px;
	height: 100px;
	padding-top: 8px;
	float: left;
	background-color: #d8d8bf;
	border-right: 1px dashed red
	}
	
#search	{
	width: 250px;
	height: 30px;
	padding-top: 5px;
	float: left;
	background-color: #d8d8bf;
	border-right: 1px solid red
	}

#support	{
	width: 374px;
	height: 28px;
	float: left;
	background-color: #d8d8bf;
	border-top: 1px solid red;
	font-family: comic sans ms;
	font-size: 18px
	}

#support #head	{
	width: 100px;
	height: 28;
	float: left;
	background-color: #d8d8d8;
	border-right: 1px dashed red;
	color: red
	}

#address {
	float: left;
	width: auto;
	height: auto
	}

#link {
	float: right;
	width: auto;
	height: auto;
	font-size: 10px;
	text-align: center
	}

#footer	{
	position: absolute;
	top: 150px;
	width: 100%;
	height: auto;
	}

#content {
	top: 100px
	}