
* {
margin : 0;
padding : 0;
}
body {
  background: #fff;
}
#wrapper {
width : 750px;
margin : 0 auto;
padding : 0px;
border : 5px solid #fff;
background : #eee url(../images/sidebar.gif) repeat-y;
color : #666;
}
#header {
width : 600px;
height : 113px;
float : right;
margin : 0;
border-top : 1px solid #fff;
background : #999 url(../images/banner.jpg) no-repeat;
color : #666;
}
#banner {
width : 100%;
height : 125px;
text-align: right;
margin : 0;
padding : 0;
border-bottom : 1px solid #fff;
color : #333;
background : #fff url(../images/brooklynironworkslogo2.png) top left no-repeat;
}
#banner a {
margin : 5px;
color : #fff;
background : inherit;
}
#banner a:hover {
color : #000;
background : inherit;
}
#navcontainer {
width : 150px;
margin : 0 0 20px 0;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {
display : block;
padding : 3px 3px 3px 10px;
width : 136px;
border-bottom : 1px solid #eee;
background : #666;
color : #eee;
}
#navcontainer a:link, #navlist a:visited {
color : #eee;
background : #666;
text-decoration : none;
}
#navcontainer a:hover {
background : #900;
color : #fff;
}
#sidebar {
float : left;
width : 150px;
padding : 0;
margin : 0;
border-top : 1px solid #fff;
font-size : 100%;
line-height : 1.8em;
background : #d1d4d7;
color : #333;
}
#content {
float : left;
width : 550px;
margin : 20px 20px 0 20px;
line-height : 1.8em;
}
#footer {
clear : both;
width : 600px;
margin-left : 150px;
padding-left : 5px;
text-align : center;
border-top : 5px solid #922;
}
p {
padding : 10px 7px;
color : #666;
background-color : inherit;
}
h1 {
margin : 110px 0 0 455px;
padding : 20px;
font-size : 120%;
color : #eee;
background :transparent;
}
h2 {
text-align : center;
padding : 2px 0 0 0;
font-size : 120%;
letter-spacing : 5px;
text-transform : uppercase;
color : #000;
background : inherit;
}
h3 {
margin : 10px 0 10px 15px;
padding : 0 0 3px 3px;
text-transform : uppercase;
font-size : 120%;
letter-spacing : 5px;
color : #900;
background : inherit;
}
a img {
border : none;
}
a, a:visited {
text-decoration : none;
color : #922;
background : inherit;
}

a:hover {
color : #333;
background : inherit;
}
