body{
    background:#fff;
    margin:0px auto;
}
div.clear{
    clear:both;
}
div#head{
    width:1000px;
    height:185px;
    margin:0px auto;
}
    div#head_left{
        float:left;
        width:200px;
    }
        div#head_img_1{
            background:url(../images/graffiti-stop.jpg);            
        }
        div.head_img{
            margin:2px;
            border-right:1px solid #999;
            border-bottom:1px solid #999;
            width:130px;
            height:180px;
        }
    div#head_center{
        float:left;
        width:600px;
    }
        div#head_center h4{
            color:#3e4962;
            font-family:tahoma,sans-serif;
            font-size:26px;
            margin-bottom:5px;
            border-top:1px solid #999;
            border-bottom:1px solid #999;
            width:400px;
            padding:5px;
        }
        div#head_center span{
            font-family:tahoma,sans-serif;
            font-size:16px;
            color:#444;
            display:block;
            text-align:right;
            width:400px;
        }
    div#head_right{
        float:left;
        width:200px;
        margin-top:30px;
        
    }
        div#head_right p{
            text-align:center;
            color:#444;
            border-left:1px solid #999;
            border-bottom:1px solid #999;
            font-size:12px;
        }
        div#head_search{
            background:transparent url(../images/search_icon.gif) no-repeat scroll 2px 14px;
            padding-left:15px;
            padding-top:10px;
            overflow:hidden;
            width:183px;
            border-top:1px solid #999999;
            border-right:1px solid #999999;
        }
            div#head_search a,div#head_search a:visited{
                color:#3e4962;
                font-family:arial;
                font-size:12px;
                text-decoration:none;                
            }
            div#head_search a:hover{
                text-decoration:underline;
                color:#444;
            }
            div#head_search input{
                width:125px;
            }
div#menu{
    width:100%;
    height:30px;
    margin:0px auto;
    background:#3e4962;
    text-align:center;
    border-bottom:1px solid #222;
}
    div#menu ul{
        display:block;
        list-style-image:none;
        list-style-position:inside;
        list-style-type:none;
        height:30px;
        padding:0;
        margin:0px auto;
        width:600px;
    }
        div#menu ul li{
            display:block;
            float:left;
            height:24px;
            padding:6px 0 0;
            position:relative;
            width:100px;
        }
            div#menu ul li a,div#menu ul li a:visited{
                height:30px;
                font-size:13px;
                font-family:tahoma,sans-serif;
                color:#fff;
                display:block;
                text-decoration:none;            
            }
            div#menu ul li a:hover{
                text-decoration:underline;
            }
div#main{
    margin:0px auto;
    width:1000px;
    margin-top:-1px;
}
    div#main_left{
        float:left;
        width:200px;
    }
        div#main_left div.menu_box{
            border-top:1px solid #A5A4A4;
            border-bottom:1px solid #A5A4A4;
            border-left:1px solid #A5A4A4;
            border-right:1px solid #A5A4A4;
            width:180px;
            margin-top:10px;
            
        }
            div#main_left div.menu_box ul{
                display:block;
                list-style-image:none;            
                list-style-type:none;
                padding:0px;
                margin:0px;
                padding:0px 2px;
            }
                div#main_left div.menu_box ul li{
                    display:block;
                    margin-top:2px;
                    margin-bottom:2px;                    
                }
                div#main_left div.menu_box ul li.sub{
                    padding-left:5px;
                }
                    div#main_left div.menu_box ul li a,
                    div#main_left div.menu_box ul li a:visited{
                        font-size:14px;
                        text-decoration:none;
                        color:#fff;
                        display:block;
                        background:#3e4962;
                        padding:5px;
                    }                    
                    div#main_left div.menu_box ul li a.link{
                        background:#2a3330;
                    }
                    div#main_left div.menu_box ul li a.main{
                        background:#53617d;
                    }
                    div#main_left div.menu_box ul li a:hover{
                        background:#444;
                        text-decoration:underline;
                    }
    div#main_right{
        float:right;
        width:800px;
    }
        div#content_left{
            float:left;
            width:588px;
            color:#eee;
            padding:5px;
            background:#3E4962;
            border-left:1px solid #222;
            border-right:1px solid #222;
            border-bottom:1px solid #222;
        }
            div#content_left h2.h2{
                padding:0px;                
                font-size:12px;                
                color:#a3b3c2;
            }
            div#content_left div.tags{                
                margin:5px 0px 0px 0px;                
                border-top:1px dashed #999;                
            }
                div#content_left div.tags span{
                    font-size:12px;                    
                }
                div#content_left div.tags a,div#content_left div.tags a:visited{
                    font-size:12px;
                    color:#a3b3c2;
                    text-decoration:none;
                    border-bottom:1px dotted #a3b3c2;
                }
                div#content_left div.tags a:hover{
                    border-bottom:1px solid #b3d3d2;
                }
        div#content_right{
            float:right;
            width:190px;
            padding-left:10px;
        }
            div#content_right div.right_box{
                border-top:1px solid #A5A4A4;
                border-bottom:1px solid #A5A4A4;
                border-left:1px solid #A5A4A4;
                border-right:1px solid #A5A4A4;
                width:180px;
                margin-top:10px;
            }
                div#content_right div.right_box div.box_content{
                    padding:3px;
                    text-align:center;
                }
                div#content_right div.right_box.contact span{
                    background:#2a3330;
                    display:block;
                    color:#fff;
                    text-align:center;
                    font-weight:bold;
                    font-family:tahoma,sans-serif;
                    font-size:14px;
                    padding:5px 0px;
                }
                div#content_right div.right_box.contact a,
                div#content_right div.right_box.contact a:visited
                {
                    font-size:16px;
                    color:#3e4962;
                    text-decoration:none;
                    font-weight:bold;
                }
                div#content_right div.right_box.contact a:hover{
                    text-decoration:underline;
                }
                div#content_right div.right_box.image span{
                    background:#3e4962;
                    display:block;
                    color:#fff;
                    text-align:center;
                    font-weight:bold;
                    font-family:tahoma,sans-serif;
                    font-size:14px;
                    padding:5px 0px;
                }
                div#content_right div.right_box.image a,
                div#content_right div.right_box.image a:visited
                {                    
                    display:block;
                    text-decoration:none;
                    border:2px solid #999;
                    padding:1px;
                }
                div#content_right div.right_box.image a:hover{
                    border:2px solid #3e4962;
                }
                div#content_right div.right_box.image a img{
                    border:none;
                }

div#nav{
    /*border-bottom:1px dashed #999;    */
    padding-top:13px;
}
    div#nav h1{
        padding:0px;
        margin:0px;
        display:inline;
        font-size:20px;
        color:#a3b3c2;
    }
    div#nav span{
        color:#ddf;
        font-size:12px;
    }
    div#nav a,div#nav a:visited{
        color:#c3e3f2;
        font-size:12px;
        text-decoration:none;
    }
    div#nav a:hover{
        color:#a3b3c2;
        text-decoration:underline;
    }
div#share{
    border-bottom:1px dashed #999;    
    padding-top:2px;
    padding-bottom:1px;
    text-align:right;
}
div#foot{
    width:100%;
    height:20px;
    margin:0px auto;
    background:#444;
    text-align:center;
    margin-top:20px;
    color:#fff;
    font-size:12px;
}

