/***** Style Sheet for Damon's Homepage - Stanford *****/


body {
	margin: 15px 0px 15px 0px;
	border: 0px;
	padding: 0px;
	font-family: times;
	font-size: 16px;
}

html {
	overflow-y: scroll;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #880000;
	text-decoration: underline;
}
	
div#main {
	position: relative;
	width: 700px;
	/*width:expression(document.body.clientWidth > 800? "780px": "auto" );*/
	height: 100%;
	min-height: 100%;
	border: solid #880000;
	border-width: 3px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div#banner {
	border: solid #000;
	border-width: 0px 0px 2px 0px;
	padding: 20px 0px 0px 5px;
	color: #000;
	font-size: 20px;
	font-family: times;
}

div#seal {
	float: left;
	padding: 0px 25px 10px 25px;
}

img#logo {
	width: 150px;
	height: 150px;
}

div#sub-banner {
	padding: 50px 0px 0px 0px;
	float: left;
}

div#script {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	font-style: italic;
	font-weight: bold;
	color: #880000;
}

div.spacer {
	clear: both;
	line-height: 0;
}

div#navbar {
	font-size: 16px;
	text-align: center;
	padding: 15px 0px 5px 0px;
	color: #000;
	clear: both;
}

a.navbar:link, a.navbar:visited {
	color: #880000;
	text-decoration: none;
}

a.navbar:hover {
	color: #880000;
	text-decoration: underline;
}

div#content {
	padding: 30px 80px 30px 80px;
	text-align: center;
}

img#me {
	float: left;
}

div#cont-lefter {
	float: left;
	padding: 20px 0px 0px 20px;
	text-align: center;
}

div#cont-lefter0 {
	padding: 20px 0px 0px 0px;
	float: left;
	text-align: left;
}

div#cont-lefter2 {
	padding: 20px 0px 0px 0px;
	width: 100px;
	float: left;
	text-align: left;
}

div#cont-lefter3 {
	padding: 20px 0px 0px 0px;
	width: 400px; 
	float: left;
	text-align: left;
}

span.title {
	color: #880000;
	font-size: 30px;
}

span.black {
	color: #000;
}

span.boldy {
	color: #880000;
	font-weight: bold;
}

span.orange {
	color: #000;
}

span.orange_b {
	color: #000;
	font-weight: bold;
}

span.blue {
	color: #880000;
}

a.email:link, a.email:visited {
	color: #880000;
	text-decoration: none;
}

a.email:hover {
	color: #880000;
	text-decoration: underline;
}

div#list {
	text-align: left;
	font-size: 16px;
}

a.blink:link, a.blink:visited {
	color: #880000;
	text-decoration: none;
}

a.blink:hover {
	color: #880000;
	text-decoration: underline;
}

div#footer {
	border: solid #000;
	border-width: 1px 0px 0px 0px;
	background-color: #555;
	clear: both;
}

#headtable {
	font-family:"Garamond";
	width: 285px;
}
#topt {
	border-bottom: 1px black solid;
	font-variant: small-caps;
	font-size: 25px;
	letter-spacing: 4px;
	padding: 0px;
}
#leftt {
	float: left;
	border-right: 1px black solid;
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 6px 0px 0px;
	color: #880000;
}
#rightt {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 0px 0px 6px;
	color: #880000;
}