body {
    line-height: 13px;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:#F8F3CB;
}

td, div, p {
    line-height: 13px;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 11px;
}

ul, ol {
	list-style-image: url(/files/layout/bullet_06.gif);
	list-style-position: outside;
	margin-left: -27px;
	margin-top: 0px;
}

a, a:active, a:link, a:visited, a:focus {
    color: #c16395;
    text-decoration: none;
}
a:hover {
    color: #c16395;
	text-decoration: underline;
}

a.white, a.white:active, a.white:link, a.white:visited, a.white:focus {
    color: #ffffff;
    text-decoration: none;
}
a.white:hover {
    color: #F9F291;
    text-decoration: none;
}

a.black, a.black:active, a.black:link, a.black:visited, a.black:focus {
    color: #000000;
    text-decoration: none;
}
a.black:hover {
    color: #c16395;
    text-decoration: none;
}

h1 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #000000;
    font-size: 13px;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top:0px;
    margin-bottom:0px;
    color: #ffffff;
    font-size: 12px;
}


/* layers/divs */

#page {
    position: relative;
    width: 999px;
    height:619px;
    background-color: #F9F291;
}

#head {
    position: relative;
    width: 999px;
    height: 199px;
    background-color: #c16395;
}
#topnav {
    position: absolute;
    right: 0px;
    top: 36px;
    width:75px;
}

#leftnav {
    position: relative;
    float: left;
    width:142px;
    margin: 20px;
    margin-top: 25px;
    margin-bottom: 0px;
}
#logok {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 182;
    height: 94px;
}
#hline {
    position: relative;
    float: left;
    height: 335px;
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 40px;
    background-color: #8a8570;
}

#content {
    position: relative;
    float: left;
    width:303px;
    padding: 25px;
}

#mood {
    position: absolute;
    top: 0px;
    left: 537px;
    width: 378px;
}