	body {
		margin: 0 0 0 0;		
		font-family: Georgia, Times, Serif;
        line-height: 140%;
		font-size:14px;
		letter-spacing: 0.02em;
		color: #000;
		background: #f9fbfb;
		}
		
    #start {
		position: absolute;
		left: 160px;
		top: 110px;	
        }
		
	#header {
		position: absolute;
		font-size: 20px;
		letter-spacing: 0.07em;
		line-height: 120%;
		left: 15px;
		top: 10px;
		color: #800000;
		}
			
    #headerline {
		position: absolute;
		left: 0px;
		top: 65px;
        width: 845px;
		height: 5px;
		}
		
    #headermenu {
		position: absolute;
		font-size: 20px;
		letter-spacing: 0.07em;
		left: 245px;
		top: 75px;
        width: 600px;
		text-align: right;
		}

	#leftmenu {
		position: absolute;
		letter-spacing: 0.07em;
		line-height: 140%;
		left: 15px;
		top: 135px;
        width: 140px;
		text-align: left;
		}

	#center {
		position: absolute;
		left: 175px;
		top: 135px;
        width: 370px;
		height: 400px;
		min-height: 400px;
		padding-right: 20px;	
        }

	#right {
		position: absolute;
		left: 563px;
		top: 135px;
        width: 282px;
		height: auto;
		min-height: 400px;
		}		

	p,h1,pre {
		margin: 0px 10px 10px 10px;
		}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		font: 1.6em/2.8em;
		}	
			
	a:link, a:visited{
		color: #800000; text-decoration: none;
		}

	a:hover {
		color: #669966; text-decoration: underline;
		}

	a:active {
		color:#669966;
		}
	
	a.headermenu:link, a.headermenu:visited {
		color:#669966;
		}	

 	a.leftmenu:link, a.leftmenu:visited {
		color:#669966;
		}






