/* ------ Page Layout (DIVs) ------ */



#main-container{
	width: 698px;
	margin:0 auto;
	background-color: #fff;
	padding: 0px 23px 23px 23px;
	border: 1px #777 solid;
}

#d-top{
	width: 698px;
	height: 30px;
	margin:0 auto;	
	background: transparent url("../images/d-top.gif") no-repeat;

}

#white-top-with-red-bit-of-d{
	width: 698px;
	height: 23px;
	background: #fff url("../images/d-bit-in-white.gif") no-repeat;
}

#header{
	width: 698px;
	height: 407px;
	background: #fff url("../images/header-background.jpg") no-repeat;
}

#small-header
{
	width: 698px;
	height: 124px;
	background: #fff url("../images/small-header.jpg") no-repeat;

}

#navigation{
	width: 698px;
	height: 39px;
	padding: 10px 0px 10px 0px;
	margin-top: 1px;
	background: transparent url("../images/nav-background.gif") repeat-x;
}

#recommend{
	float: right;
	padding: 10px 15px 0px 0px;
}

#content{
	padding: 0px 2px 0px 2px;
}	

#footer{
	padding-top: 15px;
	text-align: center;
	color: #fff;
}
