
body {
        font: 100% verdana, arial, helvetica, sans-serif;
        text-align: left;
        line-height: 150%;
        background-color: #ccc;

        }

a:link { 
        color: #000;
        }

a:visited { 
        color: #111;
        }

a:hover, a:active{
        color: #006699;
        }

div.name { 

        color: #000;
        font-weight: bold;
        background: #99CCFF 250px;
        text-align: left;
        margin-top: 20px;
        padding-left: 5px;
        padding-bottom: 2px;
        padding-top: 2px;
        text-indent: 15px;
        font-size: 110%;
        clear: both;
}

div.sitename {
	display: none;
}

div.header {
     			background-image: url(../images/downtown_art_ride.png);
                background-repeat: no-repeat;
                background-position:50px 7px;
                left: 0px;
                top: 0px;
                position: absolute;
                font-size: 1px;
                color: #ccc;
                imagefloat: left;
                width: 778px;
                height: 100px;
                z-index: 50;
}
  
  

div.username {
        float: left;
        font-size: 75%;
}

div.album_count {
        float: right;
        font-size: 75%;
        display: none;
}

div.comment_count {
        display: none;

        clear: left;
        font-size: 75%;
}
div.trackback_count {
        display: none;

        clear: left;
        font-size: 75%;
}

div.album_name {
        display: none;

        float: right;
        font-size: 75%;
}

div.id {
        clear: left;
        font-size: 90%;
        font-weight: bold;

}

div.nice_date {
        float: right;
        font-size: 75%;
}

div.search {
        padding: 5px;
        font-size: 80%;
}

div.edit {
        padding: 5px;
        font-size: 80%;
}


div.menu {
        background-color: #fff;
        position: absolute;
        left: 0px;
        padding-left: 10px;
        padding-top: 30px;

        width: 180px;
        height: 100%;
        font-size: 110%;
        line-height: 110%;
        border-top: solid 4px;
        border-right: solid 1px;
        border-bottom: solid 4px;
        text-align: left;
        margin: 0px;
        top: 60px;
}

div.menu a {
        text-decoration: underline;

}

div.menu ul {
 list-style-type: none;
 border-bottom: dashed 1px;
 margin-right: 20px;
 padding-bottom: 30px;
}

div#resources ul {
 font-size: 50%;
 line-height: 170%;
 margin-left: -15px;

}

div.menu p {

 margin-left: 30px;

}

div.content { 
        background-color: #fff;
        margin-left: 180px;
        margin-top: 60px;
        padding: 45px;
	border-top: solid 4px;
        border-left: solid 1px;
        border-right: solid 1px;
        border-bottom: solid 4px;
        width: 500px;
        z-index: 20;
        }
	