/*---------------------
Overview Layout
---------------------*/

#header {
	height: 59px;
	background: url(../images/duluth_header.gif) top center no-repeat;
}

#content {
	background: #fff;
}

#left {
	float: left;
	width: 450px;
	padding: 15px;
}

#right {
	margin-left: 480px;
	padding: 60px 15px 15px 15px;
}

#right p {
	padding-left: 5px;
}

#right img {
	border: 2px solid #ccc;
	margin-bottom: 15px;
}

#right a img:hover {
	border: 2px solid #000;
}
