html, body { height: 100%; }
body 
{	
        margin: 0px;
        padding: 0px;

        color: #000;
        background-color: #FFF;
        background-image: url('');
	background-position: center center;
	background-repeat: no-repeat;
	font: 12px 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
        font-family: Verdana;	
        font-size: 11px;
        text-align: center;

}


#everything { position: relative; min-height: 100%; height: 100%; margin: 0 auto; border: 0px; text-align: left; }

html>body #everything { height: auto; }

	#empty { height: 100px; }

	#footer { position: absolute; bottom: 0px; width: 100%; text-align: left; font-size: 9px; }
	#footer p { margin: 5px 30px; }
	#footer h2 { margin-left: 30px; }

	#logo { position: absolute; bottom: 0px; left: 15px; width: 50px; height: 75px; }

	#resources { color: #ffb223; }

	#content { text-align: left; padding-bottom: 100px; padding-left: 25px; }
	#content p { margin: 0px 0px 0px 0px; clear: left; line-height: 13px; }

h1 { font-size: 20px; margin: 0px; text-indent: -3000px; }
h2 { font-size: 11px; margin: 20px 0px 5px 0px; }
h3 { font-size: 13px; margin: 5px 0px; }

table { font-size: 11px; border: none; text-align: center; }
th { padding: 3px 10px; background-color: #f1f1f1; }
th.tableheader { background-color: #DDD; color: #000; font-weight: bold; }

td { padding: 3px 10px; }

img { border: 0px; }

.left { float: left; margin: 1px 10px 10px 0; clear: left; }

a { color: #ffb223; text-decoration: none; }
a:hover { color: #f88800; }
a strong {font-weight: normal; }

ul { font-size: 9px; margin: 0px; padding-left: 0px; list-style-type: none; }
li { margin: 0px; }

.rss { }

.suzdal { font-size: 2px; color: #999; }
.suzdal a { color: #CCC }
.suzdal a:hover { color: #999 }

.fineprint { font-size: 9px; color: #999; margin: 5px; }

.new a { color: #f26522; }

#login { width: 170px; text-align: left; margin: 5px 5px; }
#login input { margin-top: 3px; }

#requisites { width: 550px; text-align: left; margin: 5px 5px; border: 1px dotted silver; padding: 10px; }
