/* CSS Document */
body{
margin:0;
padding:0;
background-color:#823032;
}

#wrapper{
position:absolute;
top:50%;
left:50%;
width:780px;
margin-left:-390px;
height:480px;
margin-top:-240px;
border:5px solid #faf3ed;
}

#placeholder{
float:left;
width:480px;
height:480px;
background:#abc url(../images/A%20Harvard%202.jpg);
border-right:5px solid #faf3ed;
}

#minilog{
float:left;
	width:295px;
	height:180px;
	background: url(../images/minilog.gif) no-repeat;
}

#nav{
float:left;
width:295px;
background:#faf3ed;
margin-top:60px;
}

#nav ul{
margin:0;
padding:0;
list-style:none;
text-indent:5px;
}

#nav ul li{
display:block;
width:295px;
background:#823032;
line-height: 25px;
	margin: 1px 0;
	padding: 0;
	}
	
#nav ul li a{
display:block;
width:295px;
text-decoration:none;
color:#faf3ed;
font-size:12px;
}

#nav ul li a:hover{
background:#faf3ed;
color:#823032;
font-size:12px;
font-weight:bold;
}


