#wrapper {
        background: #ffffdd url(images/background.gif) repeat-y right;
}

#header {
        background: #d7dabd;
}

#container {
        width: 100%;
        background: #ffffdd url(images/background.gif) repeat-y right;
        float: left;
        margin-right: -200px;
}

#content {
        background: #ffffdd;
        margin-right: 210px;
        margin-left: 10px;
}

#sidebar {
        width: 200px;
        float: right;
		text-align: left;
}

#footer {
        background: #d7dabd;
}

h1 {
        margin-top: 0;
}

.last {
        margin-bottom: 0;
}

.clearing {
        height: 0;
        clear: both;
}

.bodyleft {
        text-align: left;
        margin: 0;
        padding: 0;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        background: url(images/background2.gif);
        background-color: #ffffdd;
        background-repeat: repeat;
        background-position: top left;
}

a.rolling {text-decoration: none;}
a.rolling:link {color: #0c0cfc;}
a.rolling:visited {color: #0c0cfc;}
a.rolling:hover {color: #0c0cfc;}
a.rolling:hover {text-decoration: underline;}

a.plain {text-decoration: none;}
a.plain:link {color:blue;}
a.plain:visited {color:blue;}
a.plain:active {color:grey;}
a.plain:hover {color:black;}
a.plain:hover {background-color: #fff;}

a.plainbigred {text-decoration: none;}
a.plainbigred:link {color:red;}
a.plainbigred:visited {color:red;}
a.plainbigred:active {color:grey;}
a.plainbigred:hover {color:black;}
a.plainbigred:hover {background-color: #fff;}

a.plainblu {text-decoration: underline;}
a.plainblu:link {color:blue;}
a.plainblu:visited {color:blue;}
a.plainblu:active {color:grey;}
a.plainblu:hover {color:black;}
a.plainblu:hover {background-color: #fff;}

a.buttn3 {text-decoration: none;}
a.buttn3:link {color:#664444;}
a.buttn3:visited {color:#664444;}
a.buttn3:active {color:grey;}
a.buttn3:hover {color:black;}
a.buttn3:hover {background-color: #fff;}

a.buttn4 {text-decoration: none;}
a.buttn4:link {color:#00557f;}
a.buttn4:visited {color:#00557f;}
a.buttn4:active {color:grey;}
a.buttn4:hover {color:black;}
a.buttn4:hover {background-color: #fff;}

a.buttn5 {text-decoration: none;}
a.buttn5:link {color:#ff5500;}
a.buttn5:visited {color:#ff5500;}
a.buttn5:active {color:grey;}
a.buttn5:hover {color:black;}
a.buttn5:hover {background-color: #fff;}

a.buttn6 {text-decoration: none;}
a.buttn6:link {color:#aa0000;}
a.buttn6:visited {color:#aa0000;}
a.buttn6:active {color:grey;}
a.buttn6:hover {color:black;}
a.buttn6:hover {background-color: #fff;}

a.buttn7 {text-decoration: none;}
a.buttn7:link {color:#444488;}
a.buttn7:visited {color:#444488;}
a.buttn7:active {color:grey;}
a.buttn7:hover {color:black;}
a.buttn7:hover {background-color: #fff;}

.grn {
	color: green;
}

.slate {
	color: #EEE;
}

.gry {
	color: #555;
}

.org {
	color: #F50;
}

.blu {
        color: blue;
}

.brnt {
        color:#664444;
}

.red {
	color: red;
	background-color: #CCC;
}

.bigred {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: red;
/*        background-color: #CCC; */
}

.justred {
	color: red;
}

.greyish {
        color: #888888;
}

.invisible {
        color: #e7e7d6;
}

</style>