/*
body {
	background-color: #000;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}
*/
/* links and navigations */
a:link , a:visited{
	text-decoration: none;
	color: #ED9845;
	font-weight: bold;
}

a:hover {
	text-decoration: underline !important;
	color: #ED9845;
	font-weight: bold;
}


a img {
	border: none;
}
/* photos */
.photos tr td a img {
	border: 2px solid #FFFFFF !important;
	}

/* main one containing left n right containers */
#mainContainer {
	height: 940;
	width: 1200px;
	position: relative;
}
#containerCenter {
	width: 1200px;
	height: 600px;
	float: none;
}
#containerLeft {
	width: 150px;
	height: 600px;
	background: url(images/bgLeft.jpg) top left no-repeat;
	float: left;
}
#containerMiddle {
	width: 900px;
	height: 600px;
	background: url(images/bg.jpg) top left no-repeat;
	float: left;

}
#containerMiddleContact {
	background: url(images/bgContact.jpg) top left no-repeat;
	width: 900px;
	height: 600px;
	float: left;
}
#containerRight {
	width: 150px;
	height: 600px;
	background: url(images/bgRight.jpg) top right no-repeat;
	float: left;
	position: relative;
}

#containerTop {
	width: 1200px;
	height: 170px;
	background: url(images/bgTop.jpg) no-repeat;
	float: relative;
}

#containerBottom {
	width: 1200px;
	height: 170px;
	background: url(images/bgBottom.jpg) top left no-repeat;
	float: left;
	position: relative;
}

/* navigation */

#containerNavBar {
	width: 900px;
	height: 100px;
	float: left;
	background: url(images/bgNav.jpg) no-repeat;
}

#containerStage {
	width: 900px;
	height: 500px;
	margin-top: -4px;
	float: left;
}

.navLinks {
	float: leftt;
	margin-left: 0px;
	margin-top: 0px;
	border: 0;
}
.navLinks img {
	border: 0;
}
#reposition img{
	padding-bottom: 5px;
	padding-left: 20px;
	}

/*stage*/
#stagePosition {
	padding-top: 20px;
	padding-left: 20px;
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 10pt;
	}
.yellow {
	color: #ED9845;
	font-weight:bold;
}