#page
{
	width: 832px;
	margin: 0 auto;
}

#main
{
	background: #fff url(../images/bg_right.gif) top right repeat-y;
}
#head
{
	position: relative;
	float: left;
	width: 632px;
	height: 312px;
	
	background: #fff url(../images/topimage2.jpg) top left no-repeat;
}
#head h1
{
	width: 250px;
	height: 100px;
}
#head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
}




#body
{
	background: url(../images/bg_stinstred_l.gif) 210px 312px no-repeat;
	_background: url(../images/bg_stinstred_l.gif) 210px 0 no-repeat;
	_height: 100%; /*<<< WORKAROUND for IE peek-a-boo bug*/
}
#content
{
	position: relative;
	float: right;
	width: 622px;
}
#content h1
{
	position: relative;
	float: left;
	background: #54befa url(../images/bg_stinnadpis_l.gif) left center repeat-y;
	width: 422px;
	height: 47px;
	font-size: 140%;
}
#content h1 span
{
	display: block;
	height: 100%;
	padding: 0 30px;
	background: url(../images/bg_stinnadpis_r.gif) right center repeat-y;
	color: #fff;
	vertical-align: middle;
	line-height: 47px;
}
#content #contentIn
{
	width: 372px; /* +padding:2x25px = 422px*/
	float: left;
	padding: 20px 25px;
}
#content #contentIn p
{
	margin-bottom: 1em;
	/*text-indent: 1em;*/
}


#info
{
	position: relative;
	float: right;
	width: 200px;
	height: 100%;
	margin-top: -359px;
	background: #000;
	color: #fff;
}

#navigation
{
	position: relative;
	float: left;
	width: 180px;
	height: 100%;
	padding: 0 15px;
	margin-top: -47px;
}








#foot
{
	clear: both;
	height: auto;
	margin: 10px 0;
}
#foot p
{
	text-align: center;
	color: #fff;
}
#foot p a
{
	color: #fff;
}










#pageInfo, 
#pageError
{
	position: fixed;
	_position: absolute;
	top: 25%;
	left: 50%;
	width: 450px;
	height: auto;
	
	vertical-align:middle;
	
	padding-bottom: 5px;
	margin-left: -225px;
	
	text-align: center;
	z-index: 1000;
	color: #333;
}
#pageInfo
{
    color: ButtonText;
	background: ButtonFace url("../images/ico_info.gif") 10px 55% no-repeat;
	border: 3px outset #090;
}

#pageError
{
    color: ButtonText;
	background: ButtonFace url("../images/ico_error.gif") 10px 55% no-repeat;
	border: 3px outset #f33;
}

#pageError h2, 
#pageInfo h2
{
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0px 3px;
	text-align: left;
	height: 1.3em;
}
#pageInfo h2
{
	background: #090 ;
	color: #fff;
}
#pageError h2
{
	background: #f33 ;
	color: #fff;
}

#pageError li, 
#pageInfo li
{
	font-size: small;
	font-weight: normal;
	margin: 5px 5px 2px 72px;
	text-align: left;
}
#pageError button, 
#pageInfo button
{
	margin-top: 20px;
	color: #fff;
	background: #999;
}

