div#header {
	border:solid #090 1px;
	background:#444 url(../images/backgrounddw.gif) 50% -5em no-repeat;
}
div#menuwrapper {
	border:solid #090 1px;
}
div#featured {
	border:solid #090 1px;
	background:#444 url(../images/backgrounddw.gif) 50% -14.25em no-repeat;
	height:inherit;
	padding:50px 0 140px 0;
}
div#content {
	width:950px;
	margin:auto;
	padding:0;
}
div#footer {
	border:solid #090 1px;
	background:#444 url(../images/backgrounddw.gif) 50% -53.8em no-repeat;
}
ul.hoverbox {
	cursor: default;
	list-style: none;
	color:#fff;
}
ul.hoverbox a img.preview {
	display: none;
}
ul.hoverbox a:hover img.preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
ul.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 150px;
}
ul.hoverbox li {
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	position: relative;
}
ul.hoverbox img.preview {
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 2px;
	width: 300px;
	height: 300px;
}
/* ie fix */
ul.hoverbox a {
	position: relative;
}
ul.hoverbox a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
ul.hoverbox a:hover img.preview {
	top: -38px;
	left: -50px;
}
ul.hoverbox li {
	position: static;
}
div.rows {
	height:200px;
}
ul.description {
	color:#fff;
	margin-left:710px;
}
ul.description li, ul.description li a {
	font-size:1em;
	color:#ccc;
}

