body {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	font-family: Arial, sans serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	clear: both;
	text-align: left;
	font-size: 50px;
	color: gray;
	margin: 0px auto 0px auto;
} 

h2 {
	text-align: left;
	font-size: 25px;
	float: left;
	width: 80px;
	margin: 0px 110px 0px auto;
	
} 

p {
	float: left;
	width: 380px;
	margin: 0px auto 20px auto;
	font-size: 15px;
	line-height: 19px;
} 

#container {
	width: 960px;
	height: 100%;
	margin: -10px auto 5px auto;
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.logo {
	float: left;
}

#aboutPhoto {
	float: right;
	margin-top: -117px;
	margin-right: 25px;
}

#content {
	width: 500px;
	margin-top: 300px;
}

#right {
	float: right;
}	

ul.nav {
	list-style-type: none;
	text-align: left;
	font-size: 17px;
	margin: 30px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
	width: 520px;
	float: right;
}

li.nav{
display: inline;
}

ul.courses {
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	color: #29abe2;
	float: left;
	width: 180px;
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
} 

a.courses {
	color: #29abe2;
}

a.courses:hover {
	color: gray;
	
}

a:link {
	text-decoration: none;
} /*unclicked link*/

a:visited {
	text-decoration: none;
} /*a link that has already been clicked*/

a:hover {
	text-decoration: none;
} /*hover over link*/

a:active {
	text-decoration: none;
} /*when link is clicked*/

a.nav:link {
	text-decoration: none;
	color: #000;
	padding: 0px 50px 10px 40px;
	margin: -2px -2px -2px -2px;
} /*unclicked link*/

a.nav:visited {
	text-decoration: none;
	color: #000;
	padding: 0px 50px 10px 40px;
	margin: -2px -2px -2px -2px;
} 

a.nav:hover {
	color: #29abe2;
	padding: 0px 50px 10px 40px;
	margin: -2px -2px -2px -2px;
} /*hover over link*/

a.nav:active {
	text-decoration: text-decoration: none;
	color: #000;
	padding: 0px 50px 10px 40px;
	margin: -2px -2px -2px -2px;
} /*when link is clicked*/


#footer {
	clear: both;
	list-style-type: none;
	text-decoration: none;
	color: black;
	position: fixed;
	bottom: 0px;
	background-color: white;
	width: 960px;
	text-align: right;
	z-index: 1;
p.footer {
	text-decoration: none;
	text-align: right;
	}
}

#footer a {
	color:#000;
	}
	
#footer a:hover {
	color: #29abe2;
	}

#footer .align-left {
	float:left;
	}
	
#footer ul {
	float:right;
}

#footer ul li {
	display:inline;
	padding:0px 38px 0px 29px;
	margin-left: 0px;
}
