/* Screen layout: */

.flv {
float:left;
padding:2px;
margin:2px 8px 10px 0;
width:360px;
height: 260px;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
z-index: -10;
}

/* Site title section */

/* 
#logo {
margin:15px 0 0 0;
} */

#logo {
margin: 10px 0 20px 0;
overflow:auto;
}

#logo img {
margin: 6px 12px 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Header description */

#desc {
margin:0;
width: 840px;
height:170px;
color:#303030;
padding:0 0 10px 0;
background: url(./themes/site_themes/prairiefire/PF_Web_Banner2009.jpg) top left no-repeat;                                       
clear:both;
}

#desc p {
width:340px;
font-size:0.95em;
font-weight:bold;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
width:350px;
font-size:1.2em;
font-weight:bold;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h1, #desc h2 {
padding:10px 5px 0 15px;
color:#303030;
margin:10px 0 4px 0;
}

#desc a {
text-decoration:none;
}


.PBCore {
        font-weight: normal;
        line-height:1em;
        padding:0 0 0 43px;
        background: url(http://will.illinois.edu/images/sitewide/PBCoreBug.gif) no-repeat 0 50%;
        text-decoration:none;
        }

.title	{
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 16px;
	font-weight:normal;
	text-align: left;
	padding-bottom: 5px;
        margin:8px 0;
	color: rgb(23,93,165);
	border-bottom: 2px dotted #99CC33;
	}

#main {
margin-top: -16px;
}

#sidebar {
margin-top: -29px;
}