/* CSS Document */

body
{
  background-color:#6CE8F2;
  border:0px;
  padding:0px;
}

#headertable
{
   margin-top:2px;
}

td
{
text-align:center;
}

#header
    { 
	    position:absolute;
		top:0px;
	    left:0px;;
		width:612px;
		margin:0px;
		padding:0px;
		height:32px;
		z-index:2;
		background-color:#0003FE;
	}
	
#footer
    { 
	    position:absolute;
		color:#FFFFFF;
	    top:432px;
		left: 0px;
		width:612px;
		margin:0px;
		padding:0px;
		height:100%;
		z-index:1;
		background-color:#0003FE;
	}	
	
		   
.photo
    {   
	    position:absolute;
		left:0px;
	    text-align:center;
	    top:32px;
		z-index:1;
		height:400px;
		width:612px;
		background-color:#0003FE;
	}
	
a:link {text-decoration:none;}      /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {text-decoration:none;}  /* mouse over link */
a:active {text-decoration:none;}  /* selected link */

img { border: 0px; }

