#container {
position:relative;
width:911px;
height:100%;
background:transparent url('http://nickcavefixes.files.wordpress.com/2009/02/header-background2.png') 0 0 no-repeat;
background-color:none;
margin:35px auto 0;
}

:first-child+html #container {
background-position:30px left;
}

#container h1 {
width:600px;
text-align:center;
margin-left:50px;
border:1px solid black;
margin-bottom:40px;
height:60px;
background-color:none;
}

:first-child+html #container h1 {
margin-top:30px;
}

#container h1 a {
color:#222222;
font-family:Georgia,Times,serif;
font-size:45px;
background-color:none;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
letter-spacing:.2em;
border:1px solid black;
width:580px;
padding:22px 8px 25px;
}

:first-child+html #container h1 a {
padding:22px 30px 23px;
}

#container h1 a:hover {
color:#CC0000;
}

#content {
float:left;
width:700px;
}

#bubble {
height:28px;
width:600px;
text-align:center;
background-image:none;
position:absolute;
top:78px;
left:20px;
}

:first-child+html #bubble {
top:105px;
}

#bubble p {
background:none;
color:#222222;
font-size:11px;
height:28px;
background-image:none;
padding:4px 12px 0 10px;
}

#sidebar {
border-left:1px solid #999999;
float:right;
width:180px;
margin:0 0 20px;
padding:0 0 20px 15px;
}