@charset "UTF-8";
/* CSS Document */

body {
	overflow: auto;
    background-color: #000;
    height: auto;
}

a {
	color:#FFFFFF
}
	
html {
	height:100%;
}

#container {
	width: 704px;
	background: #000;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	height: auto;
}

#banner {
	padding-bottom: 30px;
	background: #000;
	color: #000;
}

a:link {
    color: #FFF;
    text-decoration: none
}
a:visited {
    color:#FFF;
    text-decoration: none
}
a:hover {
	color:#fc9200;
    text-decoration: none
}
a:active {
	color:#fc9200;
    text-decoration: none
}

#content a {
	text-decoration: underline;
}
	
#news, #events, #projects, #bio, #disco, #teaching, #contact {
	margin-right: 20px;
	height: 14px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #FFF;
	line-height: 14px; 
	float: left;
}
#events, #projects, #bio, #disco, #teaching, #contact {
	margin-left: 10px;
}

#content {
	clear: both;
	color: #FFF;
	font-size: 12px;
	height: 100%;
}
.alignmiddle {
	text-align:center
}

.sideman {
	overflow: hidden;
}

.sideman .item {
	margin-top: 15px;
	float: left;
	width: 50%;
}

.clear {
	clear: both;
}