@charset "utf-8";
/* CSS Document */

body {
	font-family:Calibri,"Courier New", Courier, monospace;
	}

#header, #footer, #content
{
	width:100%;
	left:0;
	position:fixed;
	}
	
#header, #footer
{
	color:white;
	background-color:#06F;
	}
	
#header
{
	top:0;
	height:55px;
	}
		
#footer
{
	text-align:center;
	bottom:0;
	height:20px;
	}

#content
{
	background-color:rgb(243,241,236);
	height:100%;
	top:55px;
	}

#secondaryFrame
{
	border:none;
	width:100%;
	height:100%;
	}

#imgLogo
{
	height:52px;
	width:52px;
	}