@charset "utf-8";

html,body {
 margin:0;
 padding:0;
 height:100%;
 color:white;
 background-color:#161616;
 font:10pt calibri,arial,helvetica,sans-serif;
 background-image:url(./images/pagebg_notile.gif);
 background-repeat:no-repeat;
 background-position:top center;
}
div#container {
 width:1000px;
 min-height:100%;
 margin-left:auto;
 margin-right:auto;
 background-image:url(./images/bg_tiled.gif);
 background-repeat:repeat-y;
 color:#151515;
 background-color:#626262;
}
* html div#container {
 height:100%;
}
a {
 outline:0;
 color:#cbcbcb;
 background-color:transparent;
 text-decoration:none;
}
div#leftside a {
 border-bottom:1px solid #777;
}
img {
 border:0;
}
h1 {
 letter-spacing:2px;
 text-align:center;
}
h2 {
 text-align:center;
 font-size:100%;
 font-weight:normal;
}
div#header {
 background-image:url(./images/headerbg_tiled.gif);
 background-repeat:repeat-x;
 height:161px;
 width:100%;
}
div#navbar {
 background-image:url(./images/navbarbg_tiled.png);
 background-repeat:repeat-x;
 height:41px;
 width:100%;
 text-align:center
}
div#leftside {
 float:left;
 width:230px;
 color:#cbcbcb;
 background-color:transparent;
}
div#rightside {
 margin-left:232px;
 width:765px;
}
div#content {
 padding-left:30px;
 padding-right:30px;
}
div#content p {
 text-align:justify;
}
div#footer {
 margin-top:125px;
 text-align:center;
}
div.leftside {
 padding:15px 40px 45px 30px;
 text-align:justify;
}
div.menuShadow {
 -moz-box-shadow: 1px 1px 2px #222;
 -webkit-box-shadow: 1px 1px 2px #222;
 box-shadow: 1px 1px 2px #222;
}