




#content {
/* Typical fixed height and fixed width example */
	width: 350px;
	height: 655px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.00em auto;
	padding: 0px;
	float: right
	
}




.vscrollerbar {
background-image: url(/images/HighScrollBar3.png);
width: 19px;
/* following is the bit that allows us fixed height scrollbars */
height: 400px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

/*background-image: url(/images/HighScrollBar3.png);*/
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/

}


#AboutUSText {
/* Typical fixed height and fixed width example */
	width:325px;
	height:  700px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.0em auto;
	padding-left: 0px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	border: 0px solid blue; 
	font-size: 20pt;
	font-weight: bold;
	color: rgb(102,102,102); 
}




#ViktorijaBio {
/* Typical fixed height and fixed width example */
	width:300px;
	height:  645px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position:absolute;
	/*background-color: #E7EADE;*/
	margin: 0.0em auto;
	padding-left: 0px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	border: 0px solid black; 
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: rgb(51,51,51)
}

#DavidBio {
/* Typical fixed height and fixed width example */
	width:300px;
	height:  645px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position:absolute;
	/*background-color: #E7EADE;*/
	margin: 0.0em auto;
	padding-left: 0px;
	font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
	border: 0px solid black; 
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: rgb(77,77,77)
}


#PlayVidBoxEleven
{
   position:relative; 
   float:left; 
   background-image:url(/presentation/Three/images/PlayButton.png); 
   width: 164px; 
   height: 89px;
   cursor: pointer;
   margin-top:40px; 
   margin-left:20px; 
   margin-bottom:0px;
 }