@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100%;
	background-color: #000;
	color: #FFF
}

a img{    border: 0}
p {
	padding: 0px;
}

p strong {
	line-height: 1em;
	padding: 0px;
}

/*a:focus {
	outline: 0;
	text-decoration: none;
}*/

/*a:link {
	COLOR: #FFF;
	text-decoration: none;
}*/
/*a:visited {
	COLOR: #FFF;
	text-decoration: none;
}*/
/*a:active {
	COLOR: #00FF00;
	text-decoration: none;
}
*/
#container {
	width: 1190px;
	height: 875px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#banner {
	padding-left: 10px;
	font-size: xx-large;
	color: #FFF;
	font-weight: bold;
	height: 70px;
	width: 900px;
	background-image: url(../Images/multimedia_banner.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
}
#bannerText {
	position: relative;
	left: 200px;
	bottom: 35px;
}
#container #banner h1 {
	font-family: Bellerose;
	line-height: 40px;
	padding: 0px;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#menubar {
	width: 140px;
	margin-left: 15px;
	float: left;
	height: 800px;
	padding-top: 10px;
	position: absolute;
	top: 70px;
	left: 0px;
}
a:link {
	COLOR: #FFF;
	text-decoration: underline;
}
a:visited {
	COLOR: #FFF;
	text-decoration: underline;
}
a:active {
	COLOR: #00FF00;
	text-decoration: underline;
}
a:focus {
	outline: 0;
	text-decoration: underline;
}
#videoboxContainer {
	height: 380px;
	margin-left: 20px;
	position: absolute;
	left: 155px;
	top: 203px;
	width: 600px;
}
#videoboxContainer #VideoText {
	margin-left: 10px;
	width: 70px;
}



#videobox {
	border: 1px solid gray;
	height: 330px;
	width: 450px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	margin-right: 20px;
}
#SamplesContainer {
	height: 85px;
	margin-left: 20px;
	position: absolute;
	left: 155px;
	top: 70px;
	width: 600px;
	margin-top: 30px;
}


#SamplesContainer #Samplesbox {
	height: 80px;
	border: 1px solid gray;
	width: 450px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 20px;
}
#SamplesContainer #samplesText {
	width: 100px;
	margin-left: 10px;



}




#SamplesContainer #Samplesbox a:link {
	COLOR: #FFF;
	text-decoration: none;
}

#SamplesContainer #Samplesbox a:visited {
	COLOR: #FFF;
	text-decoration: none;
}

#SamplesContainer #Samplesbox a:active {
	COLOR: #00FF00;
	text-decoration: none;
}
#SamplesContainer #Samplesbox a:focus {
	outline: 0;
	text-decoration: none;
}
#SamplesContainer #Samplesbox #SamplesTable {
	font-size: 75%;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
#galleryContainer  {
	height: 190px;
	width: 600px;
	position: absolute;
	left: 155px;
	top: 600px;
	margin-left: 20px;
}
#galleryContainer #galleryBox  {
	height: 160px;
	width: 450px;
	border: 1px solid gray;
	margin-right: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#galleryContainer #PhotoText {
	width: 100px;
	margin-left: 10px;
}
#galleryContainer #galleryBox #galleryThumbs img   {
	border: 1px solid gray;
}


#galleryThumbs {
	text-align: center;
}

