body {
	padding: 0px;
	background-color: #666666;
	margin-top: 20px;
	}
	
#wrap{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	height: auto;
	padding: 0px;
	overflow: hidden;
	}
	
#header {
	margin: 0px auto;
	width: 900px;
	height: 144px;
	background-color: #000000;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	}
#headerlink {
        display:block;
        text-indent:-9999px;
        width:150px;
        height: 144px;
}
	
#horiz_nav {
	margin: 0px auto;
	width: 900px;
	height: 44px;
	background-color: #000000;
	}
	
#banner_ad {
	margin: 0px auto;
	width: 900px;
	height: 100px;
	background-color: #000000;
	margin-top: 0px;
	text-align: center;
	}
	
#maincontent {
	width: auto;
	height: auto;
	background-color: #000000;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#photobox {
	float:left;
	width: 190px;
	height: 100%;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-top: 5px;
	}
	
#photobox img {
	margin-top: 5px;
	margin-left: 20px;	
	}

/* CHRIS' hacks HERE!!!! */

#photobox ul li a:link {
    color: #FFCC99;
    text-decoration: none;
}
#photobox ul li a:visited {
    color: #FFCC99;
    text-decoration: none;
}
#photobox ul li a:hover {
    color: #FFCC99;
    text-decoration: none;
}

/* END OF CHRIS' HACKS!! */

#content {
	width: 680px;
	height: 100%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	text-align: left;
	}
	
#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: disc;
	}
	
#content a:link {
	color: #FFCC99;
	text-decoration: none;
	}
	
#content a:visited {
	color: #FFCC99;
	text-decoration: none;
	}
	
#content a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
	
.red {
	color: #FF0000;
	}
	
.orange {
	color: #FF9900;	
	}
	
.green {
	color: #00CC33;
}
	
#footer {
	width: 900px;
	height: 100px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	}
	
#footertext {
	font-size: 0.8em;
	color: #FFFFFF;
	margin-right: 100px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

#footertext a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:hover {
	color: #F8994E;
	text-decoration: underline;
}
	
.promo {
	background-image:url(images/netbook.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:109px;
	width:382px;
	position: absolute;
	right: 0px;
	bottom: 0px;
 }
 
 .promo a {
  display:block;
  height:109px;
  width:382px;
  text-decoration:none;
 }

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: absolute;
	top: 3px;
	right: 20px;
	color: #FFFFFF;
	width: 320px;
	text-align: right;
 }
 
.topnav a {
	margin-left:5px;
	margin-right:5px;
	text-decoration:underline;
	color: #FFFFFF;
 }

#navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	height:38px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
#navbar li {
	list-style:none;
	display:inline;
}

#navbar a {
	width:228px;
	color:#000000;
	text-decoration:none;
	float:left;
	background-image: url(images/topnav.gif);
	background-repeat: no-repeat;
	height: 36px;
	display: inline;
	text-align: center;
	padding-top: 9px;
}


#navbar li#whychoose a:link, #navbar li#whychoose a:visited {
	color: #000000;
	background-image:url(images/topnav.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	display: inline;
}

#navbar li#whychoose a:hover, #navbar li#whychoose a:active {
	color: #FFFFFF;
	background-image:url(images/why_choose_over.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	display: inline;
}

#navbar li#profile a:link, #navbar li#profile a:visited {
	color: #000000;
	background-image:url(images/topnav.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	display: inline;
}

#navbar li#profile a:hover, #navbar li#profile a:active {
	color: #FFFFFF;
	background-image: url(images/profile_over.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	display: inline;
}

#navbar li#courses a:link, #navbar li#courses a:visited {
	color: #000000;
	background-image:url(images/topnav.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	display: inline;
}

#navbar li#courses a:hover, #navbar li#courses a:active {
	color: #FFFFFF;
	background-image: url(images/courses_over.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	display: inline;
}

