body{
    padding:0px;
    margin:0px;
}

div{

}
#page_container{
    padding:0px;
    margin:0px;
}
#about{
    width:30em;
    background:#dddddd;
    padding:.4em;
    border:1px solid #aaaaff;
    position:relative;
    margin-top:1em;
}

#sites_using_tagnimbus{
    border:1px solid #aaaaff;
    width:30em;
    float:left;
    display:none;
}

/*floating clouds*/

.float_image{
    position:absolute;
}
#basic_cloud_2{
    top:0px;
    left:0px;
    height:95px;
}
#basic_cloud_1{
    bottom:0px;
    right:450px;
}

#happy_cloud{
    right:220px;
    top:-85px;
    width:200px;
}

#odd_cloud{
    right:0px;
    bottom:0px;
}

#header_area{
    height:100px;
    background:#0000ff;
    position:relative;
    padding:0px;
    margin:0px;
    color:white;
}

#header_area a{
    color:white;
}

#main_nav a{
    color:white;
}

#header_area h1{
    position absolute;
    top:23px;
    left:18px;
    color:black;
}
#header_area h1 a{
    color:black;
}

#tag_line{
    z-index:2;
    color:#999999;
    width:165px;
    position:absolute;
    left:18px;
    top:60px;
    text-align:right;
}

.label{
    border:1px solid #aaaaff;
    background:white;
    position:absolute;
    top:-10px;
    left:10px;
    font-weight:bold;
    padding-left:0.5em;
    padding-right:0.5em;
}

#home_left{
    float:left;
    padding-right:1em;
    z-index:5;
    width:518px;
}

#home_right_container{
    float:left;
    width:100%;
}
#home_right{
    margin-left:520px;
}
