body {
margin: 10px 0 10px 0;
padding: 0;
background-color: #ccc;
}

#container {
width: 80%;
border: 1px solid #666;
margin: 0;
margin-left: auto;
margin-right: auto;
/*
Based on concept here:
http://wellstyled.com/css-2col-fluid-layout.html
*/
background: url('http://www.detroitlionsblog.com/g/new_bg.jpg') repeat-y 70% 0%;
}

#header {
text-align: left;
background-color: #333;
color: #fff;
font-size: 40px;
padding: 10px;
}

#header a, #header img {
border: none;
}

#content {
margin: 0 30% 0 0;
padding: 25px 15px 0px 15px;
font-family: Georgia, serif;
font-size: 14px;
line-height: 22px;
}

#sidebar {
float: right;
width: 30%;
margin: 0;
text-align: left;
padding-top: 25px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #000;
}

#sidebarInt {
padding: 0px 10px 0px 20px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
color: #000;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #000;
}

#sidebar a:hover {
background-color: #ccc;
border-bottom: 1px solid #ccc;
}

#sidebar img {
border: none;
}

#footer {
clear: both;
padding: 5px;
background-color: #333;
border-top: 1px solid #666;
color: #999;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {
color: #fff;
text-decoration: none;
font-weight: normal;
border: none;
}

#footer a:hover {
background-color: transparent;
border-bottom: 1px solid #fff;
}

.sidetitle {
letter-spacing: 2px;
font-weight: bold;
color: #ccc;
background-color: #000;
margin-bottom: 2px;
padding-bottom: 1px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center;
}

a:link, a:visited, a:active {
color: #36f;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #36f;
}

a:hover {
text-decoration: none;
color: #000;
background-color: #ccc;
border-bottom: 1px solid #ccc;
}

#title {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000;
font-size: 130%;
font-weight: bold;
}

input.field {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
border: 1px solid #ccc;
background-color: #fff;
color: #000;
}

input.button {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #999;
color: #000;
}

textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
border: 1px solid #ccc;
background-color: #fff;
color: #000;
}

#authorline {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #999;
text-align: left;
}

#dateline {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #999;
text-align: right;
}

img {
border: none;
}

pre {
line-height: normal;
}

.comments-head {
font-family: Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #333;
margin-bottom: 5px;
padding: 3px 3px 3px 3px;
text-align: left;
height: 15px;
}

.comments-body {
color: #333;
font-family: Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 20px;
text-align: left;
border: 1px solid #999;
background-color: #ccc;
margin-bottom: 10px;
}

.comments-body-bg {
background: url('http://www.detroitlionsblog.com/g/comment.jpg') no-repeat top left;
padding: 3px;
}