/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	padding:0px;
	margin:0px;
	background:#3e3e3f;
}
p{
	color:#CCCCCC;
}
a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1px dotted #CCCCCC;
}
a:hover{
	color:#CCCCCC;
	text-decoration:none;
}
img{
	border:none;
}
/* Wrappers */
#main_wrapper{
	position:relative;
	height:670px;
	min-height:670px;
	width:830px;
	margin:10px 0px 0px -415px;
	left:50%;
	padding:0px;
	border:none;
	z-index:0;
}
#flash_wrapper{
	position:absolute;
	height:650px;
	min-height:650px;
	width:800px;
	top:10px;
	left:10px;
	z-index:1;
	background:#3e3e3f;
	border:none;
}
object:active, div:active{
	outline: none;
}

object:focus, div:focus{
	-moz-outline-style: none;
}
#overlay_wrapper{
	position:absolute;
	height:600px;
	width:800px;
	top:30px;
	left:0px;
	background:#202123;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	display:none;
	border:none;
}
#caption_block{
	position:relative;
	height:100px;
	min-height:100px;
	width:350px;
	left:10px;
	top:100px;
	color:#9fa0a3;
	font-size:11px;
}
#tags_block{
	position:relative;
	height:20px;
	min-height:20px;
	width:350px;
	left:10px;
	top:250px;
	color:#9fa0a3;
	font-size:11px;
}