* {
	margin: 0;
	padding: 0;
	border: 0;
}
.imgCenter{
	margin: auto;
	display: block;
}

body {
	background-color: #f9e29d;
}

#wrap {
	background-color: #ffffff;
	width: 960px;
	height: 1100px;
	margin: 5px auto;
	position: relative;
}

header {
	background-color: #f4ad6b;
	height: 125px;
	line-height: 125px;
	padding-left: 50px;
}

nav {
	width: 200px;
	position:absolute;
	top: 130px;
	left: 5px;
}
nav ul {
	list-style-type: none;
}
nav a {
	display: block;
	width: 200px;
	height:40px;
	text-decoration: none;
	background: url(images/rolloverBkgrnd.gif);
	line-height: 40px;
	text-indent: 50px;
	color: black;
	margin-bottom:1px;
}
nav a:hover{
	background-position: right bottom;
}

main {
	width: 740px;
	position: relative;
	left: 215px;
}
article {
	width: 515px;
	position: absolute;
	top: 5px;
	left:0;
}
aside {
	width: 220px;
	position: absolute;
	top:5px;
	right:0;
}
footer{
	position: absolute;
	bottom: 0;
	right:0;
	left:0;
	height:30px;
	line-height: 30px;
	padding-left: 50px;
}