@charset "UTF-8";
/* CSS Document */

*{  margin:0;
	padding:0;
	border:none;
	}
html{background:#101010 url(images/footer.jpg) 0% 100% no-repeat;
	}
body{
	position:absolute;
	margin:0;
	width:1210px;
	font:0px Arial, Helvetica, sans-serif;
	background-color: #202020;
	}
#square{
	width:200px;
	height:200px;
	position:fixed;
	top:2px;
	left:695px;
	z-index:10000;
	}
	
#square a{
	display:block;
	position:relative;
	left:0	; top:0;
	margin:0; padding:0;
	width:200px;
	height:200px;
	background:url(images/signature.png) 0% 0% no-repeat;
}
#square a:hover{background:url(images/signatureHover.png);}
	
#aboutCopy{
	position:fixed;
	width:870px;
	height:220px;	
	top:0;
	left:0;
	background:url(images/media/about/aboutCopy870.png) 0% 0% no-repeat;
	z-index:999;}
#aboutCopy a {
	display:inline;
	position:relative;
	left:0;
	top:135px;
	margin:0;
	padding:0;
	}
#links{
	position:absolute;
	top:0;
	left:1164px;
	z-index:10000;
	background:url(images/urls.png);
	width:46px; height:424px;
	}
a, a:active, a:hover, a:visited{border:none;}
img{border:none;}

.item, object{
	width:1210px;
	position:relative;
	padding:0;
	float:left;
	background:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	}
	

object{width:870px}
.itemContainer{
	position:relative;}
.image{
	float:left;
	width:870px;
	}
.extUrl{
	width:280px;
	margin:20px 40px 0 20px;
	float:right;
	position: absolute;
	top:80px;
	right:0;
	text-align:center;
	list-style-type:none;
	display:inline;
	color:#727272;
	}
.descr{
	width:280px;
	margin:20px;
	float:right;
	position: absolute;
	right:10px;
	text-align:center;
	list-style-type:none;
	display:inline;
	color:#727272;
	bottom: 150px;
}
.ItemTitle{position:relative;
	font:18px/30px Helvetica, Arial, sans-serif;
	}
.itemSubtitle{
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
