body		{
		font-family:Arial, sans-serif;
		width: 1180px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-shadow: 0 5px 5px 0px #888;
		-moz-box-shadow: 0 5px 5px 0px #888;
		box-shadow: 0 5px 5px 0px #888;
		}
div#year-selector {
		float:left;
		margin-left: 20px;
		width: 665px;
		}
div#year-selector a:link  {
		color:#d46b08; 
		background: #FBF0E5; 
		font-size:1em; 
		}
div#year-selector a:hover  {
                color:#735b29;
                background: #FBF0E5;
                font-size:1em;
                }
div#year-selector a:visited  {
                color:#735b29;
                background: #FBF0E5;
                font-size:1em;
                }

div#sidebar {
                color:#707173;
                font-size:1em;
		text-decoration: none;
		float: left;
		margin-left: 20px;
		}
div#sidebar a:link  {
                color:#d46b08;
                background: #FBF0E5;
                font-size:1em;
		text-decoration: none;
		background-image: url('/images/small/Deko2.png');
		padding-left: 20px;
                background-position: left;
                background-repeat: no-repeat;
		}
div#sidebar a:hover  {
                color:#735b29;
                background: #FBF0E5;
                font-size:1em;
		text-decoration: underline;
                background-image: url('/images/small/Deko3.png');
                padding-left: 20px;
                background-position: left;
                background-repeat: no-repeat;
		 }
div#sidebar a:visited  {
                color:#735b29;
                background: #FBF0E5;
                font-size:1em;
		text-decoration: none;
		background-image: url('/images/small/Deko3.png');
                padding-left: 20px;
                background-position: left;
                background-repeat: no-repeat;
                }

div#index	{
		color:#707173;
		font-size:1em;
		margin-left: 20px;
		clear:left;
		}

div#index a:link {
        	 color:#707173;
		}
div#index a:visited {
        	color:#735b29;
        	}
div#index a:hover {
        color:#d46b08;
         }

img	{
	border: 1px solid white;
	}
div#footer	{
		color:#707173;
		font-size: 1em;
		margin-left: 20px;
		margin-top: 10px;
		}
div#copyleft	{
		float:left;
		width: 685px;
		}
div#fbook	{
		float:left;
		}
div#fbook a:link {
         color:#707173;
	text-decoration: none;
        }
div#fbook a:visited {
        color:#735b29;
	text-decoration: none;
        }
div#fbook a:hover {
        color:#d46b08;
	text-decoration: underline;
         }

HR	{
	border-top: 1px	dotted #707173;
  	color: #707173;
  	height: 0px;
  	width:96%;
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	}
