﻿#content {
	padding: 10px;
	margin: 0px;
	background-color: #C0C0C0;
	float: inherit;
	width: 88.1%;
	visibility: visible;
	position: absolute;
	left: 200px;
	height: 635px;
	overflow: auto;
}
#menu {
	background-color: #C0C0C0;
	visibility: visible;
	float: left;
	width: 15%;
	height: 100%;
}
#slogan {
	visibility: visible;
	z-index: 10;
	float: none;
	font-size: large;
	background-color: #3399FF;
	height: 20px;
	}
#footer {
	background-color: #C0C0C0;
	visibility: visible;
	float: none;
}
.dropcap {
	font-family: "Times New Roman", Times, serif;
	font-size: 75px;
	line-height: 55px;
	padding-top: 2px;
	float: left;
}

.main-add {
	position: absolute;
	background: white;
	height: 150px;
	width: 300px;
	font-size: x-large;
}

.sub-add {
	position: absolute;
	background: white;
	height: 150px;
	width: 300px;
	right: 20px;
	font-size: x-large;
}

.footer {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 99.15%;
  height: 70px;
  background-color: #C0C0C0;
  text-align: center;
}
