html, body, #contents
{      min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents
{
	height: auto;
}

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;
}

#contents
{      position: absolute;
	top: 0;
        left: 0;
        left: 50%;
        width: 50%;
        margin-left: -50%;
}

#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;
}

#copytext
{
     width: 350px;
     height: 250px;
     position: absolute;
     top: 180px;
     left: 500px;
     text-align: left;
}

#picture
{
	width: 420px;
	height: 280px;
        position: absolute;
        top: 180px;
        left: 60px;
}

#footer
{
	width: 300px;
	text-align: center;
	color: #FFF;
        position: absolute;
        bottom: 0;
        font-size: 90%;
        left: 300px;
}