@charset "UTF-8";
/* CSS Document */


body {
	width: 99%;
	font-family:Georgia, serif;

	  }


/*for active link specificity*/


#paint #nav-paint a, 
#illu #nav-illu a, 
#info #nav-info a{


	text-decoration:none;
	color:000000;


	}

/*top images
#topleft{
	top: 0px;
	float:left;
	width:200px;
	background-color:#666666;
	height:167px;
	overflow:hidden;
	}
	
#topcenter {
	top:0px;
	width:200px;
	margin: 0 auto;
	background-color:#006633;
	height:167px;
	overflow:hidden;
	}
	
#topright {
	top: 0px;
	float:right;
	width:200px;
	background-color:#FF0000;
	height:167px;
	overflow:hidden;
	}
	*/
	

/*centering wrapper*/
#wrapper {
	min-height: 100%;
	width: 650px;
	left:45px;
	position:absolute;
		}
	
#home {
	position:absolute;
	width:650px;
	left:0px;
	min-height:900px;
	overflow:visible;
	font-family:Georgia, serif;

	}
	
#luke {
	font-family:Georgia, serif;
	margin-left: 72px;
	position: relative;
	width: 432px;
	}
	

#box {
	margin: 0 auto;
	position: relative;
	width: 625px;
	overflow:auto;
	background-color:#E8E8E8;
	text-align:justify;
	padding: 20px;	
	font-family:Georgia, serif;

	}
	
#boxcont {

	margin: 0 auto;
	position: relative;
	width: 625px;
	overflow:auto;
	border:thin;
	text-align:justify;
	padding: 20px;	
	float:left;
	font-family:Georgia, serif;
	}	
	
	
/*das menu*/
#menu {
	text-align:center;
	padding-top:30px;
	width: 650px;
	height:2.5em;
	font-size:22pt;
	font-family:Arial Narrow;
	left:100%;
	}

#menu ul {

	padding:0px;
	list-style:none;
	display:inline;
	width:100%;
	left:100%;
	}

#menu a:link {

	text-decoration:line-through;
	color:#000000;
	

	}
	
#menu a:visited{
	text-decoration:line-through;
	color:#000000;

	}	
	
#menu a:hover {
	text-decoration:none;
	color: #333333;
	

	}
	
#menu a:active {
	text-decoration:none;
	color:#000000;

	}
		
a:link { text-decoration:none; color: #666666;

}      /* unvisited link */
a:visited {text-decoration:none; color:#666666;	

}  /* visited link */
a:hover {
	
	text-decoration:none;
}  /* mouse over link */
a:active {text-decoration:none; color:#666666;	
}  /* selected link */

