@import "typography.css";

*
{
	margin: 0;
	padding: 0;
}

body, html
{
	width: 100%;
}

#box
{
	margin: 0 auto 0 auto;
}

#box, #header
{
	width: 504px;
}

#header
{
	background-color: #001E45;
	height: 134px;
	margin-top: 30px;
	position: absolute;
	z-index: 2;
}

#header img
{
	border: 0;
}

#navigation
{
	background: #F58220 url("/media/images/navigation.gif") no-repeat;
	padding: 16px 0 0 10px;
	height: 24px;
	width: 272px;

	position: absolute;
	z-index: 1;

	top: 150px;
	margin-left: 44px;
}

#navigation ul
{
	list-style-type: none;
	margin-left: -10px;
}

#stottlogo
{
	position: absolute;
	right: 0;
	margin-top: 10px;
}

#stottlogo img
{
	border: 0;
}

/* Jump Firefox nav up a bit */
#navigation>ul
{
	margin-top: -2px;
}

#navigation li
{
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 1px 0 5px;
}

#navigation li.last
{
	border-right: 0;
}

#content
{
	position: absolute;
	z-index: 1;
	top: 205px;

	width: 504px;
}

#content .top
{
	height: 10px;
	background: #EFF0F4 url("/media/images/content-top.gif") no-repeat top;
}

#content .bottom
{
	padding: 0 20px 20px 20px;
	width: 464px;
	background: #EFF0F4 url("/media/images/content-bottom.gif") no-repeat bottom;
}

table
{
	width: 100%;
}

td
{
	background-color: #F8F9FB;
	padding: 10px 0 0 10px;
}

td img
{
	border: 1px solid #fff;
}

.description
{
	display: block;
	background-color: #fff;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #EFF0F4;
}