#content  {
	background-image: url('../images/artpiece.gif');
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

#page_heading  {
	width: 365px;
	height: 50px;
	background: url('../images/header_designs.gif') 0% 50% no-repeat;
}

#page_heading span {
	display: none;
}

ul#primary_nav li a, ul#primary_nav li a:visited {
	border-right: none;
	background-color: #a05;
}

#imagecontainer {
	background-color: #fff;
}

#footer {
	background-color: #a05;
}


#designcontainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #eee;
}
#designcontainer td {
	margin: 0px;
	padding: 0px;
}

#designbox {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 550px;
	height: 120px;
	overflow: hidden;
}
#designs {
	margin: 10px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}
#designs table {
	margin: 0;
	padding: 0;
}
#designs table td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
#designs img, #designs img {
	border: 1px solid #666;
}
#designs a:hover img {
	border: 1px solid #fc0;
}

.designnav a, .designnav a:visited {
	display: block;
	height: 120px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 200%;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
.designnav a:hover {
	background-color: #999;
	text-decoration: none;
}

.designnav span {
	vertical-align: middle;
	text-align: center;
}
