/* png fix for IE 5 and 6
img { behavior: url(iepngfix.htc); }*/

body {
    background-color: #ffcc33;
    margin: 0;
    padding: 0;
    font-family: verdana, serif;
    font-size: .9em;
}


#container {
    margin: 0px auto;
    width: 590px;
    background: url('../images/border.png') repeat-y center center;
    padding: 0px;
}


#header {
    height: 230px;
    /*background: white url('images/header.png') no-repeat bottom center;*/
    background: url('../images/shapka.jpg') no-repeat bottom center;
    padding: 0px;
    margin: 0px auto;
    width: 568px;
}


#header h1 {
    position:relative;
    left: 20px;
    top: 10px;
    font-size: large;
    font-weight: bold;
    font-family: tahoma, veranda, serif;
    padding: 0px;
    margin: 0px;
}


#hdrlinks {
	float:right;
	position:relative;
	top: 152px;
	padding-right: 1.3px;
	color: white;
	text-align: right;
}


#hdrlinks a:link, #hdrlinks a:visited{
    color: white;
    text-decoration: none;
}


#hdrlinks a:hover{
    color: black;
    text-decoration: none;
    background-color: #ffcc00;
}


#content {
	background-color: white;
	width: 508px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#footer {
    background-color: white;
    margin: 0px auto;
    width: 568px;
    text-align: center;
    font-size: .7em;
    padding: 15px 0px 18px 0px;
}


a {
    text-decoration: none;
    color: #0099ff;
}


a:hover {
    text-decoration: none;
    color: #ffcc00;
    border-bottom: thin #ffcc00 solid;
}


h1 {
    font-size: 1.5em;
    margin-bottom: .1em;
}


h2 {
    font-size: 1.3em;
    margin-bottom: .1em;
}


h3, h4, h5 {
    margin-bottom: .1em;
}


p {
    margin-bottom: auto;
}


img.floatLeft, img.floatRight {

}


a:link img, a:visited img  {
    border: 3px #0099ff solid;
}


a:hover img {
    border: 3px #ffcc00 solid;
}


img.floatLeft {
	border: 3px #ffcc00 solid;
}


img.floatRight {
    float: right;
    margin-left: 0.8em;
}
