			body{
			/*	background: #55311a url('background.png') repeat-x; */
				background: url('/images/pixel.png'); 
				background-repeat: repeat-both;
				margin: 0;
			}	
			div.bgimage{
				height: 427px; 
				width: 100%; 
				position: absolute; 
				background: Url('/images/background.png');
			}
			#content{
				position: absolute;
				top: 20px;
				background: Url('/images/content_bg.png') repeat-y;
				width: 960px;
				margin-left: -480px;
				left: 50%;
			}
			#header{
				width: 960px;
				height: 168px;
				background: Url('/images/header_bg.png');
			}
			#literature{
				font-family: "Trebuchet MS";
				font-size: 12px;
				color: #543019;
				padding-left: 200px;
				padding-right: 60px;
				padding-top: 20px;
			}
			h2{
				color: #8a1d04;
			}
			#menu{
				float: left;
				width: 140px;
				padding-left: 10px;
				padding-top: 20px;
			}
			div.clear{
				clear: both;
				height: 1px;
			}
			div.tailpiece{
				clear: both;
				font-family: "Trebuchet MS";
				font-size: 12px;
				height: 108px;
				width: 960px;
				background: Url('/images/bottom_bg.png');
			}
			#bottomlinks{
				width: 580px;
				text-align: center;
				padding-top: 60px;
				margin-left: 90px;
				float: left;
			}
			a.menu,a.menuvisited,a.tallmenu,a.tallmenuvisited{
				width: 102px;
				display: block;
				text-decoration: none;
				font-family: "Trebuchet MS";
				font-size: 14px;
				height: 22px;
				margin-top: 10px;
				margin-bottom: 10px;
				padding-left: 30px;
				color: #543019;
				margin-left: 10px;
				padding-top: 4px;
			}
			a.menu:hover,a.tallmenu:hover{
				background: #eee7d3;
			}
			a.tallmenu,a.tallmenuvisited{
				height: 42px;
				margin-bottom: -10px;
			}
			a.tallmenu:hover{
				height: 42px;
		/*	padding-bottom: -22px; */
			margin-bottom: -10px;
			}
			a.menuvisited,a.tallmenuvisited{
				background: Url('/images/bean.png') no-repeat;
			}
			#socialnetworking{
				float: right;
/*				width: 200px;*/
				margin-top: 40px;
				padding-right: 20px;
			}
			#copyright{
				float: left;
				margin-top: 70px;
				padding-left: 10px;
			}
			#bottomlinks a{
				text-decoration: none;
				color: black;	
			}
			#bottomlinks a:hover{
				text-decoration: underline;
			}
			.bold{
				font-weight: bold;
			}
			


