* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #fff url(/assets/images/bg.jpg) top repeat-x;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#wrapper {
	width: 945px;
	margin: 0 auto;
	min-height: 100%;
	background: url(/assets/images/wrapperBg.gif) repeat-y;
	position: relative;
}

* html #wrapper {
	height: 100%;
}

#content {
	float: right;
	width: 720px;
}

#contentInner {
	padding: 25px 0 40px 0;
	min-height: 400px;
}

#contentInner2 {
	min-height: 560px;
}

#nav {
	margin-right: 15px;
	width: 210px;
	float: left;
}

#cube {
	height: 525px;
} 

#text {
	padding: 0 15px 0 60px;
}

#columns {
	border-top: 1px solid #ccc;
}

#footer {
	width: 660px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	color: #ccc;
}

.col1 {
	width: 315px;
	padding-right: 15px;
	float: left;
}

.col2 {
	width: 315px;
	float: left;
}

.clear {
	clear: both;
}

.links {
	float: left;
}

.zws {
	float: right;
	padding-right: 15px;
}

.logo {
	padding: 3px 0;
	text-align: center;
	height: 70px;
}

.projCol, .projColEnd {
	width: 205px;
	float: left;
	height: 120px;
}

.projCol {
	margin-right: 15px;
}

.spacer10 {	
	clear: both;
	height: 20px;
}

#details {
	position: relative;
	top: 10px;
}