body {
	margin: 70px 0 0 0;
	background: #333333;
/*	text-shadow: 0px -1px 0px #111111;*/
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	}

#column {
	margin: 0 auto;
	width: 640px;
	}
	
#intro p {
	font-size: 1.1em;
	text-align:left;
	line-height: 1.8em;
	color: #888;
	}
	
#intro a {
	text-decoration: none;
	border-bottom: 1px #bbb solid;
	color: #bbb;
	}
	
#intro a:hover {
	border-bottom: 1px #f5f5f5 solid;
	color: #f5f5f5;
	}

h1 {
	margin: 0 ;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #ccc;
	}

h2 {
	margin: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
	color: #ccc;
	}

p.descriptor {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	margin:4px 0 20px 0;
	text-align: right;
	display: block;
	width: 640px;
	color: #888;
	}
	
hr {
	margin:60px 0 50px 0;
	border: 0; 
	border-top: 1px dashed #222;
	border-bottom: 1px dashed #555;
	// opacity: 0.5;
	height: 2;
	}

img {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

a { 
	outline: none;
	}

.tooltip { 
	position: absolute;
	top: 0;
	left: 0;
    display:none; 
    z-index: 3;
    opacity: 0.4; 
	}

#athena_hitech_player {
	display:inline;
	}

#athena_hitech_still {
	display: none;
}
	
.safari {
	margin:0 0 30px 0;
	-moz-box-shadow: 0 3px 6px #111;
	-webkit-box-shadow: 0 3px 6px #111;
	box-shadow: 0 3px 6px #111;
	}
	
.safariAddress {
	position: absolute;
	margin-top: 28px;
	margin-left: 102px;
	text-shadow: none;
	font-size: 1em;
	color: #aaa;
	}

.poster {
	display: block;
	width: 402px;
	border: 10px solid #fff;
	margin-top: 20px;
	-moz-box-shadow: 0 3px 6px #111;
	-webkit-box-shadow: 0 3px 6px #111;
	box-shadow: 0 3px 6px #111;
}

.black {
	border: 10px solid #000;
}

.posterVintage {
	display: block;
	width: 400px;
	border: 10px solid #fff6dc;
	margin-top: 20px;
	-moz-box-shadow: 0 3px 6px #111;
	-webkit-box-shadow: 0 3px 6px #111;
	box-shadow: 0 3px 6px #111;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.posterShadow {
	background: url(../images/paper_bottom_shadow400.png) no-repeat 0% 100%;
	display: block;
	width: 500px;
	margin: 20px;
	padding-bottom: 15px;
}

.ola {
	display: block;
	border: 10px solid #fff;
	-moz-box-shadow: 0 3px 6px #111;
	-webkit-box-shadow: 0 3px 6px #111;
	box-shadow: 0 3px 6px #111;
}
