body, h1, ul#nav, ul#nav li
{
	margin: 0;
	padding: 0;
}

body
{
	width: 760px;
	font-family: sans-serif;
	color: #4e1f0c;
}

h1
{
	padding: 5px 15px;
	border-bottom: 5px solid #0089b4;
}

h2, ul#nav
{
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

ul#nav a, p
{
	line-height: 1.4em;
}

ul#nav
{
	margin: 5px 0;
	padding: 5px 598px 5px 0;
	height: 91px;
	list-style-type: none;
	background: url(../images/nav_bg.png) no-repeat 100% 5px;
}

ul#nav a
{
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: large;
	color: #2f2f2f;
}

ul#nav a:hover,
ul#nav a.selected
{
	color: #0089b4;
}

ul#nav a.selected
{
	letter-spacing: .1em;
}

ul#nav a.selected
{
	cursor: default;
}

div#content
{
	margin-left: 162px;
}

h2
{
	margin: 1em 0 .25em;
	color: #05495f;
	font-weight: normal;
	font-size: 2.2em;
	letter-spacing: .1em;
}

h3
{
	margin: 1em 0 .25em;
	color: #0089b4;
	font-weight: normal;
	font-size: 1.5em;
}

h4
{
	margin: 0 0 .25em;
}

p
{
	margin: 0 0 1em;
}

img.float
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 15px 45px;
}

img.float.left
{
	float: left;
	margin-left: 0;
}

img.float.right
{
	float: right;
	margin-right: 0;
}

a
{
	color: #05495f;
	text-decoration: none;
}

a:hover
{
	color: #05495f;
	text-decoration:underline;
}

span.clear
{
	display: block;
	clear: both;
}

div#messageFromLois
{
	margin-left: 163px;
}