
html {
	height: 100%;
	overflow-y: auto;
}

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}




body {
	width: 100%;
	min-width: 930px;
	height: 100%;
	background-color: #000;
	color: #777;
	
}
a { 
	color: #777;
	text-decoration: underline;
}
a:hover { 
	color: #aaa;
	text-decoration: underline;
}
	a img { border: none; }
p { margin: 0 0 8px; }
.clear { clear: both; }
.hidden {
	visibility: hidden;
}



#allContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

	#left {
		position: absolute;
		right: 700px;
		top: 0;
		width: 300px;
		height: 100%;
	}
	
		h1 {
			width: 210px;
			height: 34px;
			margin: 125px 0 42px;
			background-image: url('../layout/jeff-cowen.gif');
			background-repeat: no-repeat;
		}
			h1 a { 
				display: block;
				width: 210px;
				height: 34px;	
			}
				h1 span { display: none; }
		#menu {
			list-style: none;
		}
			#menu li {
				display: block;
			}
				#menu li a {
					display: block;
					width: 210px;
					height: 19px;
					text-decoration: none;
					background-repeat: no-repeat;
					outline: none;
				}
				#menu li a:hover { background-position: -210px 0; }
				#menu li.selected a { background-position: -420px 0; }
					#menu li a span { display: none; }
		
				#menu li.m1 a { background-image: url('../layout/menu-representation1.gif'); }
				#menu li.m2 a { background-image: url('../layout/menu-publications.gif'); }
				#menu li.m3 a { background-image: url('../layout/menu-videos.gif') }
				#menu li.m4 a { background-image: url('../layout/menu-portfolios.gif') }
				#menu li.m5 a { background-image: url('../layout/menu-cv.gif') }
				#menu li.m6 a { background-image: url('../layout/menu-contact.gif') }
		
		
		#copyright {
			position: absolute;
			bottom: 0;
			width: 205px;
			padding-bottom: 7px;
			text-align: right;
		}
			#copyright, #copyright * {
				font-size: 11px;
				line-height: 14px;
				color: #505050;
				text-decoration: none;
			}
			#copyright div {
				color: #666;
				margin-bottom: 7px;
			}
		
				
		
	#right {
		position: absolute;
		right: 0;
		top: 0;
		width: 700px;
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}	
		#mainFlash {
			width: 100%;
			height: 100%;
		}
		.content {
			width: 550px;
			margin: 125px 0 70px;
		}
			.quarterblock {
				display: block;
				width: 165px;
				float: left;
				margin: 0 20px 19px 0;
			}
			.quarterblock2 {
				display: block;
				width: 330px;
				float: left;
				margin: 0 20px 19px 0;
			}
				h2 { 
					background-repeat: no-repeat; 
					height: 19px;
					margin-bottom: 8px;
				}
					h2 span { display: none; }
				.france h2 { background-image: url('../layout/france.gif'); }	
				.spain h2 { background-image: url('../layout/spain.gif'); }	
				.germany h2 { background-image: url('../layout/germany.gif'); }	
				.switzerland h2 { background-image: url('../layout/switzerland.gif'); }	
				.inColumns { float: left; width: 165px; }	
					
			.cblock {
				clear: both;
				width: 100%;
				margin: 0 0 38px 0;
			}		
				.cblock-left {
					display: block;
					width: 240px;
					margin-right: 35px;
					float: left;
				}
				.cblock-right {
					position: block;
					float: left;
					width: 275px;
				}
					.cblock-right h2 { }
				
				.pub1 h2 { background-image: url('../layout/pub-jeff-cowen-1987-2004.gif'); }		
				.pub2 h2 { background-image: url('../layout/pub-attacus-atlas.gif'); }		
				.pub3 h2 { background-image: url('../layout/pub-jeff-cowen.gif'); }		
				.pub4 h2 { background-image: url('../layout/pub-lotus-eaters.gif'); }		
				.pub5 h2 { background-image: url('../layout/pub-shoot-and-die.gif'); }				
					
					
			dl.cv {
				display: block;
				padding-bottom: 17px;
			}
				dl.cv dt {
					display: block;
					clear: left;
					float: left;
					width: 85px;
				}
				dl.cv dd {
					display: block;
					float: left;
					width: 465px;
				}
		
			.cv h2 {
				margin: 0 0 8px;
			}
			h2.cv1 { background-image: url('../layout/cv-formation.gif'); }		
			h2.cv2 { background-image: url('../layout/cv-parcours.gif'); }		
			h2.cv3 { background-image: url('../layout/cv-expositions.gif'); }		
			h2.cv4 { background-image: url('../layout/cv-bibliography.gif'); }			
				
			.video {
				margin-bottom: 24px;
			}
				.videoContainer { margin-bottom: 7px; }
				
				h2.video1 { background-image: url('../layout/video-attacus-atlas.gif'); }		
				h2.video2 { background-image: url('../layout/video-lotus-eaters.gif'); }		
				h2.video3 { background-image: url('../layout/video-jeff-cowen-1987-2004.gif'); }	
					
					
					
					
			
		
		
		
		