html, body, #contents
{      min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents
{
	height: auto;
}

#contents
{      position: absolute;
	top: 0;
        left: 0;
        left: 50%;
        width: 50%;
        margin-left: -50%;
}

body
{
	padding: 0;
	margin: 0;
	background: #99ACD2;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #462D06;
}

a:hover
{
	text-decoration: none;
	color: #000099;
}

#logo
{
	width: 162px;
	height: 23px;
	background-image:url('tb_blue.gif');
        position: absolute;
        top: 60px;
        left: 60px;
}

#menucontainer
{
       width: 600px;
       position: absolute;
       top: 50px;
       left: 215px;
       font-size: 100%;
}

#menu2
{
       width: 800px;
       position: absolute;
       top: 25px;
       left: 0px;
       font-size: 85%;
       float: center;
}

#pagetitle
{
       position: absolute;
       top: 130px;
       left: 60px;
}

#teampics1
{
	width: 940px;
	height: 120px;
        position: absolute;
        top: 180px;
        left: 40px;
}

#caption1
{     
        width: 240px;
        height: 40px;
        position: absolute;
        top: 230px;
        left: 630px;
        float: right;
        font-size: 120%;
}

#teampics2
{
        width: 940px;
	height: 120px;
        position: absolute;
        top: 300px;
        left: 40px;
}

#caption2
{     
        width: 240px;
        height: 40px;
        position: absolute;
        top: 350px;
        left: 630px;
        float: right;
        font-size: 120%;
}


#teampics3
{
        width: 940px;
	height: 120px;
        position: absolute;
        top: 420px;
        left: 40px;
}

#caption3
{     
        width: 240px;
        height: 40px;
        position: absolute;
        top: 470px;
        left: 630px;
        float: right;
        font-size: 120%;
}

#teampics4
{
        width: 940px;
	height: 120px;
        position: absolute;
        top: 540px;
        left: 40px;
}

#caption4
{     
        width: 180px;
        height: 40px;
        position: absolute;
        top: 590px;
        left: 630px;
        float: right;
}

#teampics5
{
        width: 940px;
        height: 120px;
        position: absolute;
        top: 660px;
        left: 40px;
}

#caption5
{     
        width: 180px;
        height: 40px;
        position: relative;
        top: 80px;
        left: -400px;
        float: right;
}


#footer
{
	width: 300px;
	text-align: center;
	color: #FFF;
        position: absolute;
        bottom: 0;
        font-size: 90%;
        left: 300px;
}