
body
{
	margin:0px;
	padding:0px;
	text-align:center;
}

#page
{
	width:800px;
	padding:0px;
	margin:0px auto;
	color:black;
	background-color:white;
	font-family:Arial,san-serif;
	font-size:16px;
	text-align:center;
}

#page
{
	position:relative;
	width:800px;
	height:780px;
}

#logo
{
	position:relative;
	left:0px;
	top:8px;
	text-align:left;
}

#slogan
{
	position:relative;
	margin-left:400px;
	top: -45px;
	width: 400px;
	font-size:18px;
	font-family:Arial,san-serif;
	font-style:italic;
	color:#808080;
	text-align:right;
}

#topline
{
	position:relative; 
	left:0px; 
	top: -42px;
	width: 800px;
	color:#808080;
	background-color:#808080;
	height:5px;
}

#navigation
{
	position:relative;
	width:800px;
	left:0px; 
	top:-35px;
}

#inset
{
	position:relative;
	background-color:#ceefe6;
	left:0; 
	top:0; 
	width:800px; 
	height:550px;
}

#contact
{
	position:relative;
	left:0px; 
	top:0px;
	width:800px;
	text-align:center;
	font-size:14px;
}

#footer
{
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	text-align:center;
	font-size:12px;
}

