@charset "utf-8";
/* CSS Document */
/* main content */
* {
	margin: auto;
	padding: 0;
}


body {
	background-color:#FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
}

#container {
		width: 960px;
		margin: auto;
		background-image: url(images/containerback.jpg);
		background-repeat: repeat-y;
}



#content {
	width: 800px;
	margin: 0 auto;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px; 
	line-height: 20px; 

}

#header {
	width:960px;
	height: 362px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

.left {
	float: left;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.label {
	background-color: #9AFEFF;
	line-height: 30px;
	width: 160px;
	margin: 10px -20px;
}

#label p {
	padding: 5px;
	margin: 0 0 0 10px;

}

a {
	outline: none;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	text-align: center;
	padding: 5px 20px;
	margin: 5px 20px;
}


h2 {
	padding: 5px;
	text-align: center;
	color: #FFF38D;
	background-color: #71C8B5;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

h3 {
	margin: 5px;
	font-size:16px;
	color: #71C8B5;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
p {
	padding-right: 30px;
	padding-left: 30px;
}



.centered {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;

}

br {
	clear: both;
}


ul li {
	list-style-type: none;
}
table {
	margin-left: 20px;
}


#nav {
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-bottom: 20px;
}

#class {
	background-image: url(images/classprojects.jpg);
	height: 36px;
	width: 80px;
	background-repeat: no-repeat;
	float: left;
}
#final {
	background-image: url(images/finalprojects.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 36px;
	width: 76px;
}
#homework {
	float: left;
	height: 36px;
	width: 80px;
	background-image: url(images/homework.jpg);
	background-repeat: no-repeat;
}


#nav ul li {
	display: inline;
	padding-top: 10px;
	padding-left: 10px;
}
ul li {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.name {
	font-size: 17px;
	margin-left: -10px;
	font-weight: 500;
}
table {
	background-color: #CAF8EB;
}

td {
	background-color:#FFF;	
}


#nav ul li a {
	padding: 0 15px;
	text-decoration: none;
	outline: none;
}

a:link,
a:visited {
	color: #000000;
}

a:hover,
a:active {
		color: #FFF38D;
		text-decoration: line-through;
}

#current{
	color: #71C8B5;
}

#footer {	
	clear: both;
	width:960px;
	height:262px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

/*my video page css*/


.past {
	width: 500px;
	background-repeat: none;
	margin-bottom: 25px;
	text-align: centered;
}

.pastprojects {
	width: 800px;
	background-repeat: none;
	margin-bottom: 25px;
	text-align: centered;
}

.video {
	margin-top: 10px;
	background-image:url(images/infoslice.jpg);
	background-repeat: repeat-y;
}

.video p {
	padding: 20px;
}

.descriptiontop	{
	height: 63px;
	background-image:url(images/infotop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}



.descriptionbottom	{
	height: 72px;
	background-image:url(images/infobottom.jpg); 
	background-repeat: none;
}
	
.decription {
	background-image: url(images/infoslice.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.decription p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

