body,html { background-repeat:no-repeat; }
html
{
	/*background-image:url('/img/on_index/1.gif');*/
	background-image:none;
	background-position:center 180px;
}
body
{
	/*background-image:url('/img/templates/indexBgBig.png');*/
	background-image:none;
	background-position:center top;
}

/* Подписи для спортсменов */
#sportsmen
{
	margin:0 auto;
	width:910px;
	height:670px;
	color:white;
	padding-top:44px;
	font-size:12px;
}
#sportsmen div
{
	float:left;
	*display:inline;
}
#sportsmen-name
{
	width:170px;
	margin-left:145px;
}
#sportsmen-info
{
	width:425px;
	margin-top:5px;
}
#sportsmen h1
{
	font-size:18px;
	padding:0;
}
#sportsmen p
{
	padding:0;
	font-style:italic;
}

/* Блок с галереей */
#gallery
{
	margin:0 auto;
	width:373px;
	height:253px;
	position:relative;
	left:-276px;
	top:-30px;
	background-color:#5cadff;
}
#gallery .shadow { position:absolute; }
#gallery h4
{
	position:absolute;
	left:0;
	top:31px;
}
#medal-boarder
{
	left:237px;
	top:0px;
	width:136px;
	height:253px;
	z-index:1001;
	background: url('/img/templates/medalBoarder.png') left top no-repeat;
}
#gallery-shadow
{
	left:-23px;
	top:58px;
	width:45px;
	height:153px;
	z-index:1002;
	background:url('/img/templates/galleryShadow.png') left top no-repeat;
}
#photo-set
{
	position:absolute;
	left:-15px;
	top:59px;
	width:373px;
	height:176px;
	z-index:1000;
	overflow: auto;
}
#photo-set-body
{
	width:684px;
	height:auto;
	padding-right:100px;
}
#photo-set-body .body
{
	margin-left:100px;
	/*padding-right:250px;*/
	width:456px;
}
#photo-set-body .body div
{
	float:left;
	width:76px;
	height:76px;
}
#photo-set-body .body div img
{
	width:75px;
	height:75px;
}

/* Контент */
#content
{
	margin:0 auto;
	width:562px;
	padding-top:90px;
	padding-right:348px;
}

/* Правая полоса контента */
#right
{
	position:absolute;
	left:50%;
	top:947px;
	width:260px;
	height:600px;
	margin-left:195px;
}

.blockLine
{
	font-size:11px;
	padding-bottom:58px;
}
.date { color:#333333; }
.white { color:#333333; }
