body {
background-color: #FFFFFF;
color: #0F0F0F;
font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

#main {
position: relative;
width: 800px;
margin: 0px auto;
padding-bottom: 10px;
}

#header {
width: 800px;
height: 120px;
background: url('images/header.jpg');
margin: 0px 0px 0px 0px;
}

#top_nav {
width: 800px;
border-bottom: thin solid #50514D;
margin-bottom: 5px;
}

#l_col {
position: relative;
width: 150px;
float: left;
}

#l_nav {
text-align: center;
background: url("images/nav_bg.jpg") repeat-y;
border-top
}

#l_nav p {
line-height: 90%;
}

#l_nav a {
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

#l_nav a:hover {
color: #00FF6A;
text-decoration: none;
}

#r_col {
position: relative;
margin-left: 155px;
text-align: justify;
padding-left: 5px;
width: 635px;
}

#articles {
font-size: 13px;
font-weight: bold;
}

#articles a {
text-decoration: none;
}

#footer {
clear: both;
background: url('images/foot_bg.gif') repeat-x;
width: 685px;
border-top: thin solid #50514D;
margin: 10px auto;
padding: 10px 0px 10px 0px;;
text-align: center;
}

p {
line-height: 140%;
}

h2 {
font-size: 22px;
font-weight: lighter;
word-spacing: -2px;
}

hr {

}

#pic_right {
float: right;
margin: 0px;
padding-left: 10px;
padding-right: 10px;
}

#pic_left {
float: left;
margin: 0px;
padding-left: 10px;
padding-right: 10px;
}

.pic_box {
background-color: #E0E4EF;
border: thin solid #6F6F6F;
width: 400px;
height: 180px;
margin: 5px;
padding: 5px 5px 0px 5px;
font-size: 12px;
}

img.inside_right {
float: right;
}

img.inside_left {
float: left;
margin: 0px 8px 0px 0px;
}