﻿body { 
	margin: 0; 
	padding: 0; 
	text-align: center; /*centers the content in IE5/win */ 
	background: #f9f0e1; 
	font-family: Verdana;
	font-size: 12px;
} 

IMG 
{
	border: 0px;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red;
}

#main 
{
	margin: 0 auto; /*centers the div in standard browsers */ 
	background: #ffffff;
	width: 850px;
}

#header {
	width: 850px;
	height: 64px;
	background: url(images/header.gif);
}

#flashcontainer 
{
	width: 850px;
	height: 271px;
}

#flashleft 
{
	float: left;
	text-align: left;
	width: 157px;
	height: 271px;
}

#flashright 
{
	float: right;
	text-align: left;
	width: 693px;
	height: 271px;
	background: url(images/flashright.gif);
}

#contentcontainer
{
	width: 850px;
	height: 500px;
	background: #ffffff;
}

#contentmenu 
{
	float: left;
	text-align: left;
	width: 157px;
	height: 500px;
	background: #c0c0c0;
	overflow: hidden;
}

#contentmenu img 
{
	clip: auto;
}

#contentright 
{
	float: right;
	text-align: left;
	width: 673px;
	height: 500px;
	background: #ffffff;
	font-family: Georgia, Times, Times New Roman, Serif;
}
#contentright p 
{
	margin-left: 7px;
	margin-right: 20px;
}

#contentright p.sectionhead 
{
	margin-left: 7px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}

#viewer 
{
	width: 693px;
	height: 409px;
	text-align: center;
}

#footer 
{
	width: 850px;
	height: 253px;
}

#footerleft 
{
	float: left;
	text-align: left;
	width: 157px;
	height: 253px;
	background: url(images/ship.gif);
}

#footerright 
{
	float: right;
	text-align: left;
	width: 693px;
	height: 253px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 10px;
	text-align: center;
	background: url(images/canolis.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#footerright p.leadpara 
{
	margin-top: 160px;
}




