/* ----- 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: 13px/20px Verdana, Arial, sans-serif; background-color: #000000; color: #000000; margin: 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: #1e0e1f; letter-spacing: 1px; margin: 0 0 5px 0; }
h2 { font: bold 16px/19px Verdana, Arial, sans-serif; color: #311433; letter-spacing: 1px; margin: 0 0 3px 0; }
h3 { font: bold 13px/20px Verdana, Arial, sans-serif; color: #728625; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 10px 0; }
h4 { font: bold 13px/20px Verdana, Arial, sans-serif; color: #de471e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 10px 0; }

.serif { font: italic 15px/20px Times New Roman, Times, serif; color: #000000; }
.dropcapserif { font: italic bold 27px/27px Times New Roman, Times, serif; color: #1e0e1f; }
.brown { font: 13px/20px Verdana, Arial, sans-serif; color: #54300c; }
.brownbold { font: bold 13px/20px Verdana, Arial, sans-serif; color: #54300c; }
.brownhead { font: bold 16px/19px Verdana, Arial, sans-serif; color: #54300c; }
.violet { font: 13px/20px Verdana, Arial, sans-serif; color: #1e0e1f; }
.violetsmall { font: 11px/17px Verdana, Arial, sans-serif; color: #1e0e1f; }
.violetbold { font: bold 13px/20px Verdana, Arial, sans-serif; color: #1e0e1f; }
.violetserif { font: bold italic 22px/24px Times New Roman, Times, serif; color: #1e0e1f; }
.violethead { font: bold 16px/19px Verdana, Arial, sans-serif; color: #1e0e1f; }
.quote { font: bold italic 13px/20px Verdana, Arial, sans-serif; color: #3a1d01; }
.dropcap { font: bold 27px/27px Verdana, Arial, sans-serif; color: #1e0e1f; }
.dropcap2 { font: bold 21px/21px Verdana, Arial, sans-serif; color: #1e0e1f; }
.headerbrown { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #663300; }
.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, .xuni a, .xuni a:visited { font: 12px/14px Verdana, Arial, sans-serif; color: #b8a289;font-weight:norma; }


/* ----- 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: #a7a368; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #bbb881; text-decoration: none; }


/* ----- ARCHITECTURE ----- */
body {background:#000000;margin: 20px;}
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;}
#leftside {float:left;width:221px;padding:0;margin:0;}
#middle {float:left;padding: 0;width:638px;background-color:#996633;margin: 0px;}
#maincontent {padding: 0 40px;margin: 0px; }
#rightside {float: right;width:21px;background-color:#996633;height:100%;}
#container{position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	margin-left: -440px; /*set to half the total container width, in this case 880px*/
	width: 880px;   
	background-color:#996633;
	background:url('images/bg.gif');
} 
#backtotop { padding: 20px; text-align:center;}
#title { width: 100%; height: 40px; text-align:right; }
#footer { clear:both;width: 880;background-color:#000000;z-index:999;text-align:center; }

