
/* ==== Mastead ==== */
#masthead{ background: #fff; color: white; height: 318px; position: relative; }


/* main image */

div#main-image {
 	background: #fff no-repeat top left;
	clear: left;
	height: 200px;
	position: relative;
	width: 890px;
}

/* presentation */
#presentation {
	color: white;
	background: transparent url(../images/presentation.png);
	height: 160px;
	margin: 0; padding: 20px;
	overflow: hidden;
   	position: absolute;
   	top: 0px; left: 445px;
   	width: 405px;
}
#presentation h2 { text-transform: uppercase; }
#presentation h3 { color: white; margin: 13px 0; }
#presentation p { margin-bottom: 20px; }


/* site title */
div#site-title {
	margin: 7px 0 15px 0;
}

/* blog */
ul.arrow { float: left; }
ul.arrow li
{
	background: #fff url(../images/list-arrow.gif) no-repeat left 4px;
	float: left;
	padding-left: 11px;
	width: 150px;
}
ul.home-categories li 
{ 
	margin-left: 0 
}

/* headers */

#body .one h2.dept-title {
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 0px;
	margin-top: 0;
	line-height: 32px;
}

h3 {
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
}

h3.dept-subtitle {
	color: #666;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	font-style: italic;
	line-height: 14px; 
	margin-top: 0;
}

/* footer */
#footer #boilerplate {
	background-color: #666;
	color: #FFF;
	padding: 20px 15px;
	margin: 15px;
}

/* misc */
div.email {
	padding-bottom: 15px;
}
