/* colors 

blue: #053572;
yellow: #fffcd6;
green: #81b93d;
red: #a80434;

*/

body
{
	background: #053572 url(../images/body_bg.jpg) repeat-x left top;
}

div#wrapper
{
	width: 800px;
	margin: 0 auto;
}


/* ============== header =============== */

div#header
{
	position: relative;
	width: 800px;
	height: 216px;
	background: #91c24d url(../images/header_bg.jpg) no-repeat 50% top;
}

div#header h1#logo
{
	position: absolute;
	width: 207px;
	height: 76px;
	background: transparent url(../images/logo.gif) no-repeat left top;
	top: 120px;
	left: 70px;
}

div#header h1#title
{
	position: absolute;
	width: 331px;
	height: 83px;
	background: transparent url(../images/title.gif) no-repeat left top;
	top: 120px;
	right: 70px;
}

div#header h1 span
{
	display: none;
}

/* ============== content ============== */

div#content
{
	padding: 20px 70px;
	background: transparent url(../images/content_bg.gif) repeat-y left top;
}

div#content h2
{
	color: #053572;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.0em;
	border-bottom: 1px solid #91c24d;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

div#content h3
{
	color: #a80434;
	font-family: Palatino,Georgia,serif;
	font-size: 0.875em;
	padding-left: 1.5em;
	line-height: 1.2em;
}

div#content h4
{
	color: #053572;
	font-family: Palatino,Georgia,serif;
	font-size: 0.875em;
	padding-left: 1.5em;
	line-height: 1.2em;
	font-style: italic;
}

div#content ul
{
	margin: 0.5em 1.35em;
	padding-left: 0.5em;
	border-left: 10px solid #91c24d;
}

div#content ul li a
{
	color: #053572;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.750em;
	line-height: 1.750em;
	text-decoration: none;
}

div#content ul li a:hover
{
	text-decoration: underline;
}

div#content ul li a span
{
	font-style: italic;
}

div#content div.day
{
	padding-bottom: 20px;
	background: transparent url(../images/figure.gif) no-repeat 50% bottom;
	
}

/* ============== footer ============== */

div#footer
{
	height: 40px;
	background: transparent url(../images/content_bottom_bg.gif) no-repeat left top;
}

.luke2
{
	color: #053572;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.750em;
	line-height: 1.750em;
	text-decoration: none;
}
