body 
{
   	margin:0;
   	padding:0;
   	border:0;			/* This removes the border around the viewport in old versions of IE */
   	width:100%;
    /*min-width:480px;*/
	font-size:small;
   	text-align:left;
   	background-color: #ffa07a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

#SectionTop
{
	width: 100%;
	height: 90px;
	position: relative;
	/*border: thin dashed aqua;*/
}

.HeaderSubtitle
{
	position: absolute;
	top:54px;
	left:70%;
	font: normal bold 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: purple;
	text-align: right;
}

#SectionMain
{
	width:100%;
	position:relative;
	clear: both;
	/*border: thin dashed purple;*/
}

#SectionLeft
{
	width: 20%;
	float: left;
	clear: both;
	/*border: thin dashed blue;*/
}

#SectionCenter
{
	width: 59%;
	float: left;
	border: medium ridge #B22222;
	background-color: #FFE4E1;
}

#SectionCenter p
{
	margin: 1%;
}

#SectionRight
{
	float: left;
	width: 20%;
	/*border: thin dashed green;*/
}

#SectionRight p
{
	margin: 5% 5% 5% 10%;
	font: normal 105% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#SectionBottom
{
	text-align: center;
	clear: both;
	width: 100%;
	/*border: thin dashed orange;*/
}

#SectionBottom p
{
	font-size: smaller;
	margin-top:2%;
}

#HeaderLogo
{
	background: #ffa07a url(Images/dosgatos.png) no-repeat scroll;
	position: absolute;
	height: 80px;
	width: 330px;
	top: 0px;
	left:0px;
	z-index: 250;
}

.MenuList
{
	list-style-type: none;
}

.MenuLink
{
    width: 140px;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	position: absolute;
	left: 20px;
	text-align: left;
	text-indent: 6px;
	text-decoration: none;
	background-color: #ffa07a;
	background-image: url(./Images/ButtonBackgroundCoral.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 4px;
	z-index: 250;
}

.MenuLinkCurrent
{
	width: 140px;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	color: yellow;
	position: absolute;
	left: 20px;
	text-align: left;
	text-indent: 6px;
	text-decoration: none;
	background-color: #ffa07a;
	background-image: url(./Images/ButtonBackgroundFireBrick.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 4px;
	z-index: 250;
}

a.MenuLink:hover 
{ 
	color: yellow;
}

.FloatingImage
{
	width: 90%;
	margin: 2px 2px 2px 4%;
	border: thick solid white;
}

.DividingLine
{
	left: 10%;
	width: 80%;
	border-top: 80% solid gray;
}

#Menu
{
	width: 100%
}

#WunderGround
{
	position:absolute;
	left:8px;
	top:200px;
}

