body {
  background: #0c1015 url('/gfx/bg_sitetop.jpg') top center no-repeat;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 100%;
}

#pagewrap {
  width: 960px;
  margin: 0 auto;
  background: transparent url('/gfx/bg_pagemain.gif') repeat-y;
  z-index: 10;
}

#header {
  height: 175px;
}

#navigation {
	position: relative;
	color: #FAFAFA;
}
.mainmenu {
	margin: 0 auto;
	text-align: center;
	}

#pagetop {
  width: 960px;
  margin: 0 auto;
  background: transparent url('/gfx/bg_pagetop.jpg') top no-repeat;
  z-index: 20;
}

#currentpage {
  padding-bottom: 40px;
}

#pagebottom {
  width: 960px;
  min-height: 500px;
  margin: 0 auto;
  background: transparent url('/gfx/bg_pagebottom2.jpg') bottom no-repeat;
  z-index: 30;
}

#pagecontent {
  padding-top: 70px;
  width: 900px;
  margin: 0 auto;
  text-align: left;
  z-index: 100;
  min-height: 400px;
  height:auto !important;
  height:400px;
}

#footer {
  margin-top: 150px;
  padding: 8px 16px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A0000000, endColorstr=#A0000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A0000000, endColorstr=#A0000000)";
  text-align: center;
}

.content_main_1c {
  width: 100%;
  text-align: left;
}

.content_main_2c {
  width: 610px;
  text-align: left;
}

.sidebar_right_2c {
  width: 250px;
  float: right;
  text-align: left;
}

.clear {
  clear: both;
}

.box900 {
  clear: both;
  width: 884px;
  padding: 8px 8px 20px 8px;
  background: transparent url('/gfx/glass_900.png') top repeat-x;
  text-align: left;
}

.box610 {
  width: 594px;
  padding: 8px 8px 20px 8px;
  text-align: left;
  background: transparent url('/gfx/glass_610.png') top repeat-x;
}

.box250 {
  width: 234px;
  padding: 8px 8px 20px 8px;
  text-align: left;
  background: transparent url('/gfx/glass_250.png') top repeat-x;
}

.box250 ul{
  margin-left: 15px;
  padding: 0px;
}

.shadow900 {
  background: transparent url('/gfx/shadow_900.png') top center repeat-x;
  padding-bottom: 40px;
}

.shadow610 {
  background: transparent url('/gfx/shadow_610.png') top center repeat-x;
  padding-bottom: 40px;
}

.shadow250 {
  background: transparent url('/gfx/shadow_250.png') top center repeat-x;
  padding-bottom: 40px;
}

.line900 {
  background: transparent url('/gfx/line_900.png') bottom center repeat-x;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.line610 {
  background: transparent url('/gfx/line_610.png') bottom center repeat-x;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.line250 {
  background: transparent url('/gfx/line_250.png') bottom center repeat-x;
  padding-bottom: 8px;
  margin-bottom: 8px;
}





.tipsy {   font: 0.7em/1.5 "Lucida Sans","Lucida Grande",Lucida,"Trebuchet MS",sans-serif; color: #F0F0F0; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


