body
{
	width: 770px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #333;
	background-color: white;
	text-align: center;
}

#top
{
	width: 770px;
	height: 22px;
	overflow: hidden;
	margin: 0 auto;
	background-color: white;
	background-image: url(/media/images/layout/top.gif);
	background-repeat: no-repeat;
}

#container
{
	width: 770px;
	margin: 0 auto;
	background-color: white;
	background-image: url(/media/images/layout/content.gif);
	background-repeat: repeat-y;	
}

#bottom
{
	width: 770px;
	height: 22px;
	overflow: hidden;
	margin: 0 auto;
	background-color: white;
	background-image: url(/media/images/layout/bottom.gif);
	background-repeat: no-repeat;
}

#content
{
	width: 660px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

#content-left
{
	width: 150px;
	float: left;
}

#content-right
{
	width: 470px;
	float: right;
}


#content-top
{
	width: 660px;
	height: 54px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	overflow: hidden;
}

#page-title
{
	float: right;
}

#logo
{
	float: left;
	width: 300px;
	height: 41px;
}

#page-graphic
{
	height: 202px;
	overflow: hidden;
}

#footer
{
	width: 660px;
	margin: 10px auto;
	font-size: 0.8em;
	color: #777;
	line-height: 1.8em;
}

#nav
{
	background-color: #888;
	padding: 7px 10px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
	width: 640px;
}

#nav a
{
	color: white;
	text-decoration: none;
}

h1
{
	margin: 0px;
	font-size: 24px;
}

p
{
	line-height: 1.5em;
	margin-top: 0px;
}

ul 
{
    list-style-image: url(/media/images/buttons/button.gif);
}

ul.star
{
    list-style-image: url(/media/images/buttons/small-star.gif);
    padding-left: 25px;
    margin-left: 0px;
}

img
{
	border-width: 0px;
}

input
{
	width: 220px;
}

input.wide
{
	width: 450px;
}

input.mswide
{
	width: 458px;
}

input.button
{
	width: 110px;
}

textarea
{
	width: 450px;
	height: 150px;
}

h2.subtitle
{
	color: #164BCA;
	text-align: right;
	margin: 2px 0px;
	font-size: 14px;
}

table.team td
{
	padding: 5px 10px 5px 0;
}