/* layout */
html{
	height: 100%;
}

body{
	min-height: 100%;
	position: relative;
	margin:0 auto;
	background: scroll white url("../img/bg_left.png") left 125px repeat-y;
}

#header{
	height: 125px;
	overflow: hidden;
	background: scroll white url("../img/bg_top.png") repeat-x;
}

#content{
	overflow: hidden;
	padding-bottom: 1px;
}

#menu-pane{
	float: left;
	width: 120px;
	padding: 5px;
	padding-bottom: 5em;
	border-right: double 5px #AAA;
	background: scroll white url("../img/bg_left.png") left top repeat-y;
}

#main-pane{
	margin-left: 135px;
	padding: 5px;
	padding-bottom: 5em;
	text-align: center;
}

#footer{
	position: absolute;
	bottom: 0;
	width: 100%;

	clear: both;
	border-top: 1px solid #AAA;
	background: #FDA;
}

#counters{
	float: left;
	padding: 8px;
}

#counters img{
	vertical-align: top;
}

#copyright{
	float: right;
	padding: 15px 8px;
	margin: 0;
}

.left{
	float: left;
	text-align: left;
}

.right{
	float: right;
	text-align: right;
}

/* header layout */
#logo-tomsk{
	padding: 4px;
	width: 122px;
	height: 112px;
	float: left;
}

#header h1{
	display: none;
}

#logo-caption{
	min-width: 680px;
	margin-left: 135px;
	padding-left: 80px;
	padding-top: 10px;
	text-align: center;
}

/* left-pane layout */
ul#main-menu{
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-menu li{
	height: 18px;
	padding-left: 18px;
	margin-bottom: 2px;
	background: url("../img/prizma.gif") left 50% no-repeat;
}
#main-menu li a{
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
}

#menu-pane .links{
	margin-top: 10px;
	text-align: right;
}

#menu-pane .links a{
	display: block;
	text-align: right;
	margin-top: 6px;
	padding: 0 1px 0 35px;
}

#menu-pane .buttons{
	margin: 10px auto 10px;
	text-align: center;
}

#menu-pane .buttons img{
	vertical-align: top;
	margin: 0 auto 4px;
}

/* fonts */
body{
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.15em;
	font-family: Arial, sans-serif;
}

#menu-pane a{
	text-decoration: underline;
	font-size: 11px;
	line-height: 13px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}

#main-menu li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	white-space: nowrap;
}

#main-menu li a:hover{
	text-decoration: underline
}

#footer{
	line-height: 18px;
}

/* colors */
body{
	color: black;
	background-color: #FDA;
}

a:link{
	color: blue;
}

a:visited{
	color: #800080;
}

#menu-pane a{
	color: black;
}

#menu-pane a:hover{
	color: #444;
}

#main-menu li a{
	background: #FDA;
	color: black;
}

#main-menu li a:visited{
	color: #211;
}
#main-menu li a:hover{
	color: #444;
}

/* misc */

