@import	"main.css";

#container {
	background-image: url(../img/home/content_bg.jpg);
	background-repeat: no-repeat;
	width: 784px;
	height: 543px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#lifestyle {
	position: absolute;
	left: 34px;
	top: 105px;
}

#nav {
	background-repeat: no-repeat;
	width: 200px;
	height: 72px;
	margin: 0 0 10px 0;
	padding: 0;
	position: absolute;
	left: 577px;
	top: 114px;
}

#nav li, #nav a {
	font-family: Helvetica, san-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-shadow: #a07c30 2px 2px 2px;
	list-style: none;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-shadow: 1px #333 solid;
}

a.basements {
	background: url(../img/basements-site.png) no-repeat top left;
	color: #a91d0e;
	width: 150px;
	height: 50px;
	display: block;
}

#n1 {
	top: 0;
}

#n1 a:hover {

}

#n2 {
	top: 20px;
}

#n2 a:hover {
	background-image: url(../img/home/nav.gif);
	background-repeat: no-repeat;
	background-position: -133px -20px;
}

#n3 {
	top: 40px;
}

#n3 a:hover {
	background-image: url(../img/home/nav.gif);
	background-repeat: no-repeat;
	background-position: -133px -40px;
}

#n4 {
	top: 60px;
}

#n4 a:hover {
	background-image: url(../img/home/nav.gif);
	background-repeat: no-repeat;
	background-position: -133px -60px;
}

#ticker {
	position: absolute;
	left: 28px;
	top: 546px;
}

#upcoming {
	position: relative;
	top: 545px;
	left: 28px;
	height: 50px;
}

#upcoming p {
	background: url(../img/home/featured.png) no-repeat top left;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: #eee 1px 1px 2px;
	height: 50px;
	padding: 8px 0 0 85px;
}


#footer {
	position: absolute;
	top: 610px;
	left: 0;
}