body {
font-family: times new roman, georgia, serif;
font-size: 12px;
color: #666;
background-color: #e0e7c6;
margin: 0px;
}

/* structure -----------------------------*/

#container {
display: block;
width: 490px;
margin: 0 auto 0 auto;
background: #fff url(..//images/comments/comments_body.jpg) repeat;
}

#header {
display: block;
width: 490px;
height: 145px;
background: #fff url(..//images/comments/comments_head.jpg) no-repeat top center;
padding: 0;
}

#title {
display: block;
width: 360px;
padding: 0;
margin: 10px 0;
border-bottom: #9a9e47 1px dotted;
}

#main_body {
display: block;
width: 490px;
text-align: left;
}

#column {
margin: 0 0 0 70px;
display: block;
width: 360px;
}

#post_entry {
padding: 0;
margin: 10px 0;
border-bottom: #9a9e47 1px dotted;
}

#footer {
display: block;
height: 50px;
background: #fff url(..//images/comments/comments_foot.jpg) no-repeat;
clear: both;
}

/* text -----------------------------------*/

#title p {
font-size: 13px;
color: #9a9e47;
}

.grey {
color: #666;
}

#post_entry h1 {
font-size: 14px;
color: #9a9e47;
line-height: 15px;
}

p {
color: #666;
font-size: 12px;
line-height: 16px;
padding: 0 0 10px 0
}

span.date {
font-size: 10px;
font-style: bold;
color: #9a9e47;
line-height: 18px;
}

span.postedby {
color: #9a9e47;
font-size: 9px;
font-weight: bold;
line-height: 18px;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
}

li {
margin: 0;
padding: 0 0 15px 0;
}

/* images -----------------------------*/

img {
border: none;
}

/* form -----------------------------*/

input, textarea {
font-family: times new roman, georgia, serif;
color: #666;
font-size: 11px;
}


/* anchors ----------------------------*/

a:link, a:visited {
color: #e1a6c8;
text-decoration: none;
}

a:hover, a:active }
color: #f6dbe2;
text-decoration: underline;
}


