body {
	font-family: sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

p {
	line-height: 23px;
}

ul {
	line-height: 25px;
}

h1 {
	margin-top: 35px;
	text-align: center;
	color: #480000;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #480000;
	font-size: 120%;
}

.choices {
	text-align: center;
	font-size: 130%;
}

.choices a {
	color: #480000;
}

.choices a:hover {
	color: #7A0000;
}

#descriptions {
	position: relative;
	display: block;
	width: 100%;
	height: 280px;
}

/* Thanks to Dan Cederholm for the rounded corners
   http://www.alistapart.com/articles/mountaintop/
 */

dl {
	background: #BB8C8C url(images/box_bottom.gif) no-repeat scroll left bottom;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 240px;
	position: absolute;
	left: 0px;
}

dl.programming101 {
	background: #D3C2C2 url(images/box_bottom.gif) no-repeat scroll left bottom;
	left: 280px;
	position: absolute;
}

dl.apcs {
	background: #C0C0C0 url(images/box_bottom.gif) no-repeat scroll left bottom;
	left: 560px;
	position: absolute; 
}

dt {
	background:#7A0000 url(images/box_top.gif) no-repeat scroll left top;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:130%;
	margin:0 0 10px;
	padding:10px;
}

.programming101 dt {
	background:#976565 url(images/box_top.gif) no-repeat scroll left top;
}

.apcs dt {
	background:#505050 url(images/box_top.gif) no-repeat scroll left top;
}

dd {
	background:transparent url(images/arrow.gif) no-repeat scroll 0 3px;
	color:white;
	font-family:Verdana,sans-serif;
	font-size:90%;
	margin:0 0 0 10px;
	padding:0 10px 10px;
}

li {
	list-style-image: url(images/arrow.gif);
	margin-left: 20px;
}

.centered {
	display: block;
	margin: 0 auto;
}

.side_pic {
	border: 7px solid #ddd;
	margin-right: 20px;
	float: left;
	overflow: auto;
	margin-bottom: 20px;
}

#footer {
	padding-top: 10px;
	border-top: 2px solid #ddd;
	margin-top: 20px;
	clear: both;
}

#footer p {
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #aaa;
	font-size: 75%;
	line-height: 13px;
}