div#menu {
	background-color: #000000;
	/*background-image: url(../img/menu.jpg);*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 35px;
	width: 960px;
	vertical-align: middle;
	display: table-cell;
	/*	
	border-color: #0000FF;
	border-style: solid;
	border-width: 0px;
	*/
}

div#header {
	align: center;
	height: 169px;
	background-image: url('../img/banner.jpg');
}

div#content {
	float: left;
	width: 600px;
	background-color: #000000;
}

div#news {
	float: right;
	width: 360px;
	height: 365px;
	background-color: #000000;
	
/*	
	background: rgba(0, 0, 0, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)";	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
*/
}

div#news_scroller {
	float: right;
	width: 360px;
	height: 240px;
	background-color: #000000;
	overflow: hidden;
			
}

div#followus {
	float: right;
	width: 360px;
	background-color: #000000;
}


div#sidebar {
	float: right;
	width: 360px;
	height: 324px;
	background-color: #000000;
}

div#footer {
	clear: both;
	background-color: #000000;
	position: relative;
}

span:footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	/*color: #FFFFFF;*/
	font-weight: bold;
}


/* Specific page(s) */
#containerLighting {
	background-color: #000000;
	height: 650px;
}

#containerAudio {
	background-color: #000000;
	height: 650px;
}

#containerVideo {
	background-color: #000000;
	height: 475px;
}

#containerGallery {
	background-color: #000000;
	height: 525px;
}

#containerContact {
	background-color: #000000;
	height: 478px;
}

#containerPartners {
	background-color: #000000;
	height: 525px;
}



/* Plank style layouts */ 
div.plankHeader {
	font-size: 22px; 
	font-weight: bold;
	padding-top: 1em;
}

span.plankHeading {
	font-size: 16px; 
	font-weight: bold;
}

div.plankLeft {
	margin: 1em 0em 1em 0em;
	text-align: left;	
}

img.plankLeft {
	float: left; 
	margin: 0em 1em 1em 0em;	
}

img.plankRight {
	float: right; 
	margin: 0em 0em 1em 1em;
}

div.plankRight {
	margin: 1em 0em 1em 0em;
	text-align: right;
}

