.content { 		position:absolute;
				width:745px;
				height:485px;
				top:100px;
				left:20px;
				border-width:1px;
				border-style:solid;
				border-color:cccccc;
				}
				
				
.left_pane { 	position:absolute;
				width:607px;
				height:485px;
				top:0px;
				left:0px;
				}
				
.right_pane { 	position:absolute;
				width:138px;
				height:485px;
				top:0px;
				left:607px;
				}
				
				
.helpbutton {	position:absolute;
				width:132px;
				height:22px;
				top:20px;
				left:689px;
				/*background-color:#f0f0f0;
				border-bottom: #cccccc 1px solid;
				border-left: #cccccc 1px solid;
				border-right: #cccccc 1px solid;		*/		
				}
				
.help	{		position:absolute;
				left:7px;
				top:2px;
				font-family:Arial;
				color:#000000;
				font-size:9pt;
				font-weight:normal;
				}
				

.logo 	{		position:absolute;
				left:20px;
				top:10px;
				}
				
.title	{		position:absolute;
				left:0px;
				top:0px;
				width:607px;
				height:30px;
				
				
				}

.titletext	{	position:absolute;
				left:10px;
				top:7px;
				font-family:Arial;
				color:#b4003d;
				font-size:11pt;
				font-weight:bold;
				}
				
.currentspeaker {
				position:absolute;
				left:0px;
				top:0px;
				width:138px;
				height:30px;
				background-color:#b4003d;
				}
				
.currentspeakertext
			{	position:absolute;
				left:10px;
				top:7px;
				font-family:Arial;
				color:#ffffff;
				font-size:11pt;
				font-weight:bold;
				}
				
.playerspace	{
				position: absolute;
				top:30px;
				left:0px;
				}
				
				
.slidespos		{
				position:absolute;
				left:0px;
				top:30px;
				width:607px;
				height:455px;
				background-color:#000000;
				}
				

				

				
				
.speakerpos		{
				position:absolute;
				top:0px;
				left:0px;
				}
				
.speaker1pic	{
				position:absolute;
				width:138px;
				height:168px;
				left: 0px;
				top: 30px;
				background-color:#b4003d;
				}
				
.speaker2pic	{
				position:absolute;
				width:138px;
				height:168px;
				left: 0px;
				top: 198px;
				background-color:#b4003d;
				}


.speakertext	{
				position:absolute;
				left:10px;
				top:139px;
				font-family:Arial;
				color:#ffffff;
				font-size:8pt;
				font-weight:bold;
				}

a      			{ 
          		text-decoration:none;
          		color:#000000;
          		}          	

a:hover			{
				color:#000000;
				text-decoration:underline;
				}
				
.chooserpos	{
				position:absolute;
				width:138px;
				height:50px;
				left: 0px;
				top: 385px;
				background-color:#b4003d;
				}

.wmplayer		{
				position:absolute;
				width:138px;
				height:50px;
				left:0px;
				top:435px;
				}
				
				

/*
body    { font-family:Arial;
          font-size:11px;
          color:#000000;}


.title	{ font-family:Arial;
          font-size:11px;
          color:#ffffff;}

/*
border-width
border-color
border-style
*/
