body {
background: #fff url(lights.jpg) repeat;
color: black;
font: .8em arial, helvetica, sans-serif;
}

a:active {color: orange;
}

a:link {color: orange;
}

a:visited {color: black;
}

#container {
width: 900px;
padding: 20px 30px 50px 30px;
}

#requirements {
width: 550px;
background: white;
border: 3px solid orange;
padding: 20px;
margin: 20px;
float: left;
}

#description {
background: white;
border: 3px solid orange;
margin: 20px;
padding: 20px;
}

#sidebar {
width: 175px;
padding: 20px;
border: 3px solid orange;
background: white;
float: right;
margin: 20px;
}

#header {
width: 600px;
height: 400px;
background-image: url(titletest.png);
background-position: top right;
margin: 0px 40px 60px 280px;
}

#footer {
float: left;
padding: 20px;
border: 3px solid orange;
background: white;
margin: 20px;
}

#requirements li, #sidebar li {
list-style-image: url(bullet.jpg);
}

#header h1 { 
padding-bottom: 320px;

}

#header h2 {
background-color: white;
border: 3px solid orange;
padding: 5px;
}

#header blockquote {
background: white;
padding: 5px;
border: 3px solid orange;
}

#header h1 span{display: none}

#requirements h3 {
padding: 5px 0px 15px 45px;
background: white url(header.png) no-repeat;
}

#sidebar h3 {
padding: 5px 0px 15px 45px;
background: white url(header.png) no-repeat;
}