body {
                            font-family: helvetica, arial, sans-serif;
                            font-size: 12px;
                            width: 1000px;
                        }

                        A:link {text-decoration: none}
                        A:visited {text-decoration: none}
                        A:active {text-decoration: none}
                        A:hover {text-decoration: underline; color: blue;}

                        .sidebar_content {
                            width: 100%;
                            margin-left: 2px;
                            font-size: 11px;
                        }

                        div#sidebar_right {
                            vertical-align: top;
                        }
                        
                        .sidebar_wrapper {
                            float: left;
                            width: 120px;
                            margin-left: 10px;
                            margin-top: 10px;
                        }

                        .count{
                            font-size: 10px;
                            font-style: italic;
                        }

                        div#footer {
                            clear: both;
                            text-align: center;
                        } 

                        .LabeledMarker_markerLabel {
                            font-size: 10px;
                        }
                        
                        div#map {
                            float: left; 
                            margin: 5px auto; 
                            width: 600px; 
                            height: 350px;
                            font-size: 11px;
                        }

                        div#content {
                            width:1100px;
                            margin-left: 10px;
                            margin-top: 0px;
                            
                        }
                        
                        div#random{
                            margin-left: 10px;
                            width: 550px;
                        }
                        
                        div#header{
                            width: 100%;
                            height: 80px;
                        }

