/*	-------------------------------------------------------------
	Global declarations
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	*, body {
		padding: 0;
		margin: 0;
		}
		
	body {
		text-align: center; /* IE5.x centering fix */
		background-color: #000000;
		font-size: 0.7em;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	br.clear {
		clear: both;
		font-size: 1px;
		line-height: 1px;
		height: 1px;
		}

/*	-------------------------------------------------------------
	Main container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#container {
		width: 780px;
		margin: 0 auto;
		text-align: left; /* IE5.x counter centering fix */
		}
		
	#head {
		height: 413px;
		}
		
	#bottom {
		height: 318px;
		}
		
	#right {
		float: right;
		width: 206px;
		height: 357px;
		color: #C5C2C2;
		padding: 27px;
		line-height: 18px;
		overflow: auto;
		}
		
	#right img {
		width: 200px;
		}
		
/*	-------------------------------------------------------------
	Title
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	h1 {
		width: 78px;
		height: 58px;
		text-indent: -9999em;
		margin: 0 0 34px 30px;
		background: url(../../images/krisDrever.gif);
		}
		
	h1 a {
		height: 58px;
		display: block;
		}
		
	h2 {
		margin: 0 0 20px;
		}
		
/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	p {
		padding: 0 0 10px;
		}
		
	a {
		outline: 0;
		}
		
/*	-------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#footer p {
		padding: 9px 9px 0;
		color: #CCCCCC;
		}
		
	#footer a {
		color: #CCCCCC;
		text-decoration: none;
		}
		
	#footer .iweb span {
		display:none;
		}