* {
margin: 0;
padding: 0;
border: 0;
background: #fff;
}

body {
padding: 0;
background: #663333;
font-family: Arial;
color: black;
}

#container {
width: 980px;
height: 900px;
margin: 0 auto;
padding: 0;
}

#header {
width: 980px;
height: 144px;
background-image: url(header1.jpg);
}

#content1 {
width: 980px;
height: 351px;
background: url(content1.jpg);
}

#content2 {
width: 980px;
height: 288px;
background: url(content2.jpg);
}

#footer {
width: 980px;
height: 118px;
background: url(footer1.gif);
}

#img {
position: absolute;
width: 100px;
height: 100px;
margin-top: -110px;
margin-left: 240px;
border: 2px solid #666;
}

ul {
margin-left: 150px;
padding: 5px 0 0 0;
background: none;
color: #000;
}

li {
list-style-type: disk;
background: none;
font-size: 12px;
color: #000;
}

h2 {
padding: 40px 0 0 0;
font-size: 18pt;
font-weight: normal;
margin-left: 195px;
background: none;
color: #990000;
font-family: Arial;
}

p.l {
font-family: Century Gothic;
font-size: 14px;
margin-left: 430px;
padding: 3px 0 0 0;
background: none;
color: #fff;
}

p.l1 {
font-family: Century Gothic;
font-size: 14px;
margin-left: 430px;
padding: 40px 0 0 0;
background: none;
}

a.l {
font-family: Century Gothic;
font-size: 14px;
color: #fff;
background: none;
text-decoration: underline;
}

a.l:hover {
font-family: Century Gothic;
font-size: 14px;
color: #fff;
background: none;
text-decoration: none;
}