/* ----- 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: 15px/23px Verdana, Arial, sans-serif; background-color: #000000; color: #ffffff; margin-top: 20px;}
html { overflow-y: scroll; }
input, textarea { font: normal 15px/23px 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: #3b62a1; letter-spacing: 1px; margin: 0 0 5px 0; }
h2 { font: bold 17px/20px Verdana, Arial, sans-serif; color: #6b7e9c; 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 15px/23px Verdana, Arial, sans-serif; color: #de471e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 10px 0; }

.blue { font: 15px/23px Verdana, Arial, sans-serif; color: #6b7e9c; }
.bluebold { font: bold 15px/23px Verdana, Arial, sans-serif; color: #6b7e9c; }
.bluehead { font: bold 17px/23px Verdana, Arial, sans-serif; color: #6b7e9c; }
.orangebold { font: bold 15px/23px Verdana, Arial, sans-serif; color: #f6791f; }
.orangehead { font: bold 17px/23px Verdana, Arial, sans-serif; color: #f6791f; }
.quotecolor { font: 15px/23px Verdana, Arial, sans-serif; color: #d05800; }
.quote { font: bold italic 15px/23px Verdana, Arial, sans-serif; color: #d05800; }
.dropcap { font: bold 27px/27px Verdana, Arial, sans-serif; color: #ffffff; }
.dropcap2 { font: bold 21px/21px Verdana, Arial, sans-serif; color: #6b7e9c; }
.a { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #d05800; }
.xuni, .xuni a, .xuni a:visited { font: 12px/14px Verdana, Arial, sans-serif; color: #6b7e9c;font-weight:normal;}


/* ----- 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: #f6791f; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #d05800; 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;}
.imgbottom {margin-bottom:50px;position: absolute; bottom:0;}
#container{position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	margin-left: -450px; /*set to half the total container width, in this case 900px*/
	width: 900px;   
	margin-bottom:30px;
	background: url(images/bg-site.gif);
} 
#top {width:900px;}
#rightside {float:left;width:783px;padding:0 65px 20px 34px;margin:0;}
#leftside {float:left;width:18px;padding:0;height:485px;}
#title {width:211px;float:right;}
#backtotop { padding-top: 20px; text-align:center;}
#navigation { width: 900px; height: 61px;padding:0;margin:0; }
#navigation ul { list-style: none; line-height: 0px;padding:0;margin:0; }
#navigation ul li {padding:0;margin:0;float:left;}
#footer { clear:both;height:30px;width: 900px;background:#000000;background-color:#000000;z-index:999;padding-top:10px;text-align:center; }
#bottomspace { width:900px;clear:both; height: 40px; background:#000000;z-index:99;}
#clear {clear:both;}
#bottom {background:#000000;height:7px;width:900px;clear:both;}