body
{
	background: #fff none;
	font: 12px/18px Verdana, Arial, sans-serif;
	text-align: center;
}

#container
{
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	width: 720px;
}

#header
{
	background: #fff url(../images/logo_stots.png) no-repeat center left;
	font: 12px/20px Verdana, Arial, sans-serif;
	height: 100px;
	text-align: right;
	width: 100%;
}
#header .address
{
	height: 100px;
	float: right;
	margin-left: 50px;
	}

#navigation ul
{
	clear: left;
	display: block;
	float: left;
	list-style: none;
	margin: 2em 0;
	padding: 0;
	text-align: center;
}

#navigation ul li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 90px;
}

#blurb
{
	background: #2c57f3 url(../images/bg_blurb.jpg) no-repeat center;
	clear: left;
	color: #eee;
	float: left;
	height: 230px;
	padding: 10px 0 0 10px;
	width: 470px;
}

#blurb a
{
	color: #fff !important;

}

#tile
{
	background: #2c57f3 none;
	float: left;
	height: 240px;
	width: 240px;
}

#content
{
	float: left;
	padding: 10px;
	width: 460px;
}

#content p.gallery img
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
	}

.clearer { clear: both; }

.flLeft { float: left; margin-right: 1em; }

#sidebox
{
	text-align: left;
	background: #eee none;
	float: right;
	min-height: 220px;
	padding: 10px;
	width: 220px;
}
#sidebox img
{
	border: 0;
}

h1
{
	font-size: 160%;
	margin-top: 0.6em;
}

h2, h3
{
	margin-top: 1em;
}

ul.pdf li
{
	list-style-image: url(../images/icon_pdf.gif);
	padding-left: 0.5em;
}
