html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: black;
}

#wrapper {
position: relative;
margin: 0 auto 0 auto;
padding: 0;
width: 900px;
min-height: 100%;
background: url('images/maincontent.jpg');
background-repeat: repeat-y;
}

#header{
width: 900px;
height: 310px;
background: url(images/5280-Group.jpg) no-repeat;
}

#topbar {
position: relative;
top: 100px;
left: 335px;
width: 435px;
height: 35px;
padding: 0;
margin: 0;
}

#topbar ul{
padding: 0;
margin: 0;
list-style-type: none;
}

#topbar li{
float: left;
display: inline;
width: 145px;
height: 35px;
background: url(images/brick.gif) no-repeat;
}

#topbar a{
font-family: georgia,times,serif;
text-align: center;
padding-top: 11px;
display: block;
color: #572B02;
font-weight: bold;
text-decoration: none;
font-size: 10px;
}

#topbar a:hover{
color: #2A68A7;
}

#bottombar {
position: relative;
top: 100px;
left: 335px;
width: 435px;
height: 35px;
padding: 0;
margin: 0;
}

#bottombar ul{
padding: 0;
margin: 0;
}

#bottombar li{
float: left;
text-align: center;
display: inline;
width: 145px;
height: 35px;
background: url(images/brick.gif) no-repeat;
}

#bottombar a{
font-family: georgia,times,serif;
padding-top: 11px;
display: block;
color: #572B02;
font-weight: bold;
text-decoration: none;
font-size: 10px;
}

#bottombar a:hover{
color: #2A68A7;
}

#titlebar {
position: relative;
left: 125px;
top: 180px;
vertical-align: top;
padding: 0;
margin: 0;
}

#titlebar h1{
font-family: georgia,times,serif;
font-size: 18px;
color: #4C0700;
font-weight: bold;
}

#maincontent {
position: relative;
width: 900px;
height: 100%;
margin: 0 0 0 0;
padding: 0 0 69px 0;
}

#maincontent p{
font-family: arial,vedana,sans-serif;
font-size: 90%;
line-height: 20px;
position: relative;
width: 450px;
left: 125px;
margin: 0;
padding: 10px 0 0 0;
}

#subcontent {
position: absolute;
top: 10px;
left: 630px;
}

#listings {
font-family: verdana,arial,sans-serif;
font-size: 90%;
position: relative;
left: 125px;
margin: 0;
padding: 0;
}

#listings td{
border-bottom: 1px dashed #A7362A;
}

#footer {
position: relative;
margin: 0 auto 0 auto;
text-align: center;
font-weight: bold;
color: #4C0700;
width: 900px;
height: 69px;
background: url(images/footer.jpg) no-repeat;
}

#footer a{
font-family: georgia,times,serif;
color: #4C0700;
text-decoration: none;
}