body {
	background-color: #000000;
	background-image: 
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:35% 25%;
}

#redBanner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:37.5px;
	z-index:4;
	background-color: #990000;
}
#blackBanner {
	position:absolute;
	left:0px;
	top:37.5px;
	width:100%;
	height:37.5px;
	z-index:3;
	background-color: #003300;
}
#greenBanner {
	position:absolute;
	left:0;
	top:74px;
	width:100%;
	height:37.5px;
	z-index:2;
	background-color: #006600;
}
#wrapper {
	height: auto;
	width: 900px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;
	margin: auto;
}
#banner {
	background-image: url(../_assets/images/top_banner.gif);
	height: 112.5px;
	width: 900px;
	float: left;
	left: 0px;
	top: 0px;
}
#asu-logo {
	float: left;
}
#nav1 {
	height: auto;
	margin-top: 75px;
	float: left;
	margin-left: 18px;
}
#nav2 {
	float: right;
	height: auto;
}
#framework {
	float: right;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	margin-bottom: 190px;
	padding-top: 10px;
	border: thin solid #FFFFFF;
}
#main-images {
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cc9900;
	border-bottom-color: #cc9900;
	width: 800px;
	height: 200px;
}
#frame {
	height: 100%;
	width: 100%;
	margin: auto auto 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	float: right;
	clear: left;
}
#center-col {
	float: left;
	height: auto;
	width: 460px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #cc9900;
	margin: auto;
}
#right-col {
	height: auto;
	width: 250px;
	text-align: center;
	float: right;
	margin: 20px;
}
#nav3 {
	width: 250px;
	height: 100%;
	margin: auto;
	float: left;
}
#advertisment {
	width: 245px;
	margin: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	padding-top: 15px;
	font-size: 10px;
	float: right;
}
#footer {
	margin: 0px auto;
	float: left;
	height: auto;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #000000;
	text-align: left;
	height: auto;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bold9pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

