/* style.css - a simple style sheet */

p {clear: both; font-size: 11pt; margin-top: 0; margin-left: 20px; margin-right: 20px}

body {
	background-image: url(http://www.cs.duke.edu/~alvy/bryan_plaza.jpg);
}

#mytext {
  clear: both; font-size: 11pt; color: black; background: white;
  font-family: Verdana, sans-serif; 
  width: 70%; height:auto; margin-left:auto; margin-right: auto;
  position: relative;
}

h1,h2,h3,h4 { clear: both; text-align: left; font-family: 
Arial, sans-serif; color: midnightblue; margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
}

#nametitle {
	align: left;
	color: Midnightblue;
	margin-left: 20px;
	margin-right: 20px;
	}

#photo {
	position: absolute; top: 6%; z-index: 1;
	left: 70%;
	height: 100%; width: 100%;
	border-style: none;
}

#welcome {
	width: 70%;
}
#header h2 {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	}

#navi {
    align: center;
    text-align: center;
    font-size: 10pt;
    border-top: 1px white solid;
    list-style: none inside;
    margin-left: 20px;
    margin-right: 20px;
}


#navi ul {
    list-style: none outside none;
    margin: 0; padding: 0; border 1px;
    text-align: center;
}

#navi li {
    text-align: center;
    display: block;
    float: left;
    border: solid white;
    border-width: 0 0 0 1px;
}

#navi li:first-child {
    border: none;
    padding-left: 1px;
}

#navi li a {
    display: block;
    text-align: center;
    width: 100px;
    padding: 3px 0;
    color: midnightblue;
}

#navi li a:hover {
    background: #9f9fd6;
}

.sourcetip a.nav:link, .sourcetip a.nav:visited {
    text-decoration: underline;

}

#lectures {
	border: thin solid;
	}

#lectures td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-width: thin;
	border-style: solid;
	white-space: normal;
	size:10px;
	vertical-align: top;
	width: 30%;
	}

#lectures p {clear: both; font-size: 11pt}

#lectures ld {font-color: red}
