﻿.Body
{
}

.All-div
{
	z-index: 1;
	top: 0px;
	left: 0px;
	position: relative;
	width: 700px;
	height: 800px;
	margin-left: auto; 
    margin-right: auto;
    color: #4e3a27;
    font-weight: bold;
    font-family: Century Gothic;
}

.Top-div
{
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/top-logo.gif);
}
.Left-div
{
	z-index: 3;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100px;
	height: 500px;
}

.Main-div
{
	z-index: 4;
	position: absolute;
	top: 200px;
	left: 110px;
	width: 362px;
	height: 471px;
	overflow: auto;
	background-image: url(images/main-logo.gif);
}

.Right-div
{
	z-index: 5;
	position: absolute;
	top: 200px;
	left: 490px;
	width: 200px;
	height: 500px;
}

.Bottom-div
{
	z-index: 6;
	position: absolute;
	top: 700px;
	left: 90px;
	width: 400px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/bottom-logo.gif);
}

.Bottom-text-div
{
	z-index: 6;
	position: absolute;
	top: 745px;
	left: 90px;
	width: 400px;
	height: 25px;
	text-align: center;
}
	

.Main-table
{
	width: 362px;	
	height: 471px;
	text-align: center;
	background-image: url(images/main-logo.gif);
}

.Top-table
{
	height: 10px;
	text-align: left;
	vertical-align: top;
}

.Bottom-table
{
	text-align: left;
	vertical-align: middle;
}

.Right-table
{
	width: 200px;
	height: 800px;
	vertical-align: bottom;
	text-decoration: none;
	
}

.All-div a 
{
	text-decoration: none;
	color: #4e3a27;
}

.All-div a:visited 
{
	text-decoration: none;
	color: #4e3a27;
}

.All-div a:hover 
{
	text-decoration: none;
	color: #4e3a27;
}

.All-div a:active 
{
	text-decoration: none;
	color: #4e3a27;
}
