body {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
	body#print {
		background:#000000  url(../images/bgPrint.jpg) top center fixed no-repeat;
	}
	body#digital {
		background:#000000  url(../images/bgPrint.jpg) top center fixed no-repeat;
	}
	body#illustration {
		background:#000000  url(../images/bgPrint.jpg) top center fixed no-repeat;
	}
	body#photography {
		background:#000000  url(../images/bgPrint.jpg) top center fixed no-repeat;
	}
	body#other {
		background:#000000  url(../images/bgPrint.jpg) top center fixed no-repeat;
	}
a {
	color:#ffffff;
	text-decoration:none;
}
p {
	padding:15px 0 8px 0;
	line-height:1.2em;
	font-size:0.78em;
}
#wrapper {
	margin:0 auto;
	width:1300px;
}
#leftHandSide {
	background:url(../images/bgContent.png) top left repeat;
	/*display:inline;
	float:left;*/
	height:100%;
	padding:0 0 20px 0;
	margin:0 0 0 170px;
	width:310px;
	position:fixed;
}
	#leftHandSide #logo {
		margin:20px 0 10px 10px;
	}
	/*#leftHandSide dl {
		width: 290px;
		margin:10px 0 0 10px;
	}
	#leftHandSide dl, #leftHandSide dd {

	}
	#leftHandSide dt {
		line-height:1.2em;
		font-size:2.0em;
	}
	#leftHandSide dt a {

	}
	#leftHandSide dd {
		text-align:right;
	}
	#leftHandSide dd a {

	}*/
	#leftHandSide ul {
		margin:5px 0 0 0;
	}
	#leftHandSide ul#navigation {
		margin:5px 0 0 10px;
		width:290px;
	}

	#leftHandSide ul li.navMainSection {
		line-height:1.2em;
		font-size:30px;
	}
	
	#leftHandSide ul li.newSectionLinHead {
		margin:20px 0 0 0;
	}
	#leftHandSide ul li ul.subMenu {
				border-top:1px solid #ffffff;

		text-align:right;
	}
	#leftHandSide ul li ul.subMenu li {

		font-size:14px;
		line-height:1.2em;
	}
	#leftHandSide ul li ul.subMenu li.secLinHead {
		font-size:18px;
		font-weight:bold;
		line-height:1.6em;
	}
#rightHandSide {
	background:url(../images/bgContent.png) top left repeat;
	display:inline;	
	/*float:left;*/
	float:right;
	min-height:400px;
	height:auto!important;
	height:400px;
	/*margin:100px 0 0 30px;*/
	margin:75px 170px 0 30px;
	padding:20px;
	/*min-width:600px;
	width:auto!important;*/
	width:600px!important;
}


