body { background-repeat: no-repeat; }

p { }

td { }

a:link { color: white; text-decoration: none; }
a.brown:link { color: #633; text-decoration: none; }
a.blue:link { color: blue; text-decoration: underline; }
a:visited { color: white; }
a.brown:visited { color: #633; text-decoration: none; }
a.blue:visited { color: blue; text-decoration: underline; }
a:hover { text-decoration: none; }
a.brown:hover { color: #633; text-decoration: underline; }
a.blue:hover { color: #633; }
a:active { }
.header { font-size: 12px; font-family: arial; background-color: #cc9; background-image: url(../Images/Header_image.jpg); background-repeat: no-repeat; background-position: 0 top; width: 800px; height: 109px; float: left; }
.menu { background-color: #cc9; width: 150px; height: 750px; float: left; }
.body { font-family: "times new roman", arial; width: 650px; height: 700px; float: left; }
.body1 { font-family: "times new roman", arial; width: 650px; height: 1600px; float: left; }
.body_long { font-family: "times new roman", arial; width: 650px; height: 900px; float: left; }
.copyright { color: white; font-size: 12px; font-family: arial; font-weight: bold; background-color: black; text-align: right; width: 800px; height: 25px; float: left; }
.contact { color: white; font-size: 12px; font-family: arial; font-weight: bold; background-color: black; text-align: right; width: 800px; height: 25px; float: left; }
.container { background-color: white; position: absolute; left: 1%; width: 800px; height: auto; margin-left: 10%; }
.container2 { background-color: white; position: absolute; top: 0; left: 1%; width: 800px; height: 1100px; margin-left: 10%; }
h1 { font-size: 30px; font-weight: bold; margin: 0.67em 0; }

