﻿#mdmain {
	width: 780px;
	height: 600px;
	background-color: #008000;
	margin-left: auto;
	margin-right: auto;
}
#left {
    float: left;
    width: 225px;
    height: 560px;
    color: #000000;
    overflow: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-top-style: outset;
    border-left-style: outset;
    background-color: #08C700;
}
#Right {
    margin: 20px 20px 20px auto;
    float: right;
    width: 490px;
    height: 560px;
    color: #000000;
}
#title {
	background-color: #000000;
	width: 780px;
	height: 150px;
}
#foot {
	width: 780px;
	height: 150px;
	background-color: #000000;
}
#mdbdy {
	width: 780px;
	height: 600px;
	background-image: url('Images/mdbdyback.jpg');
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: center;
	text-decoration: underline;
	font-family: "Comic Sans MS";
}
.style4 {
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: large;
}
.style5 {
	border-width: 0px;
}
#leftdnld {
	float: left;
	width: 225px;
	height: 560px;
	color: #000000;
	background-image: url('Images/left%20back.jpg');
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
