﻿/* CSS layout */
body {margin:0 0 0 0;}
#masthead { 
height:58px;
background-image:url('images/header_bg.jpg'); 
background-repeat:repeat-x; 
font-family:Verdana; font-size:12px;


}
#top_nav  { 
height:33px; 
background-image:url('images/menu_bg.jpg'); 
background-repeat:repeat-x;
font-family:Verdana;
font-size:11px; color:white;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 156px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 228px;
	margin-left: 154px;
	padding-left:30px; padding-top:18px;
		padding-right:30px;
 min-height:624px
}

#right_col {
	width: 228px;
	position: absolute;
	right: 0px;
	top: 0px;
}


.link_top{
font-family:Verdana;
font-size:11px; color:white;
text-decoration:none
}

.link_top:active{
font-family:Verdana;
font-size:11px; color:white;
text-decoration:none
}

.link_top:link{
font-family:Verdana;
font-size:11px; color:white;
text-decoration:none
}

.link_top:visited{
font-family:Verdana;
font-size:11px; color:white;
text-decoration:none
}

.link_top:hover{
font-family:Verdana;
font-size:11px; color:white;
text-decoration:none
}

input {
	background-color:white;
	border:1px #5b5b5b solid;
	font-size:10px;
	width:144px;
	color:black
}
.link_left:visited {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:black
}
.link_left:link {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:black
}
.link_left {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:black
}
.link_left:hover {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:black; font-weight:bolder
}
#all {
	min-height: 100%;
	padding-bottom: 100px; /* высота подвала + собственный нижний отступ блока */
}
	* html #all {
		height: 100%;
	}
#footer {
	height: 35px;
	margin-top: -0px; /* отрицательный верхний отступ, равный высоте подвала */
}
* { 
margin: 0;
padding: 0; 
} 
.link_body:visited {
	font-family:Verdana;
	font-size:12px;
	color:black;
	font-weight:bold
}
.link_body:hover {
	font-family:Verdana;
	font-size:12px;
	color:black;
	text-decoration:none;
	text-decoration: underline;
	font-weight:normal
}
.link_body:link {
	font-family:Verdana;
	font-size:12px;
	color:black;
	font-weight:bold
}
.link_body {
	font-family:Verdana;
	font-size:12px;
	color:black;
	text-decoration:none
}
.link_f:visited {
	font-family:Verdana;
	font-size:10px;
	color:black;
	text-decoration:none
}
.link_f:hover {
	font-family:Verdana;
	font-size:10px;
	color:black;
	text-decoration:none
}
.link_f:link {
	font-family:Verdana;
	font-size:10px;
	color:black;
	text-decoration:none
}
.link_f {
	font-family:Verdana;
	font-size:10px;
	color:black;
	text-decoration:none
}

