body {
 background-image: url("ecsbackground.png");
 }

#all { 
 background-color: white;
 border: 7px solid #000000;
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 min-height: 600px 
 }

#heading { 
 background-color: #000000;
 color: #000033;
 height: 200px;
 
 }

#menu {
 background-color: #0099FF;
 border: 3px solid #0099FF;
 font-family: "arial";
 font-weight: bold;
 color: #000000;
 width: 994px;
 min-height: 31px;
 }

#menu ul {
 margin-left: -2.25em;
 margin-top: -0.02em;
}

#menu li {
 list-style-type: none;
 float: left;
 width: 175px;
 padding: 10px;
 text-align: center;
 }

#menu a {
 background-color: #FFFFFF;
 color: #000000;
 display: block;
 border: #000000 3px outset;
 text-decoration: none; 
 }
#menu a:hover {
 border: #000000 3px inset;
 }

.content {
 border: 3px solid #000000;
 min-height: 350px;
 padding-top: 1em;
 padding-left: 1em;
 padding-right: 1em;
 padding-bottom: 1em;
 font-family: "arial";
 }

.content img{
 float: right;
}

.content iframe{
 float: right;
}

.contentcoats {
 border: 3px solid #000000;
 min-height: 350px;
 padding-top: 1em;
 padding-left: 1em;
 padding-right: 1em;
 padding-bottom: 1em;
 font-family: "arial";
 }

#footer {
 color: #000000;
 background-image: url("ECSFooter.png");
 border: 3px solid #000000;
 clear: both;
 width: 994px;
 height: 50px;
 font-family: "arial";
 text-align: center;
 }