* {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
}

body {
  background: #082c4e no-repeat;
}
a img {
    border: 0;
}
div#website {
    width: 800px;
    min-height: 800px;
    margin-left: auto;
    margin-right: auto;
}

div#top_menu {
    position: relative;
    width: 100%;
    height: 45px;
    background: url(images/menuheaderbg.png) top left no-repeat;
}
div#top_menu ul {
    list-style: none;
    margin-left: 45px;
    width: 650px;
}
div#top_menu ul li {
    float: left;
}
div#top_menu ul li a {
    display: block;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    color: white;
    font-weight: bold;
    border-right:1px solid #6598d2;
    text-decoration: none;
    font-size: 12px;
}
div#top_menu ul li a:hover,
div#top_menu ul li a.selected {
    background: url(images/menuheaderbg-hover.jpg) top left repeat-x;
}
div#top_menu ul li a:first-letter {
    text-transform: capitalize;
}

div#content {
    border-top: 1px solid #1f6db5;
    background: url(images/contentbg.jpg) top left no-repeat white;
    min-height: 450px;
    padding-top: 35px;
    padding-bottom: 15px;
    width: 100%;
}
div#left_menu {
    float: left;
    width: 200px;
    margin-left: 15px;
}
div#right_content {
    float: right;
    margin-right: 15px;
    width: 520px;
    min-height: 150px;
}

div#left_menu div.top_left_menu {
    height: 15px;
    background: url(images/leftmenutopbg.png) top left no-repeat;
}
div#left_menu div.middle_left_menu {
    background: url(images/leftmenubg.jpg) top left repeat-y;
}
div#left_menu div.bot_left_menu {
    margin-top: -15px;
    height: 15px;
    background: url(images/leftmenubotbg.png) top left no-repeat;
}

div#left_menu h1 {
    height: 24px;
    line-height: 24px;
    background: url(images/icon-menu-title.png) 8px no-repeat;
    padding-left: 40px;
    font-size: 16px;
    color: #0f1011;
    margin-bottom: 8px;
}
div#left_menu ul {
    list-style: none;
    margin-left: 8px;
    margin-bottom: 15px;
}
div#left_menu ul li a {
    display: block;
    width: 90%;
    margin-bottom: 5px;
    padding: 3px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #7eb8ff;
}
div#left_menu ul li a:first-letter {
    text-transform: capitalize;
}
div#left_menu ul li a:hover {
    border: 2px solid white;
    background: #8dc0ff;
}

div#right_content h1 {
    color: #087db6;
    font-size: 32px;
}

div.post {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #4b4848;
}
div.post p {
    margin-top: 8px;
    margin-bottom: 15px;
    text-align: justify;
}

div.post div.post_content {
    font-size: 12px;
    color: #191818;
}

div#footer {
    min-height: 50px;
    background: url(images/footerbg.jpg) bottom left no-repeat;
    margin-bottom: 30px;
    font-size: 11px;
    text-align: center;
}
div#footer a {
    color: #087db6;
}
div#footer a:hover {
    color: #0b96d7;
}

.clean {
    clear: both;
}
