	div#titleCon{
		display:			none;
	}
	
	div#bodyCon {
		background-image: 	none;
	}
	
	div#leftCon {
		display:			none;
	}
		
	div#rightCon {
		float:				right;
		padding:			110px 0 20px 20px;
	}
	
	div#rightCon div#shortcuts {
		float:				right;
	}
	
	div#rightCon div#shortcuts span.shortcut {
		display: 			block;
		float:				top;
		font-size:			30px;
		font-style:			italic;
		line-height:		30px;
		background-image:	url(../gfx/arrow.png);
		background-repeat:	no-repeat;
		padding:			0 0 0 35px;
	}
	
	div#rightCon div#shortcuts span.shortcut a,
	div#rightCon div#shortcuts span.shortcut a:visited{
		color:				#ffffff;
		text-decoration:	none;
	}
	
	div#rightCon div#shortcuts span.shortcut a:hover{
		color:				#f30101;
	}
	
	div#rightCon div#shortcuts span.niv_1 {
		margin:				0;
	}
	
	div#rightCon div#shortcuts span.niv_2 {
		margin:				0 0 0 30px;
	}
	
	div#rightCon div#shortcuts span.niv_3 {
		margin:				0 0 0 60px;
	}
	
	/*---- link styles ----*/
	
	a {
		text-decoration:	underline;
	}
	
	a:hover {
		text-decoration:	none;
	}
