/* HEADER */

#header {position: relative; border-right: 1px solid #666;}
#header h1 {margin: 0; padding: 0; text-indent: -5000px; height: 150px;}
#header #avatar {position: absolute; width: 120px; height: 25px; z-index:1; left: 5px; top: -5px;}
#header #wordBubble {position: absolute; width:120px; height:25px; z-index:2; left: 130px; top: 0;}

#site {width: 761px; margin: 5px;}
#content {background: #FFF; padding-bottom: 10px; border-right: 1px solid #666;}

/* EXTENDED PROFILE */

/*
.gaiaNav #mod {position: absolute; top: -60px; right: 0; line-height: 25px; margin-right: 10px;}
.gaiaNav #mod li {display: inline;}
.gaiaNav #mod li a {color: #FFF; text-decoration: underline; list-style-type: none;}
*/

#extendedProfileBody #header h1 {background: url(profile_.jpg) top right no-repeat;}


body
{
    background-color: #B6CAD5;
    color: #000000; 
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    scrollbar-face-color: #DEE3E7;      /* IE only stuff */
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #C8DFF9;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
    margin: 0;
    padding: 0;
}

img {
	border: 0;
}

a:link, a:active, a:visited
{   
    color: #8997A1;
}

a:hover
{
    text-decoration: underline;
    color : #DD6900; 
}

