body {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
color: #000;
background: #fff url(..//images/blog/linen_pattern.jpg) repeat top center;
margin: 0px;
}

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

#top_bar {
background: #9a9e47 url(..//images/blog/top_bar_bg.jpg) repeat top center;
display: block;
width: 100%;
height: 30px;
}

#container {
display: block;
width: 670px;
margin: 0 auto 0 auto;
}

#header {
display: block;
width: 670px;
height: 382px;
background: #fff url(..//images/blog/road.jpg) no-repeat top center;
padding: 0;
letter-spacing: 1px;
}

#main_body {
display: block;
width: 670px;
background: #fff url(..//images/blog/road_body.jpg) repeat;
text-align: left;
}

#left_column {
margin: 0 0 0 50px;
}

#content_entry {
display: block;
width: 360px;
float: left;
padding: 0;
margin: 10px 0;
}

#right_nav {
display: block;
width: 150px;
float: right;
padding: 0 25px 0 0;
}

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

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

#content_entry h1 {
font-size: 14px;
color: #72bac9;
line-height: 15px;
}

p {
color: #004b63;
font-size: 11px;
line-height: 16px;
padding: 0 0 10px 0;
}

span.date {
font-size: 10px;
font-style: italic;
color: #72bac9;
line-height: 22px;
}

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

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

img {
border: none;
}

img.posted {
padding: 5px 5px 5px 5px;
background-color: #004b63;
}

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

a {
text-decoration: none;
}
a.viewcomments {
font-weight: normal;
font-size: 11px;
color: #004b63;
}
a.viewcomments:link, a.viewcomments:visited {
color: #004b63;
text-decoration: none;
}
a.viewcomments:hover, a.viewcomments:active  {
color: #72bac9;
text-decoration: underline;
}
#right_nav ul {
list-style: none;
line-height: 21px;
margin: 0;
padding: 20px 0 0 0;
}
#right_nav li {
font-weight: bold;
margin: 0;
font-size: 14px;
color: #72bac9;
}
#right_nav ul li ul{
list-style: none;
/*line-height: 21px;*/
margin: 0;
padding: 0 0 0 8px;
overflow: hidden;
}
#right_nav a {
font-weight: normal;
font-size: 11px;
text-decoration: none;
color: #004b63;
}

#right_nav a:hover, #right_nav a:active  {
color: #72bac9;
text-decoration: underline;
}

#right_nav a:visited {
color: #72bac9;
text-decoration: none;
}
