/* styles */

body {
	background-color: #fff29e;
    color: #000;
	font: normal 12px arial, sans-serif;
    width: 800px;
	padding: 0px;
	margin: 40px auto;
    position: relative;
}

a, a.link, a.visited  {
    color: #f47c2b;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active  {
    color: #0daa67;
    text-decoration: underline;
}

/*div {
    border: 1px solid #000;
}	*/

#navlinks {
    position: absolute;
    top: 0px;
    left: 0px;
}

#content {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    min-height: 500px;
    text-align: center;
}

#representation {
    position: absolute;
    bottom: 15px;
    left: -400px;
}

.topic {
    font-weight: bold;
    font-size: 13px;
}

.leftnavlink, a.leftnavlink:link, a.leftnavlink:visited  {
    padding-left: 35px;
    color: #f47c2b;
    font-weight: bold;
    text-decoration: none;
}

a.leftnavlink:hover, a.leftnavlink:active  {
    color: #0daa67;
    text-decoration: underline;
}

.leftnavtext {
    padding-left: 35px;
    text-align: center;
}

.leftsubnav {
    padding-left: 35px;
}

.leftnavlinkoff  {
    padding-top: 2px;
    padding-bottom: 16px;
    color: #f47c2b;
    font-weight: bold;
    text-decoration: none;
    text-align: top;
}

.flashcontent {
    vertical-align: bottom;
    padding-top: 16px;
}