* {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px 50px;
}

#content {
	width: 942px;
}

/*------------------- COLUMNS ---*/

#leftColumn {
	width: 200px;
	float: left;
	text-transform: lowercase;
}

#leftColumn ul {
	margin-top: 10px;
	margin-left: 15px;
}

#rightColumn {
	position: absolute;
	left: 270px;
	width: 700px;
	border-left: 1px dotted black;
}

#leftColumn, #rightColumn {
	padding: 15px;
}

.floatLeft {
	float: left;
}

.h3headline {
	margin-top: 15px;
	width: 400px;
}

/*------------------- COLUMNS MARGINS ---*/

#rightColumn h1 {
	margin-top: 300px;
}

#rightColumn h2 {
	margin-top: 20px;
}

#rightColumn p {
	margin-top: 17px;
}

#rightColumn p.details {
	margin-bottom: 68px;
}

#leftColumn p.details {
	margin-top: 300px;
}

#rightColumn p.details {
	margin-top: 20px;
}

/*------------------- ESSENTIALS ---*/

.headline {
	margin-top: 240px;
}

.articleheadline {
	margin-top: 240px;
}

.issue12headline {
	margin-top: 20px;
}

.killer {
	clear: both;
}

.hidden {
	display: none;
}

/*------------------- CONTACT ---*/

.contact, .contact a {
	margin-bottom: 10px;
}

#rightColumn label {
	display: none;
}

fieldset {
	border: 0;
}

#inputform ul {
	list-style-type: none;
}



.zemContactForm {
	width: 400px;
	color: black;
}

.zemContactForm input {
	margin-top: 10px;
	height: 11px;
	float: none;
}

.zemContactForm textarea {
	margin-top: 10px;
}

.zemContactForm input.zemSubmit {
	width: 60px;
	clear: both;
	margin-top: 10px;
	height: auto;
}

/*------------------- PUBLICATIONS SLIDESHOW ---*/

.slideshow {
	width: 600px;
	}
	
.slideshow img {
	padding: 0;
	margin: 0;
	border-right: 1px solid #fff;
	}
	
