body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #FFFFFF;
	font-family: Georgia, sans-serif;
	font-size: 10pt;
	background-color: black;
}

a{
	color: #dbe963;
}
a:hover{
	color: #000;
	background-color: #dbe963;
}

h1, h2, h3{
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, sans-serif;
}
h1{
	font-weight: normal;
	font-size: 16pt;
}
h2{
	font-weight: normal;
	font-size: 14pt;
}
h3{
	font-weight: normal;
	font-size: 12pt;
}
img {
	border: 0;
}
/* Header */

body>.container{
	position: relative;
	min-height: 100%;
}

#header{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;	
}
#header #logo{
	
	width: 211px;
	height: 17px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#header .container{
	position: absolute;
	bottom: 10px;
	left: 35px;
}

/* Content */

#content{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content>div.container{
	padding: 26px 26px 26px 26px;
}
#content div.container div.gallery{
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
}
div.container div.gallery img{
	float: left;
	margin: 0px;
	padding: 0px 26px 26px 0px;
}
#installations div.gallery div.imagecell img{
	border: 1px solid white;
}
div.container div.imagerow{
	clear: both;
}
div.container div.imagecell{
	float: left;
	margin: 0px 26px 26px 0px;
	padding: 0px;
}
div.container div.imagecell img{
	float: none;
	margin: 0px;
	padding: 0px;
}
div.imagecell p{
	height: 20px;
	max-width: 100%;
	text-align: center;
	margin: 0px;
	padding: 26px 0px 0px 0px;
	overflow: hidden;
}
div.videoleft{
	float: left;
	width: 326px;
}
div.videoleft div.content{
	padding-right: 26px;
}
div.imageleft{
	float: left;
	width: 80%;
}
div.imageleft div.content{
	padding: 0px;
}

div.textcell{
	position: relative;
	max-width: 800px;
	padding-left: 145px;
}


div.textcell img{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Footer */

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
	
	background-color: #111111;

}
#footer .container{
	margin: 0px;
	padding: 7px 26px 0px 26px;
	font-size: 10pt;
	color: #CCCCCC;
}
#footer a {
	color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

/* Layout */

.floatLeft{
	float: left;
	margin: 0px;
	padding: 0px;
}

br.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}
