
body {
	background-color:#fff;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
}

#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

h1, h2, {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h3, {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
       margin-top:-9px;
	margin-bottom:10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}

/* styling of the container. */ 
a.myPlayer {
      display:block;
      width: 320px;
      height:240px;
      text-align:center;
      margin:0 15px 15px 0;
      float:left;
      border:1px solid #999;
}
a.myPlayerWide {
      display:block;
      width: 368px;
      height:208px;
      text-align:center;
      margin:0 15px 15px 0;
      float:left;
      border:1px solid #999;
}

/* play button */ 
a.myPlayer img {
      margin-top:70px;
      border:0px;
}
/* play button */ 
a.myPlayerWide img {
      margin-top:46px;
      border:0px;
}

/* when container is hovered we alter the border color */ 
a.myPlayer:hover {
      border:1px solid #000;
}
a.myPlayerWide:hover {
      border:1px solid #000;
}

