body {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #1D1D1D;
line-height: 22px;
}
td {
vertical-align: top;
}

#wrap {
width: 100%;
}
#header {
background: #222222;
width: 100%;
margin: 0px;
}
#logo {
margin-left: 10px;
text-decoration: none;
}
#standard {
position: absolute;
top: 30px;
right: 70px;
color: #fff;
font-weight: bold;
font-size: 2.5em;
letter-spacing: 6px;
}
#system {
position: absolute;
top: 65px;
right: 170px;
color: #fff;
font-weight: bold;
font-size: 1em;
letter-spacing: 4px;
}

/* nav */

#nav {
width: auto;
padding: 7px 0px 8px 30px;
background: #47879A;
border-bottom: 2px solid #222;
line-height: 13px;

}

ul#mainlevel {
padding-top: 7px;
padding-bottom: 0px;
white-space: nowrap;
font-weight: bold;
font-size: 12px;
}

#mainlevel-nav li {
display: inline;
list-style-type: none;
}

#mainlevel-nav a {
padding: 10px 15px;
}

#mainlevel-nav a:link, #mainlevel-nav a:visited {
color: #fff;
text-decoration: none;
}

#mainlevel-nav a:hover {
color: #222;
text-decoration: none;
background: url(../images/nav_img.jpg) no-repeat;
background-position: 50% 3px;
}
a.mainlevel-nav#active_menu {
color: #222;
text-decoration: none;
background-position: 50% 3px;
}
a.mainlevel#active_menu:hover {
color: #222;
text-decoration: none;
background-position: 50% 3px;
}
/* end nav */

#main {
margin: auto;
}
#left_content {
width: 75%;
padding: 10px 20px;
}
#right_content {
background: url(../images/right_divider.jpg) no-repeat;
background-position: left top;
width: auto;
padding: 15px;
text-align: left;
}

#footer {
clear: both;
width: 90%;
font-size: 10px;
font-weight: bold;
color: #9A9A9A;
padding-top: 10px;
padding-bottom: 5px;
margin-left: 20px;
border-top: 1px solid #E2E2E2;

}
#footer a:link{
text-decoration: none;
color: #47879A;
}
#footer a:hover {
text-decoration: none;
color: #222;
}
.blog {
width: 100%;
}
.multithumb {
margin: auto;
}

