/* standard elements */
    body {
        background: url(bg.png);
        height: 100%;
        padding: 0;
        margin: 0 auto;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 0.81em;
    }

    h1 {
        background: url(bg_.png);
        font-family: Trebuchet MS;
        color: #006e93;
        letter-spacing: 6px;
        font-style: italic;
        font-weight: bolder;
    }
    
    h2 {
        color: #006e93;
        font-family: Trebuchet MS;
        font-weight: bolder;
    }


    p {
        position: relative;
        padding: 1em;
        line-height: 1.5em;
        font-family: Trebuchet MS;
        color: #006e93; 
        line-height: 1.4em;
    }

   li {
        position: relative;
        font-family: Trebuchet MS;
        color: #006e93; 
    }


	/* default links */
	a:link 
		{ 
/*		color:#B82619; */
	    text-decoration:none;
		}
	a:visited 
		{ 
/*		color:#80764F; */
	    text-decoration:none;
		}
	a:hover
		{
	    text-decoration:underline;
		}
	a:active 
		{ 
/*		color:#80764F; */
	    text-decoration:underline;
		}
    
    #wrapper {
        margin: 0 auto;
        height: 100%;
        width: 60em;
        top: 0;
        bottom: 0;
        background: oldLace;
    }
    
    #header {
        background: url(bg_.png);
        font-family: Trebuchet MS;
        color: #006e93;
        letter-spacing: 6px;
        height: 6em;
        font-style: italic;
        font-weight: bolder;
    }
    
    #header h1 {
        float: left;
        padding: 1em;
        margin: 0;
    }
    
    #header img {
        float: right;
        padding: 0.5em 2em 0;
        margin: 0;
    }
    
    #navigation {
        height: 3em;
        background: #369;
        padding: .3em 0 .4em .5em;
    }
    
    ul#navlist {
        margin: .4em 0 0 -1em;
        padding: 0;
        white-space: nowrap;
    }
    
    #navlist li {
        display: inline;
        list-style-type: none;
        /* margin: -0.15em; */
    }

    #navlist a:link, #navlist a:visited {
        color: #fff;
        background-color: #036;
        text-decoration: none;
        border: 1px solid #fff;
        border-width: 0 2px 2px 0;
        padding: 1em 0.5em 0 2em;
        font-family: Georgia;
        letter-spacing: 3px;
        font-size: 1.3em;
        font-style: oblique;
    }
    
    #navlist a:hover {
        color: #036;
        background-color: #fff;
        text-decoration: none;
        border: solid #036;
        border-width: 0 2px 2px 0;
    }
    
    #navlist li a#current {
	    color: #036;
	    background-color: #fff;
	    text-decoration: none;
	    border: solid #036;
	    border-width: 0 2px 2px 0;
	}

    #navlist a {
        padding: 0.3em 2em 0em 0.3em;
    }

	#navside
	{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 200px;
	}

	#navside li
	{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
	}

	#navside li a { text-decoration: none; }

    #main {
        position: absolute;
        width: 60em;
        top: 9em;
        bottom: 3em;
        background: oldLace;
    }
    
    #sidebar_left {
        padding: 1em;
        width: 11em;
    }
    
    #content {
        position: absolute;
        top: 0;
        bottom: 3em;
        /* width: 47em; */
        height: 100%;
        left: 11em;
        right: 0;
        overflow-y: auto;
        background: url(bg__.png);
    }
    
    #text {
        position: relative;
        padding: 1em;
        line-height: 1.5em;
        font-family: Trebuchet MS;
        color: #006e93;
        letter-spacing: 6px;
        line-height: 1.4em;
        font-size: 1.2em;
    }
    
    .clearer {
        clear: both;
        border: 0 transparent;
    }
    
    #footer {
        clear: both;
        position: absolute;
        height: 2em;
        width: 59em;
        bottom: 0;
        padding: .5em;
        margin: 0 auto;
        background: #369;
        color: #fff;
        text-align: center;
        line-height: 2em;
    }

    #footer a {
        text-decoration: none;
		color: SkyBlue;
		font-weight: bold;
    }