body {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #CCCCCC;
}
a:link {color: #ffffff;}
a.black:link {color: #000000;}

#BkgHolder {
	position: absolute;
	top: 0px;
}
#BkgContent{
	
}
#Container {

}
#Current{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 980px;
	height: 550px;
	background-color: black;
	border: white;
	border-width: thick;
	border-style: solid;
}
#Navigation{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 400px;
	height: 20px;
}
#TextualContent{
	position: absolute;
	top: 100px;
	left: 50px;
	width: 945px;
	height: 450px;
	overflow-y: auto;
}
#Footer{
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	left: 35%;
	width: 65%;
	height: 40px;
	background-color: #000000;
	font-size: 10px;
	color:#FFFFFF;
	overflow: hidden;	
}
#AboutSection{

}
#AboutWolfSection{
	position: absolute;
	left: 40px;
	width: 500px;
}
#GallerySection {
	width: 400px;
}
#ContactSection{
	position: absolute;
	right: 15px;
	top: 240px;
	padding: 5px;
	background-color: white;
	width: 380px;
	height: 120px;
	font-size: small;
}
#ExhibitionsSection {
	color: #CCCCCC;
	position: absolute;
	left: 20px;
}

#NewSection {
	color: #CCCCCC;
	position: absolute;
	left: 0px;
}

#CurrentShadowV {
	position: absolute;
	top: 555px;
	width: 100%;
	background-image: url("components/SchattenV.jpg");
	background-repeat: repeat-x;
}
#CurrentShadowV-U {
	position: absolute;
	top: -25px;
	width: 100%;
	background-image: url("components/SchattenV-U.jpg");
	background-repeat: repeat-x;
}
#CurrentShadowH {
	position: absolute;
	right: -25px;
	width: 20px;
	height: 550px;
	background-image: url("components/SchattenH.jpg");
	background-repeat: repeat-y;
}
#CurrentShadowH-L {
	position: absolute;
	left: -25px;
	width: 20px;
	height: 550px;
	background-image: url("components/SchattenH-L.jpg");
	background-repeat: repeat-y;
}
#CornerShadow{
	position: absolute;
	right: -25px;
	top: -30px;
}
#CornerShadowL-U{
	position: absolute;
	left: 0px;
	top: 525px;
}
#CornerShadowR-O{
	position: absolute;
	left: 0px;
	top: -25px;
}
#CornerShadowR-OR{
	position: absolute;
	left: 980px;
	top: -25px;
}
