<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>##VAR:SITENAME##</title>
		<link href="../css/##VAR:STYLESHEET##" rel="stylesheet" type="text/css" />
	</head>
	<body>
		<div id="content">

div#header
{
	
	height: 50px;
	
}
div#companylogo
{
	display: inline;
	position: relative;
	top: -48px;
	float: right;
	margin-top: 1px;
	margin-right: 16px;
	height: 70px;
}
div#header #suitelogo
{
	display: inline;
	border: none;
	float: left;
	margin: 20px auto auto 15px;
}
div#footer
{
	background: #FFFFFF url(../images/layout/footer_bg.jpg);
	border-top: #C0C0C0 3px solid;
	height: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
}

		</div>
		<div id="footer">
			##VAR:SITENAME## Copyright &copy; ##VAR:YEAR## Apogee Interactive, Inc.
		</div>
	</body>
</html>
