/* ----- RESET ----- */
/* Here, we are going to reset all browsers, so we don't have to declare a bunch of stuff over and over */
@import url("reset.css");

body { font: 14px/20px Verdana, Arial, sans-serif; background-color: #000000; color: #000000; margin-top: 20px;}
html { overflow-y: scroll; }
input, textarea { font: normal 13px/20px Verdana, Arial, sans-serif; color: #333; }

/* We use em and strong in the text, instead of <b> or <i> ... these are read by browsers to be emphasis terms, and help for readers
by vision-impaired users and spiders */
em { font-style: italic; }
strong { font-weight: bold; }

p { margin: 0 0 17px 0; }

h1 { font: bold 19px/21px Verdana, Arial, sans-serif; color: #556773; letter-spacing: 1px; margin: 0 0 5px 0; }
h2 { font: bold 17px/20px Verdana, Arial, sans-serif; color: #2f5738; letter-spacing: 1px; margin: 0 0 13px 0; }
h3 { font: bold 14px/17px Verdana, Arial, sans-serif; color: #91202a; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; }
h4 { font: bold 14px/20px Verdana, Arial, sans-serif; color: #de471e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 10px 0; }


.green { font: 14px/20px Verdana, Arial, sans-serif; color: #2f5738; }
.greenbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #2f5738; }
.yellow { font: 14px/20px Verdana, Arial, sans-serif; color: #9f843a; }
.yellowbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #9f843a; }
.yellowhead { font: bold 19px/21px Verdana, Arial, sans-serif; color: #9f843a; }
.blue { font: 14px/20px Verdana, Arial, sans-serif; color: #556773; }
.bluebold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #556773; }
.bluehead { font: bold 19px/21px Verdana, Arial, sans-serif; color: #556773; }
.quote { font: italic 14px/20px Verdana, Arial, sans-serif; color: #805f08; margin: 10px 0 0 0; }
.dropcap { font:  27px/27px Verdana, Arial, sans-serif; color: #000000; }
.dropcap2 { font: bold 21px/21px Verdana, Arial, sans-serif; color: #f7f7a1; }
.headerred { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #b33f49; }
.headerlink { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #528f8f; }
.a { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #5d43fa; }
.xuni { font: 12px/14px Verdana, Arial, sans-serif; color: #e7c874; }
.xuni a, .xuni a:visited {font: 12px/14px Verdana, Arial, sans-serif; color: #e7c874;font-weight:normal;text-decoration:underline;}
hr.mtb {color: #556773;background-color: #556773;border:0; height:1px;  margin:7px 0 15px 0px; text-align: left;}
hr.mt {color: #f5e7c2;background-color: #f5e7c2;border:0; height:1px;  margin:7px 0 15px 0px; text-align: left;}


/* ----- LINKS ----- */
/* We change the link color here. The first line color is the color of the link, the second line is the color of the rollover */
a:link, a:visited { font-weight: bold; color: #394f0e; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #709132; text-decoration: none; }


/* ----- ARCHITECTURE ----- */

html, body {
       height:auto !important; /* FF and compliant browsers should automatically size the body/html */
       height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
       min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}
.imgblock{display:block;margin:0;padding:0;}
.imgbottom {margin-bottom:50px;position: absolute; bottom:0;}
#container{position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	margin-left: -455px; /*set to half the total container width, in this case 910px*/
	width: 910px;   
	margin-bottom:30px;

} 
#bg_site {width: 910px;background: url('images/bg-site.gif');}
#rightside {float:left;width:189px;}
#leftside {float:left;width:662px;margin:0;padding:34px 25px 20px 34px;}
#none {margin:0;padding:0;clear:both;}
#backtotop { padding-top: 20px; text-align:center;}
#navigation { float:left;width: 129px; height: 196px;padding:0;margin:0; }
#navigation ul { list-style: none; line-height: 0px;padding:0;margin:0; }
#navigation ul li {padding:0;margin:0;}
#footer { clear:both;width: 910px;background-color:#000000;z-index:999;padding-top:10px;text-align:center; }
#bottomspace { width:910px;clear:both; height: 30px; background:#000000;z-index:99;}
#clear {clear:both;}
