html,body {   
	margin: 0;
	padding: 0;
	background-color: black;
}

table.main {
	width: 100%;
	height: 100%;
}

td.main {
	vertical-align: middle;
	text-align: center;
}

td.date {
  vertical-align: top;
	font: 10pt helvetica;
  padding-right: 10px;
}

table.news {
  position: relative;
	color: white;
	font: 8pt helvetica;
	line-height: 10pt;
	text-align: justify;
	z-index: 2;
	overflow: auto;
}

div.container {
	position: relative;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	height: 588px;
	z-index: 1;
}

div.header {
  position: absolute;
	top: 0px;
	left: 0px;
	width: 784px;
	height: 130px;
	background-image: url('images/header.jpg');
	z-index: 2;
}

div.footer {
  position: absolute;
	bottom: 10px;
	left: 0px;
	width: 784px;
	height: 103px;
	background-image: url('images/footer.jpg');
	z-index: 3;
}

div.leftContent {
	position: absolute;
	top: 130px;
	left: 5px;
	width: 400px;
	height: 341px;
	text-align: left;
	z-index: 2;
	overflow: auto;
}

div.leftImage {
	position: absolute;
	top: 130px;
	left: 5px;
	width: 400px;
	height: 343px;
	text-align: left;
	z-index: 1;
}

div.rightContent {
	position: absolute;
	top: 130px;
	right: 2px;
	width: 400px;
	height: 331px;
	margin: 5px;
	padding: 5px;
	color: white;
	font: 8pt helvetica;
	line-height: 10pt;
	text-align: justify;
	overflow: auto;
	z-index: 2;
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: white;}

div.rightImage {
	position: absolute;
	top: 130px;
	right: 2px;
	width: 400px;
	height: 331px;
	z-index: 1;
}

div.centerContent {
	position: absolute;
	top: 130px;
	left: 200px;
	width: 400px;
	height: 331px;
	margin: 5px;
	padding: 5px;
	color: white;
	font: 8pt helvetica;
	line-height: 10pt;
	text-align: center;
	overflow: auto;
	z-index: 3;
}

div.centerContentLeftImage {
	position: absolute;
	top: 130px;
	right: 0px;
	width: 400px;
	height: 331px;
	z-index: 1;
}

div.fullContent {
position: absolute;
	top: 130px;
	left: 0px;
	width: 762px;
	height: 331px;
	margin: 5px;
	padding: 5px;
	color: white;
	font: 8pt helvetica;
	line-height: 10pt;
	text-align: center;
	z-index: 3;
}

div.fullImage {
position: absolute;
	top: 130px;
	left: 5px;
	width: 762px;
	height: 320px;
	z-index: 2;
}

div.centerContentRightImage {
	position: absolute;
	top: 130px;
	right: 0px;
	width: 400px;
	height: 331px;
	z-index: 1;
}

div.about {
	position: absolute;
	top: 99px;
	left: 0px;
	width: 57px;
	height: 30px;
	z-index: 5;
}

div.news {
	position: absolute;
	top: 99px;
	left: 57px;
	width: 57px;
	height: 30px;
	z-index: 5;
}

div.portfolio {
	position: absolute;
	top: 99px;
	left: 114px;
	width: 92px;
	height: 30px;
	z-index: 5;
}

div.events {
	position: absolute;
	top: 99px;
	left: 206px;
	width: 70px;
	height: 30px;
	z-index: 5;
}

div.links {
	position: absolute;
	top: 99px;
	left: 276px;
	width: 60px;
	height: 30px;
	z-index: 5;
}

div.contact {
	position: absolute;
	top: 99px;
	left: 336px;
	width: 80px;
	height: 30px;
	z-index: 5;
}

div.copyright {
	position: absolute;
	bottom: 5px;
	left: 281px;
	width: 222px;
	height: 11px;
	z-index: 5;
}

div.bioPhoto {
	position: absolute;
	top: 250px;
	left: 15px;
	width: 150px;
	height: 150px;
	border: 1px dotted #FFFFFF;
	background-color: grey;
	z-index: 5;
}
