body {
	height: 100%;

	background-attachment: scroll;
	background-color: #fff6d7;

	font-family: arial, sans-serif;

	border: none;
	padding: 0px;
	margin: 0px;
	}

#intro {
	float: left;

	height: 100%;
	width: 80%;

	background-color: #fff6d7;
	background-image: url(/images/tankerbell_intro.png);
	background-position: center top;
	background-repeat: no-repeat;

	color: black;

	border: none;
	padding: 0px;
	padding-left: 3px;
	margin: 0px auto;
	}

#main {
	float: left;

	height: 100%;
	width: 80%;

	background-color: #fff6d7;
	background-image: url(/images/tankerbell_main.png);
	background-position: center top;
	background-repeat: no-repeat;

	color: black;

	border: none;
	padding: 0px;
	padding-left: 3px;
	margin: 0px auto;
	}

#map {
	height: 100%;
	width: 100%;

	background-color: #fff6d7;

	color: black;

	border: none;
	padding: 0px;
	padding-left: 3px;
	margin: 0px auto;
	}

#menu {
	height: 100%;

	background-color: #fff6b5;
	
	text-align: center;

	border: none;
	padding: 0px;
	margin: 0px auto;
	}


/* ##################################### */


a	{
	color: blue;

	text-decoration: none;

	border-bottom: 1px #800080 dashed;
	padding: 0px;
	}

a.amenu	{
	color: #800080;

	font-size: 12pt;
	font-weight: bold;

	border: none;
	padding: 0px;
	margin: opx auto;
	}

a.mailto {
	color: black;

	font-style: oblique;
	}

a.menu	{
	color: black;

	font-size: 12pt;
	font-weight: bold;

	border: none;
	padding: 0px;
	margin: opx auto;
	}

a.pic	{
	color: black;

	border: 1px #800080 dashed;
	}

h1	{
	font-size: 36pt;
	font-weight: bold;
	}


h3	{
	font-size: 18pt;
	font-weight: normal;
	}

h5	{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
	}

hr	{
	color: #800080;

	height: 1px;
	}

p	{
	}

small	{
	font-size: 8pt;
	}

.updt	{
	text-align: center;
	color: red;
	}

.update	{
	color: red;
	}

.blurb	{
	text-align: center;
	}

.bold	{
	font-weight: bold;
	}

.foot	{
	color: black;
	font-size: 8pt;
	text-align: center;
	}

.italic	{
	font-style: italic;
	}

.map	{
	text-align: center;
	}

.menu	{
	font-size: 12pt;
	}

.menuTitle	{
	font-size: 16pt;
	font-weight: bold;
	}

.question {
	color: blue;
	}

.subtitle {
	font-variant: small-caps;
	text-align: center;

	line-height: 80%;
	}

.title	{
	font-variant: small-caps;
	text-align: center;

	line-height: 80%;
	}



.spacer {
	font-size: 6pt;
	}

.splash	{
	text-align: center;
	}



