body {
    background: #5FAAED; 
}

body, td, textarea, input, button{    
    color: #1360A6;
    font-family: verdana, sans-serif;
    font-size: 11px; line-height: 12px ; color: #1360A6;     
	cursor:arrow; 
} 
    a:link {color: #236FBA; height: 1px; text-decoration: none; }
    a:visited {color: #236FBA; height: 1px; text-decoration: none; }
    a:active { color: #236FBA; height: 1px; text-decoration: none; }
    a:hover {color: #1360A6; height:0;  border-bottom: 1px solid #DEF5FD;
}
button, select, textarea,input,button textarea {
    border: 1px #5FAAED solid;
    color: #1360A6; 
    font-family: verdana, sans-serif; 
    font-size: 11px;
    text-transform: none;
    background-color: #B6E6FC;
    padding: 3px;
}

#container {
    background: url(images/bg.jpg) repeat-y;
    width: 768px; 
	 
}
#header {
    height: 532px; 
    background: url(images/header.jpg) no-repeat;
}
#footer {
    background: url(images/footer.jpg) no-repeat;
    height: 111px; 
	clear:both; 
} 
#content {
    width: 417px;
    float: right;
	margin-right: 131px;
    margin-top: -255px; 
    display: inline;
    text-align: justify;
}
#menu {
    width: 150px;
    float: left;
	margin-top: -40px;
    margin-left: 40px; 
    display: inline;
	text-align: right;
}
h1{
	font-size: 11px;
	color: #236FBA;
	font-family: verdana, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 1px solid #DEF5FD;
	padding-left: 7px;
	line-height: 11px;
}
h1:first-letter {
	color: #DEF5FD;
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-style: normal;
}
h2{
	background: url(images/zima_00.jpg) no-repeat;
	height: 51px;
	font-size: 11px;
	padding: 12px 45px 12px 38px;
	color: #1360A6;
	font-family: georgia, Verdana, Tahoma, sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-bottom: -25px;
}
hr{
  background: #DEF5FD; color: #DEF5FD; height: 1px; border: 0;
}