﻿body { background-color:#8B88FF;}
table, img, button, iframe, ul, li, div { margin:0; padding:0; border:0; }
p, h1,h2,h3,div,td {font-family:"Palatino Linotype",Arial,Sans-serif; color:Purple;}
a:link,ul,li,{font-family:Arial,Sans-serif; color:Pink;}
span {width:100%;}
p { text-align:justify; padding:5px;}

div.container
{
	width: 1022px;
	height:auto;
	position:absolute;
	background-color:#FF9C00;
	border: 1px solid #FFFFFF;
}

div.mainPanel
{
	width: 1022px;
	height: 100%;
	background-color:Black;
/* 	min-height:700px; */
}

div.header 
{
	width: 100%;
	float: left;
	background-color: Purple;
}
			
div.leftthin
{
	width: 120px;
	height: 100%;
	background-color: #FF9C00;
	float: left;
	min-height: 550px;
}
			
div.maincontent
{
	width: 782px;
	/* height: 500px; */
	height:100%;
	background-color: #EEDB00;
	float: left;
	min-height: 550px;
}

div.content
{
	background-color:inherit;
		/* max-height:500px; */
	padding:5px;
}
			
div.rightthin 
{
	width: 	120px;
	height: 100%;
	background-color: #FF9C00;
	float: left;
	min-height: 550px;
}

/*
div.updatePanelMain
{
	width: 915px;
	height: 75%;
}
*/

div.footer 
{
	width: 100%;
	height: 24px;
	background-color: Silver;
	float:left;
}

div.toolTip
{
	margin: 5px;
	background-color:inherit;
}

div.hSpacer
{
	width:100%;
	height:10px;
	background-color:Purple;
	float:left;
}

div.poemText
{
	padding-left:10px;
	width:550px;
	height:auto;
}

div.landImage
{
	height:150px;
	width:200px;
	float:right;
}

div.portImage
{
	height:200px;
	width:150px;
	float:right
}

