﻿body 
{
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    background-color: white;
}
#container 
{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}

 a:link, a:visited
{  
  text-decoration: none;
  color: White;
}
a:hover
{
  color: Red;
  text-decoration: underline;
}
.Header1
{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 850px;
  height: 115px;
}

.Menu1
{
	position: absolute;
	top: 116px;
	left: 195px;
	height: 55px;
	width: 805px;
	background-color: #0f1937;
	color: red;
}

.Sched1
{
    position: absolute;
    top: 116px;
    left: 0px;
    width: 200px;
    height: 655px;
    background-color: #efeadb;
    z-index: 1;
}

.Sched2
{
    position: absolute;
    top: 116px;
    left: 0px;
    width: 180px;
    height: 655px;
    background-color: #efeadb;
    margin-left: 15px;
    z-index: 2;
}
	
.Content
{
	position: absolute;
	top: 162px;
	left: 195px;
	margin-left: 20px;
	margin-right: 15px;
	height: 600px;
	width: 550px;
}

.RightSec
{
	position: absolute;
	top: 172px;
	left: 790px;
	width: 210px;
	height: 600px;
	background-color: #c9d1d7;
	z-index: 1;
}

.RightSec2
{
	position: absolute;
	top: 172px;
	left: 790px;
	width: 180px;
	height: 600px;
	background-color: #c9d1d7;
	margin-left: 15px;
	z-index: 2;
}
