html, body{
	height:100%;
}
body{
	background-color:#EEE;
	color:#000;
	font-weight:normal;
	font-size:small;
}
h1, h2{
	color:#000;
	font-weight:normal;
	clear:both;
}
a{
	color:#A00;
}
.important{
	background-color:#FFD;
	padding:5px;
}
div#container{
	text-align:center;
}
div#rcontent{
	width:480px;
	float:right;
	background-color:#FFF;
}
div#lcontent{
	width:480px;
	float:left;
	background-color:#FFF;
}
div#content{
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	text-align:left;
	margin:0 auto;
	width:965px;
	background-color:#FFF;
	border-bottom:10px solid #FFF;
}
div.contwlcol{
	width:600px;
	float:right;
}

img#fuse_logo{
	position:absolute;
	top:65px;
	left:5px;
}

div#nav{
	position:relative;
	width:985px;
	text-align:right;
	margin:0 auto;
	height:120px;
	background-image:url('http://media.montalvoarts.org/images/special/fuse/banner.png');
	background-repeat:no-repeat;
	background-color:#FFF;
}

div#nav ul{
	/*margin-left:520px;*/
	float:right;
	margin-top:65px;
	margin-right:0px;
	list-style:none;
	
}
div#nav li{
	float:left;
	margin-left:10px;
	margin-right:0px;
}
div#nav li a{
	font-size:medium;
	padding:5px;
}	
div#nav li a:hover{
}
div#footer{
	margin-top:30px;
}
div#footer img{
	margin:10px;
}

div.regular{
	width:975px;
}

div.narrower{
	width:635px;
	float:left;
}
div#media_column{
	width:315px;
	float:left;
	display:inline;
}
