@charset "UTF-8";
body.denim {
	background-image: url(images/denim.png);
}

#menuContainer {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#cubes {
	background-image: url(images/bg_cubes.png);
	height: 906px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 906px;
}
#logo {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	float: left;
	clear: both;
}
#description {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	float: left;
	clear: both;
	width: 300px;
}
#description a:link, #description a:visited {
	color: #93A3C1;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	width: 300px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #15574D;
	margin: 0px;
	padding: 0px;
}
#description a:hover {
	color: #FF00CC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	width: 300px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0066;
	margin: 0px;
	padding: 0px;
}
#logo a:link, #logo a:visited  {
	color: #FFF;
	background-image: none;
	text-decoration: none;
}
#logo a:hover {
	background-image: url(images/cubes-header.png);
	background-repeat: repeat-y;
}
h2#nav1 {
	position: absolute;
	left: 399px;
	top: 58px;
	height: 224px;
	width: 225px;
	line-height: 224px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2#nav1 a:link, h2#nav1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
h2#nav1 a:hover {
	background-image: url(images/menu_1_over.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: underline;
}
h2#nav2 {
	position: absolute;
	left: 519px;
	top: 471px;
	height: 224px;
	width: 225px;
	line-height: 224px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2#nav2 a:link, h2#nav2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
h2#nav2 a:hover {
	background-image: url(images/menu_2_over.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: underline;
}
h2#nav3 {
	position: absolute;
	left: 230px;
	top: 340px;
	height: 224px;
	width: 225px;
	line-height: 224px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2#nav3 a:link, h2#nav3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
h2#nav3 a:hover {
	background-image: url(images/menu_3_over.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: underline;
}
#course #container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
body#course {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Arial, Helvetica, "sans-serif;";
	background-color: #E9E3F3;
}
#course header {
	background-color: #333;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#course h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#course #content {
	float: left;
	background-color: #FFF;
	width: 796px;
	margin-top: 50px;
	border: dashed #000 2px;	
}
#course nav {
	float: left;
	margin-top: 50px;
	width: 200px;
}
#course header a:link, #course header a:visited {
	color: #EF9C60;
	padding-left: 50px;
	background-image: url(images/logo_icon.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
#course header a:hover {
	background-image: url(images/logo_icon_over.png);
	color: #E8684E;
	text-decoration: underline;
}
#course nav ul {
	list-style-type: none;
}
#course nav a:link {
	color: #000;
	text-decoration: none;
}
