
#wrap {
	clear: both;
	width: 800px;
	position: relative;
	/*z-index: -1;*/
	margin: 0 0 0 80px;
	padding: 0;
}	
#menuleft {
	width: 240px;
	float: left;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 200px; 
	position: absolute; 
	/*z-index: -1;*/
	margin: 0; 
}
.menu ul li a, .menu ul li a:visited  {
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:200px; 
	text-align:center; 
	border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background:#c9c9a7; 
	line-height:30px;
	font-size:10pt;
}
.menu ul  {
	padding:0; 
	margin:1.0em 0;
	list-style: none; 
}
.menu ul li  {
	margin-top:4px; 
	margin-right:1px; 
	position:relative;
}
.menu ul li ul  {
	display: none;
}
.menu ul li:hover a  {
	color:#fff; 
	background:#b3ab79;
}

#contact {
	width:200px;
	text-align: center;
	font-size: 9pt;
	line-height: 14pt;
	padding: 0.5em 0;
	border:1px solid;
}
.contact-title {
	font-variant: small-caps;
	font-size: 11pt;
	font-weight: bold;
}
#schedule {
	width:200px;
	text-align: center;
	font-size: 11pt;
	line-height: 16pt;
	padding: 0.5em 0;
}
.schedule-title {
	font-variant: small-caps;
}

#contentright {
	width: 560px;
	float: right;
	padding: 8px;
}

.coursetype {
	text-align: center;
	font-size: 12.0pt;
	font-weight: bold;
	font-style: italic;
	color: #000099;
	padding: 1.0em 0 0 0;
}
.coursetitle {
	font-size: 18pt;
	text-align: center;
	padding: 1.0em 0 0 0;
	color: #000099;
}
.coursecode {
	font-size: 12pt;
	text-align: center;
	padding: 0 0 1.0em 0;
	color: #000099;
}

.photo {
	float: right;
	margin: 0 0 4px 4px;
}

.insetright {
	float: right;
	margin: 0 0 4px 4px;
}
.coursecontent {
	font-size: 9.0pt;
	text-align: justify;
}

.instructor {
	font-size: 10.0pt;
	font-weight: bold;
	color: #000099;
}

.section {
	text-align: center;
	font-size: 10.0pt;
	font-weight: bold;
	color: #000099;
}




