@charset "utf-8";

 body {
	 margin:0;
	 padding:0;
	 background:#0d0d0c;
	 font-family:Georgia, 'Times New Roman', Times, serif;
	 color:#FFF;
 }
 
 a {
	 text-decoration:none;
	 color:#000;
 }
 
 a:hover {
	 text-decoration:underline;
	 color:#916702;
 }
 
 img {
	 border:0;
 }
 
 div#wrapper {
	 width:1024px;
	 height:768px;
	 margin:0 auto;
	 background:url(images/background.jpg) no-repeat;
 }
 
 div#header {
	 width:1024px;
	 height:200px;
	 background:url(images/header_bg.png) top no-repeat;
	 z-index:1;
 }
 
 div#logo {
	 width:396px;
	 padding:20px 0 0 30px;
 }
 
 div#navigation {
	 float:right;
	 margin-top:30px;
 }
 
 div#navigation-menu {
	float:left;
	width:450px;
 }
	
 div#navigation-menu ul {
	margin:0;
	padding:0;
 }
	
 div#navigation-menu li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
 }
 
 div#content {
	 z-index:1;
	 width:960px;
	 margin:0 auto;
 }
 
 div#portrait {
	 width:391px;
	 position:absolute;
	 z-index:100;
	 margin:116px 0 0 62px;
 }
 
 div#sypnosis {
	 float:right;
	 width:473px;
	 height:193px;
	 margin-top:15px;
	 background:url(images/homepage_sypnosis.png) no-repeat;
 }
 
 div#about {
	 width:400px;
	 margin:0 auto;
	 padding-top:35px;
	 text-align:justify;
 }
 
 div#homepage-left-col {
	 float:left;
	 width:400px;
	 text-align:center;
	 margin-top:250px;
 }
 
 div#upcoming-events {
	float:left;
	width:460px;
	background:url(images/upcoming_events.png) no-repeat;
	height:361px;
	margin-left:40px;
	color:#000;
 }
 
 div#upcoming-events p#title {
	 margin-top:50px;
	 color:#286667;
	 font-size:1.8em;
	 padding-right:40px;
	 text-align:right;
 }
 
 div#upcoming-events b { 
	 color:#286667;
	 font-weight:bold;
 }
 
 div#upcoming-events p#info {
	 margin:10px 0 0 280px;
	 font-size:12px;
 }
 
 div#sewanee_quote {
	 float:left;
	 width:380px;
	 margin:250px 0 0 15px;
 }
 
 div#bio-box {
	 float:right;
	 width:525px;
	 height:556px;
	 background:url(images/bio_box.png) no-repeat;
 }
 
 div#bio {
	 width:460px;
	 margin:30px 0 0 40px;
	 color:#000;
	 font-size:14px;
 }
 
 div#music-box {
	 float:right; 
	 width:526px; 
	 height:289px; 
	 background:url(images/music_box.png) no-repeat; 
	 color:#000;
 }
 
 div#music {
	 width:450px; 
	 margin:40px 0 0 50px; 
	 font-size:12px;
 }
 
 div#music a:hover {
	 color:#1e6667;
	 text-decoration:none;
 }
 
 div#photo-box {
	 float:right; 
	 width:440px; 
	 height:475px;
 }
 
 div#photo-box p#navigation {
	 font-size:12px; 
	 text-align:right; 
	 font-family:Arial, Helvetica, sans-serif;
 }
 
 div#photo-box div.portrait {
	 float:left;
	 min-width:172px;
	 padding:10px; 
	 background:url(images/portrait.png) no-repeat;
	 text-align:center;
	 margin-left:20px;
 }
 
 div#photo-box span#current {
	 color:#c48c07;
	 font-weight:bold;
 }
 
 div#photo-box a {
	 	color:#FFF;
 }
 
 div#news-box {
	 float:right; 
	 width:515px; 
	 height:560px; 
	 background:url(images/news_box.png) no-repeat;
 }
 
 div#news {
	 width:450px; 
	 margin:0 auto; 
	 padding:30px 0 0 20px; 
	 color:#000; 
	 font-size:12px;
 }
 
 div#news b {
	 color:#286667;
 }
 
 div#contact-box {
	 float:right; 
	 width:460px; 
	 height:230px; 
	 background:url(images/contact_box.png) no-repeat;
 }
 
 div#contact {
	 color:#000; 
	 margin:40px 0 0 50px; 
	 font-size:12px;
 }
 
 div#contact a {
	 color:#286667;
	 font-weight:bold;
 }
 
 div.spacer {
	 clear:both;
	 height:10px;
 }
 
 
