
<!-- This is the Kaskaskia style sheet -->
 header, section, footer, aside, nav, article, figure, figcaption {
	    display: block;
}

body {
	color: #666666;
	background-color: #f9f8f6;
	background-image: url("../images/sea.jpg");
	background-position: center;
	font-family: Georgia, Times, serf;
	line-height: 1.4em;
	margin: 20px;
    border-radius: 20px;
}

.wrapper {
	width: 940px;
	margin: 20px auto 20px auto;
	border: 2px solid #000000;
	background-color: #ffffff;
	border-radius: 20px;
}

header {
	align: center;
	height: 260px;
	background-image: url("../images/AO27.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: blue;
	border-radius: 20px 20px 0px 0px;
}

h1 {
	text-indent: 0px;
	width: 940px;
	height: 260px;
	margin: 0px;
}

nav, footer {
	clear: both;
	color: #ffffff;
	color: #0000ff;
	background-color: #aeaca8;
	height: 30px;
	border-radius: 0px 0px 20px 20px;
}

	   
nav ul {
	margin: 0px;
	padding: 0px 0px 5px 30px;
	border-radius: 50px;
}

nav li {
	display: inline;
	margin-right: 35px;
}

nav li a {
	color: #ffffff;
}

nav li a:hover, nav li a.current {
	color: #000000
}

section.courses {
	float: left;
	width: 850px;
	padding: 50px;
}

article {
	clear: both;
	overflow: auto;
	width: 100%;
	margin-left: 20px;
}

hgroup {
	margin-top: 40px;
}

figure {
	float: left;
	width: 290px;
	height: 220px;
	padding: 5px;
	margin: 30px;
	border: 0px solid #eeeeee;
}

figure.center{
	float: center;
	width: 350px;
	height: 350px;
	border: 0px solid #eeeeee;
}

figcaption {
	font-size: 100%;
	color: #0000ff;
	text-align: left;
}

img.align-center{
	display: block;
	margin: 0px auto;
}

img.medium {
	width: 350px;
	height: 350px;
}

a {
	color: #de6581;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
}

h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

h3 {
	margin: 0px 0px 10px 0px;
	color: #de6581;
}

h2.center{
	text-align: center;
}

h3.center{
	text-align: center;
}

/*<!--	 } -->*/

footer {
	font-size: 80%;
	color: #0000ff;
	padding: 7px 0px 0px 20px;
}

#sitenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

#sitenav li {
	float: left;
	list-style-type: none;
}

#sitenav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 8px 8px;
	text-decoration: none;
	list-style-type: none;
}

#sitenav li a:hover {
	background-color: #111;
}

ul.center{
	list-style-type: none;
	margin: 0px 0px 0px 300px;
	color: #0000ff;
}
ul.left{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	color: #0000ff;
}

p{
	text-align: left;
	color: #0000ff; 
	font-size: large;
	font-family: georgia, palatino;
}

table {
	width: 600px;
	color: #0000ff;
}

th, td {
	padding: 1px 10px 10px 10px 10px:
}

th {
	text-align: left;
}
/* } */