*{
	padding:0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a{
	color:#6f6f6f;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}


#head{
	position:relative;
	width:100%;
	height:409px;
	background: url(../images/head_bg_fill.gif) repeat-x;
}
#logo{
	position:absolute;
	width:107px;
	height:132px;
	background: url(../images/logo.gif) no-repeat;
	top:0;
	left:8px;
}


#seven_sensations{
	position:absolute;
	left:150px;
	top:45px;
	background: url(../images/7_sensations.gif) no-repeat;
	width:220px;
	height:42px;
}

#seven_sensations_en{
	position:absolute;
	left:150px;
	top:45px;
	background: url(../images/7_sensations_en.gif) no-repeat;
	width:220px;
	height:42px;
}

/* Переключение языков */

#flags {
	position:absolute;
	left:909px;
	top:0;
}
#ruslang {
	float:left;
	display:block;
	background: url(../images/flag_ru.gif) no-repeat;
	width:24px;
	height:34px;
}
#englang {
	float:left;
	display:block;
	background: url(../images/flag_en.gif) no-repeat;
	width:27px;
	height:34px;
}

#page_container{
	position:relative;
	/*border:1px solid #ff0000;*/
	height:100%;
	margin:0 30px 0 136px;
}

/* Заголовок раздела */
#page_title{
	display:block;
	float:left;
	height:65px;
	background: url(../images/title_crendel.gif) top center no-repeat;
	margin-bottom:-100px;
}
#page_title #left{
	float:left;
	background: url(../images/title_left.gif) top left no-repeat;
	margin:25px 0 0 0;
}
#page_title #right{
	background: url(../images/title_right.gif) top right no-repeat;
	padding:5px 30px 6px 30px;
	/* Эту строку поймёт только IE */
	*! padding-top:6px;
	
	font-size: 24px;
	white-space: nowrap;
	line-height: 40px;
}

#content{
	position:relative;
	padding-top:100px;
	/*border:1px solid #ff00ff;*/
	margin:0 0 0 14px;
	line-height: 1.5em;
}

#content p{
	line-height: 1.5em;
	margin:0 0 14px 0;	
}

#footer{
	position:relative;
	margin:0 0 0 14px;
	height:96px;
	background: url(../images/footer_line.gif) repeat-x;
}
#footer a{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#address, #copyright{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6f6f6f;
}
#address{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-16px;
}
#counter{
	position:absolute;
	left:500;
	top:50%;
	margin-top:-16px;
	padding:0 0 11px 500px;

}

#copyright{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-16px;
	background: url(../images/copyright.gif) top left no-repeat;
	padding:0 0 11px 70px;
}
#footer_crendel{
	position:absolute;
	width:67px;
	height:26px;
	left:50%;
	margin-left:-40px;
	background: url(../images/footer_crendel.gif) top center no-repeat;
}

/* Ссылка НАВЕРХ */
#ontop{
	position:relative;
	display:block;
	left:50%;
	width:35px;
	margin:20px 0 20px -16px;
}
a#ontop{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



#content #image{
	padding:0;
	margin:0;
	/*float:left;*/
	/*display:block;*/
	border:2px outset #c29b00;
	/*width:1px;*/
}
#content img{
	border:3px double #c29b00;
	margin: 10px
}
h6{
	text-align:right;
	font-size:10px;
	color: #993300;
	padding-bottom:20pt;
	margin-top:-10pt;



}