body {
    margin: 0;
    color: #333;
    font-family: georgia,serif;
    background: #fff url('../images/pattern_054.gif') repeat;
	font-size:62.5%     /* for IE/Win */
}

html>body {font-size:10px} /* for everything else */

div,table,td,th {font-size: 1em;}

img {border: 0;}

a:link {text-decoration: none; color: #785A3C;}
a:visited {text-decoration: none; color: #785A3C;}
a:hover {text-decoration: none; color: #80aebe;}
a:active {text-decoration: none; color: #785A3C;}

h1 {color: #333;}
h2 {color: #333;}
h3 {color: #333;}
h4 {color: #333;}

#wrapper {
    position: relative;
    width: 900px;
    margin: 20px auto 0 auto;
    border: 5px solid #EDE7DA;
    background-color: #EDE7DA; 
}

#bio_mask {
    position: absolute;
    top: 0;
    left: 361px;
    width: 362px;
    height: 250px;
    overflow: hidden;
/*    background: transparent url(../images/guide.gif) no-repeat bottom left;*/
}

#bio {
    position: absolute;
    top: 16px;
    left: -5px;
}

#top_link {
    display: block;
    position: absolute;
    bottom: 91px;
    left: 180px;
    text-align: center;
    font-size: 1.2em;
}

#guide {
    position: absolute;
    bottom: -9px;
    left: 0px;
    z-index: 10;
}

#click {
    position: absolute;
    top: 255px;
    left: 398px;
    width: 362px;   
    color: #785A3C; 
}

#footer {
    position: relative;
    color: #785A3C;
    padding: 12px 0 8px 5px;
}

#contact {
/*    float: left;*/
    width: 600px;
}

#credit {
    position: absolute;
    top: 12px;
    right: 8px;
/*    width: 200px;*/
    text-align: right;
}


