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

body { background-color: #678EAE;
}


#container {
margin-left: auto;
margin-right: auto;
width: 950px;

}

#header { height: 140px;
background:  url(../images/header.png) no-repeat center 0;
margin-top:1em;}

#logo { 	margin:0;
	padding: 0;
	z-index: 3;
	height:117px;
	width:117px;
	text-indent: -9000px;
	float:left;
}

#navbar { 
background:  url(../images/nav_bg.png) no-repeat center 0;
height: 34px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.2em;
color:#FFF;
text-transform:uppercase;
}


#main { 
	height: 626px;
	width: 950px;
	background:  url(../images/floral-spread.png) no-repeat center 0;
	font-family:Calibri,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
#left { 
	width: 300px; 
	float:left;
	margin-top: 110px;
	margin-left: 160px;
	height: 400px;
	border-right: dotted 2px #999;
}

#right { 
	width: 310px;
	float:left;
	margin-top: 110px;
	height: 400px;
	padding-left: 30px;
	line-height: 1.5em;
}

#right_poets { 
	width: 325px;
	float:left;
	height: 410px;
	overflow:scroll;
	padding-left: 15px;
	line-height: 1.5em;
	margin-top: 100px;
}



#right h1 { font-size: 1.5em; color: #678EAE; }
#right h2 { font-size: 1.2em; color: #678EAE; }
#right p { color: #333; }


#right_poets h1 { font-size: 1.5em; color: #678EAE; }
#right_poets h2 { font-size: 1.2em; color: #678EAE; }
#right_poets p { color: #333; }

#footer { background-color: #003;
height: 150px;
margin-left: 24px;
width: 902px;}

p { padding-top: 1em}

.blurb { padding-top: 55px; }

.poets { font-size: 0.75em }

.qbmotif { text-align: center;
padding-top: 75px;
padding-left: 15px;}

.cover { text-align: center;}

.photos { margin: 5px }
