/* 			_______________________	*/
/*			LAYOUT					*/
/* 			_______________________	*/

body {
	background: #1d1d1d;
	font-family: arial;
	font-size: 10px;
}

#holder {
	position: absolute;
	top: 0px;
	left: 0px;
}

.content_container {
	position: absolute;
	top: 187;
	left: 0px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 181px;

}

.image_container {
	position: absolute;
	top: 187px;
	left: 184px;
	padding: 0px 0px 0px 0px; 	
	width: 734px;
}


.header_text {
	margin: 0px 0px 0px 0px;
	color: #fc2bc0;
}

div.header_container span.left {
  float: left;
  text-align: left;
  font-weight: normal;
  color: #fc2bc0;
  width: 49%;
  }

div.header_container span.right {
  float: right;
  text-align: right;
  font-weight: normal;
  color: #fc2bc0;
  width: 49%;
  }

div.content_container span.left {
  float: left;
  text-align: left;
  font-weight: normal;
  color: #000;
  width: 49%;
}

div.content_container span.right {
  float: right;
  text-align: right;
  font-weight: normal;
  color: #fc2bc0;
  width: 49%;
  }
  
/* 			_______________________	*/
/*			LINKS					*/
/* 			_______________________	*/

a {}

a:link		{ 
			color: #1d1d1d;
			text-decoration: none; 
			border:0px; 
			padding: 2px;
			font-weight: bold;
			}
			
			
a:visited		{ 
			color: 1d1d1d;
			text-decoration: none; 
			border:0px; 
			padding: 2px;
			font-weight: bold;
			}
			
a:hover		{ 
			//color: #FFF;
			background-color: #1d1d1d;
			padding: 2px;
			text-decoration: none; 
			border:0px; 
			font-weight: bold;
			}
			
a.img:link		{ 
			color: #1d1d1d;
			text-decoration: none; 
			border:0px; 
			padding: 0px;
			margin: 0px;
			}
			
			
a.img:visited		{ 
			color: #1d1d1d;
			text-decoration: none; 
			border:0px; 
			padding: 0px;
			margin: 0px;
			}
			
a.img:hover		{ 
			//color: #FFF;
			background-color: #1d1d1d;
			padding: 0px;
			text-decoration: none; 
			border:0px; 
			margin: 0px;
			}			
/* 			_______________________	*/
/*			IMAGES					*/
/* 			_______________________	*/			
		
img.std		{
			display: block;
			margin: 0px 0px 8px 4px;
			padding: 0px;
			}
			
img.substd		{
			display: block; 
			margin: 0px;
			padding: 0px;
			}


/* 			_______________________	*/
/*			CONTENT 				*/
/* 			_______________________	*/
p {
	text-align: left;
}

p.contact {
	text-align: right;
}

p.playmovie {

	text-align: right;
}

