a:link { color:#ff0000; }

*
{
	margin:0;
	padding:0;
}

body
{
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	color:#ffffff;
	background:#333333;
}

#all
{
	width:740px;
}

#top
{
	background:#ff0000;
}

#top img
{
	display:block;
}

#middle
{
	background: #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#ffffff;
}

#left
{
	position:absolute;
	left:0;
	width:170px;
	border-top:1px solid #000000;
}

#left li
{
	list-style:none;
	border-bottom:1px solid #FF8080;
	border-left:5px solid #FF8080;
}

#left a
{
	text-decoration:none;
	padding:10px 20px 10px;
	display:block;
	font-size:13px;
	font-weight:bold;
	background:transparent;
	color:#FFBFBF; 
}

#left a:hover { background: #B30000; }

#left span#current
{
	font-variant:small-caps;
	color:white;
}

#main
{
	padding:0 50px 0 50px;
	margin:0 0 0 170px;
	text-align:justify;
	background: #ffffff;
	color:#000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

#content
{
	margin:0 0 0 170px;
	text-align:left;
	background: #ffffff;
	color:#000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

h3 
{
	font-size:16px;
	margin:16px 0 16px 30px;
}

p
{
	margin:12px 30px;
}


#first { padding-bottom:30px; }
#second { padding-bottom:30px; }
.about { font-size:11px; font-family:monospace; }
#credits 
{
	font-size:10px; 
	padding-top:60px; 
	padding-bottom:10px; 
}

/* for talk.html */
#warning 
{
	margin-bottom:100px; 
	background:#ffbfbf;
	color:#ff0000;
	padding:2px;
}

/* for photos.html */
h4
{
	margin-left:30px;
	margin-top:10px;
}

div.image1
{
	float:left;
	margin-left:30px;
	background:#ffbfbf;
}

div.image2
{
	float:left;
	background:#ffbfbf;
	margin-left:30px;
}

div.placeholder
{
	clear:both;
}

div.image1 p.desc, div.image2 p.desc
{
	margin-left:0;
	margin-top:10px;
	font-size:11px;
}

/* schedule.html */
div#content ul
{
	margin-left:30px;
}

div#content li
{
	list-style:none;
	line-height:180%;
}
