/*  This is for chapter Chapter 13 lab assignment */
#navigation {
	position:absolute;
	left:17px;
	top:155px;
	width:213px;
	height:900px;
	z-index:3;
	background-color: #FF0;
}
#banner {
	position:absolute;
	left:20px;
	top:13px;
	width:844px;
	height:126px;
	z-index:2;
	color: #006;
	background-color: #FF0;
	text-align: center;
}
#content {
    position: absolute;
    left: 249px;
    top: 154px;
    width: 573px;
    height: 1115px;
    z-index: 1;
    background-color: #A6181A;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin: auto;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFF00;
	text-align: center;
}
a:link {
	color: #FF0;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #006;
}
a:active {
	color: #006;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFFF00;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #FF0;
}
.image-border {
	border: medium solid #FF0;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
body {
	background-color: #006;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	text-align: center;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.image-right {
	padding-left: 10px;
}
.image-left {
	padding-left: 0px;
	padding-right: 10px;
}
p {
	text-align: left;
}



.menu-item {
    color: #C50202;
    background-color: #FFFF00;
}

#parentcontainer {
	position:absolute;
	width:900px;
	height:1270px;
	z-index:1;
	background-color: #FFC;
}
#promocontainer {
	position:absolute;
	width:570px;
	height:1000px;
	z-index:1;
	visibility: visible;
	padding-right: 15px;
	padding-left: 15px;
	overflow: scroll;
	left: 27px;
	top: 6px;
}

#outsidecontainer {
	margin: auto;
	height: 1270px;
	width: 900px;
	background-color: #006;
}
