body {
    margin:0px;
    padding:0px;
    font-size: 13px;
    font-family:verdana, sans;
    background: url('img/background.png') repeat-x;
    background-color:#efeff1;
    text-align:center;
    color: #195a83;
}

a {
    color:#195a83;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}

h1 {
    margin:0px;
}

hr {
    border:none;
    border-bottom: 1px solid #e9eaec;
}

#layout_main {
    width:804px;
    margin:auto;
    text-align:left;
    margin-top:14px;
    position: relative;
}
    #layout_main_content {
        border: 1px solid #b0b5b8;
        width:796px;
        margin-left:3px;
        background-color:white;
    }

        #layout_header {
            height:158px;
            border-bottom:1px solid white;
            background:url('img/background_header.gif') repeat-x;
            border-bottom:3px solid #aac5e5;
            padding-bottom:1px;
        }
            #logo {
                background:url('img/logo.jpg') no-repeat;
/*                 width:796px; */
                height:158px;
                padding-left:10px;
            }
            #logo h1 {
                padding-top:80px;
            }
            #logo h1 a {
                color:white;
                text-decoration:none;
                font-size:18px;
            }
            #logo .TagLine {
                color:white;
            }

        #layout_menu {
            margin-top:3px;
        }
            .menu_entry_left {
                float:left;
                width:8px;
                background:url('img/btn_menu_left.gif') no-repeat;
                height:28px;
            }
            .menu_entry_mid {
                float:left;
                background:url('img/btn_menu_mid.gif') repeat-x;
                height:28px;
                padding-top:5px;
                padding-left:16px;
                padding-right:16px;
            }
                .menu_entry_mid a {
                    font-weight:bold;
                    text-decoration:none;
                }
                .submenu {
                    position:absolute;
                    padding:15px;
                    background: white;
                    border:1px solid #b0b5b8;
                    display:none;
                    z-index:1000;
                }
                    .submenu a {
                        font-weight:normal;
                        text-decoration:underline;
                    }
                    .submenu a:hover {
                        text-decoration:none;
                    }
            .menu_entry_right {
                float:left;
                width:8px;
                background:url('img/btn_menu_right.gif') no-repeat;
                height:28px;
            }
            #layout_content {
                background: url('img/bg_content.gif') repeat-y;
                margin-bottom:5px;
            }
            #layout_left {
                float:left;
                width:560px;
                padding:10px;
            }
                .post_date {
                    text-align:center;
                    vertical-align:top;
                    background: url('img/date_bg.gif') no-repeat;
                    width:44px;
                    height:49px;
                    width:100px;
                    background-position:50% 0%;
                }
                    .post_month {
                        color:white;
                        position:relative;
                        left:-1px;
                        font-size:11px;
                        font-weight:bold;
                    }
                    .post_day {
                        color:#a6aba9;
                        position:relative;
                        font-size: 20px;
                        top:2px;
                        left:-2px;
                        font-weight:bold;
                        font-family: "Trebuchet";
                    }
                .post_wrapper {
                    width:450px;
                }
                    .post_title {
                    }
                    .post_title h2 {
                        font-size:16px;
                        margin-top:0px;
                    }
                    .post_sub {
    
                    }
                    .post_content {
    
                    }
                    .post_footer {
                        margin-top:10px;
                        margin-bottom:20px;
                    }

            .cat_list_top {
                border:1px solid #b0b5b8;
                padding:5px;
            }
            .cat_list {
                margin-top:30px;
            }
            #layout_right {
                float:left;
                width:200px;
                padding:5px;
                position:relative;
                top:-30px;
            }
                #layout_right .keyword {
                    width:150px;
                }

            .Search h3 {
                font-size:13px;
                margin-bottom:5px;
                margin-top:0px;
            }
            .addtoany_list li {
                list-style:none;
                display: inline;
            }
            .addtoany_list img {
                border:0;
            }
            .addtoany_list a {
                text-decoration:none;
            }
            .addtoany_list .a2a_name {
                padding-left:5px;
            }
            .addtoany_list .addtoany_share_save {
                padding:0px;
            }
            .tagCloud {
                background-color:#e4e7f1;
                padding:5px;
            }

    #layout_footer_left {
        float:left;
        background:url('img/bg_footer_left.gif') no-repeat;
        height: 132px;
        width:12px;
    }

    #layout_footer_mid {
        background:url('img/bg_footer_mid.gif') repeat-x;
        height: 52px;
        float:left;
        width:780px;
        padding-top:9px;
        color:white;
    }
        #layout_footer_mid a {
            color: white;
        }
        #footer_left {
            float:left;
            height:110px;
            border-right:1px solid white;
            width:745px;
        }
            #footer_left table {
                margin-top:30px;
                margin-left:18px;
            }
            #footer_left td {
                padding-bottom:2px;
                padding-right:55px;
            }
        #footer_right {
            float:left;
        }
            #footer_right table {
                margin-top:15px;
                margin-left:40px;
            }
            #footer_right td {
                text-align:right;
                padding-bottom:5px;
            }
    #layout_footer_right {
        float:left;
        background:url('img/bg_footer_right.gif') no-repeat;
        height: 132px;
        width:12px;
    }

