a:link, a:visited
{
color: #ffffff;
text-decoration: none;
}

a:hover, a:active
{
color: #efefef;
text-decoration: underline;
}

body
{
font-family: Tahoma, Verdana, Helvetica;
font-size: 12px;
}

p
{
line-height: 1.4;
margin: 5px;
}

#wrapper
{
margin: 0 auto;
padding: 5px;
border: #d4d4d4 1px solid;
}

#header
{
height: 53px;
width: 100%;
background: #ffffff url(images/headbg.gif) repeat-x;
}

#logo
{
height: 53px;
width: 375px;
margin: 0;
float: left;
background: #ffffff url(images/logo.gif) repeat;
}

#team
{
height: 53px;
width: 177px;
margin: 0;
float: right;
background: #ffffff url(images/team.gif) repeat;
}

#nav
{
height: 23px;
margin: 0;
padding: 3px 0 0 5px;
background: #ffffff url(images/navbg.gif) repeat-x;
}

#content
{
margin: 0;
border: #d4d4d4 1px solid;
padding: 5px;
background-color: #efefef;
}

h1
{
margin: 0;
}