	/* Base rules */

html { 
	padding: 0;
	margin: 0;
	border: 0;
	 }
	 
img	{
	border: 0;
	}

	/* Primary layout divisions */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #168;
	background-color: #acd;
	}

#wrapper {
	background-color: #acd;
	margin: 0;
	padding: 0;
	border: 0;
	}

#frame {
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: #acd;
	width: 1150px;
	height: 600px;
	margin: 0;
	padding: 0;
	border: 0;
	}

#video {
	position: absolute;
	top: 64px;
	left: 30px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 256px;
	}

p {
	position: absolute;
	top: 3px;
	left: 3em;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0 0 16px 0px;
	padding: 0;
	}

div#frame p {
        position: absolute;
        top: 576px;
        left: 1em;
	}


	/* Linkology 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #137;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #d80;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #137;
	background: transparent;  
	}

div#video p a:link, div#maincontent p a:visited {
	text-decoration: none;
	} 

div#video p a:hover {
	text-decoration: underline;
	} 
	

	/* Typography 	*/
	
h2, h3, h4	{
	font-weight: bold;
	line-height: 1.2em;
	font-size: 18px;
	margin: 5px 0 0 0;
	}

p	{
	font-size: 12px;
	margin: 0 0 1em 1em;
	line-height: 125%;
	}

p#title	{
	position: absolute;
	top: 36px;
	left: 20px;
	font-weight: bold;
	}

p#data	{
	position: absolute;
	top: 330px;
	left: 20px;
	}


	/*   Zoom 	*/
	
.luckyZoomSmallImageCont {
	position: relative;
	}

.luckyZoomBigImageCont {
	overflow: hidden;
	position: absolute;
	border: 0;
	visibility: hidden;
	/* display: none; */
	}

.luckyZoomHeader {
	position: relative;
	z-index: 10;
	left: 0px;
	top: 0px;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color:#fff;
	background:#9E2F2D;
	padding:3px;
	}

.luckyZoomHeader a {
	color: #fff;
	}

.luckyZoomPup {
	z-index                 : 10;
	visibility              : hidden;
	position                : absolute;
	width                   : 50px;
	height                  : 50px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.4;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	}

