@import url("reset.css");
@import url("typography.css");
@import url("forms.css");

#container {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 25px;
	color: #fff;
	background: #333 url(../images/container-bg.gif) repeat-y left top;
	border: 12px solid #666;
	border-top: none;
	overflow: hidden;
}

/*	Header
	------------------------------	*/
	
#accessibility-links {
	display: none;
	visibility: hidden;
}

#header {
	width: 750px;
	padding: 10px 25px 20px 25px;
	background: transparent url(../images/header-bg.gif) no-repeat left top;
	overflow: hidden;
}	

/*	Navigation
	------------------------------	*/
	
#home-nav {
	width: 298px;
	margin: 0 80px 15px 50px;
	float: left;
	display: inline;
	background: url(../images/home-nav-bg.gif) no-repeat left top;
	line-height: 2.5;
}

	#home-nav ul {
		list-style: none;
		margin: 0;
		padding: 5px 0 0 15px;
		font-weight: bold;
	}
	
	#home-nav a {
		color: #fff;
	}
	
	#home-nav-bottom {
		background: url(../images/home-nav-bottom-bg.gif) no-repeat left bottom;
		height: 12px;
	}
	
#nav {
	width: 417px;
	height: 27px;
	margin: 67px 0 0 0;
	float: right;
	list-style: none;
}
	
	#nav li {
		width: 133px;
		height: 23px;
		float: left;
		padding: 4px 3px 0 3px;
		background: url(../images/nav-bg.gif) no-repeat 0 0;
		text-align: center;
	}
	
	#nav #nav-entertainment {
		width: 133px;
		padding: 4px 0 0 3px;
	}
	
	#shopping-page #nav-shopping {
		background-position: 0 -27px;
	}
	
	#food-page #nav-food {
		background-position: 0 -27px;
	}
	
	#entertainment-page #nav-entertainment {
		background-position: 0 -27px;
	}
	
	#nav a {
		color: #fff;
	}

/*	Content
	------------------------------	*/

#content {
	width: 750px;
	padding: 0 25px;
}

.item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #858585;
	clear: both;
	overflow: hidden;
	width: 750px;
}

	.item-images {
		width: 325px;
		float: left;
	}
	
		.item-images ul {
			list-style: none;
			margin: 0;
		}
		
		.item-images li {
			float: left;
			margin-right: 10px;
		}
		
		.item-images img {
			margin-bottom: 5px;
			width: 300px;
		}
		
		.item-images ul li img {
			margin-bottom: 5px;
			width: 52px;
		}

	.item-text {
		width: 425px;
		float: right;
	}

/*	Footer
	------------------------------	*/

#footer {
	width: 800px;
	margin: 10px auto 0 auto;
	font-size: 11px;
	clear: both;
}

	#footer a {
		color: #000;
	}