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
{
	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: 210px;
       font-size: 100%;
}

#menu2
{
       width: 700px;
       position: absolute;
       top: 25px;
       left: 0px;
       font-size: 85%;
       float: center;
}


#pagetitle
{
       position: absolute;
       top: 150px;
       left: 60px;
}

#pulloutquote
{
     width: 160px;
     position: absolute;
     top: 300px;
     left: 60px;
     color: #462D06;
     font-size: 90%;
     line-height: 110%;
     z-index: 0;
}

#copytext
{
     width: 515px;
     height: 250px;
     position: absolute;
     top: 150px;
     left: 270px;
     text-align: left;
     font-size: 100%;
     line-height: 110%;
}


#creativeleft
{
	float: left;
	width: 220px;
	height: 220px;
        background: #B3C1DD;
        color: #000000;
        position: absolute;
        top: 265px;
        left: 50px;
}

#creativemiddle
{
	float: left;
	width: 535px;
	height: 220px;
        position: absolute;
        top: 252px;
        left: 270px;
}

#creativeright
{
        float: left;
        width: 80px;
        height: 220px;
        background: #B3C1DD;
        position: absolute;
        top: 265px;
        left: 805px;
}


#legal
{
     width: 515px;
     height: 150px;
     position: absolute;
     top: 500px;
     left: 270px;
     text-align: left;
     font-size: 100%;
     line-height: 110%;
}


#footer
{
	width: 300px;
	text-align: center;
	color: #FFF;
        position: absolute;
        bottom: 0;
        font-size: 90%;
        left: 300px;
}