@charset "UTF-8";
/* CSS Document */

body{
background-color:#13141a;

}
#wrapper{
background-image:url(images/bg2.gif);
background-repeat:repeat;
margin-top:-10px;

}
#sidebar{
margin:15px;
background-color:#202128;
width:210px;
height:450px;
float:right;
}

#container {
background-color:#202128;
float:left;
position:relative;


}
#navigation{
float:right;
padding:16px;

}

.imageholder{
float:right;
background-color:#13141a;
padding:6px;
height:auto;
width:350px;

}
.news{
background-color:#202128;
float:left;
padding:5px;
width:525px;
height:392px;
}
.action{
background-color:#202128;
float:right;
padding:5px;
width:225px;
height:370px;
}
.video{
background-color:#202128;
float:left;
padding:5px;
width:500px;
height:500px;
}
.text{
background-color:#202128;
float:left;
padding:5px;
width:400px;
height:auto;
}
#content{
background-color:#202128;
width:800px;
height:1500px;
}
h1{
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
}
h2{
font-family:"Myriad Pro";
font-size:16px;
color:#304f10;

}
h3{
font-family:"Myriad Pro";
font-size:14px;
color:#CCCCCC;

}
h4{
font-family:;
font-size:12px;
}
h5{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
}
.what{
margin:0px;
border:thin;
background-color:#13141a;
padding:12px;
overflow:auto;
}
.player{
margin:0px;
background-color:#13141a;
padding:12px;
width:400px;
height:400px;
overflow:auto;
}
.moretext{
margin:5px;
background-color:#13141a;
padding:15px;
width:400px;
height:auto;
overflow:auto;
}
em{
color:#669999;
font:"Trebuchet MS";
font-size:12px;
font-weight:normal;
padding:10px;

}
ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#669999;
list-style-type: none;


}
li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#669999;
list-style:none;


}
p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#999999;

}
.sideright{
	background-color:#13141a;
	width:185px;
	height:425px;
	padding:10px;
	
}

.donate{
float:right;
padding:10px;
}

#footer{
background-color:#202128;
height:200px;
width:auto;

}
.footertext{
background-color:#13141a;
padding:50px;
width:auto;
height:75px;
}
a{
	font-family:
	"Trebuchet MS";
	font-weight:bolder;
	color:#CCCCCC;
	font-size:12px;
	text-decoration: none;
	
}
a:focus, a:hover, a:active {
	
	color:#660000;
	font-weight:bold;
	text-decoration:underline;
}

.sidenavi{
background-color:#202128;
margin:4px;
padding:0.2px;
vertical-align:middle;
}
.holder { background:#ffffff;
float:left;
}
#s3slider {
   width: 485px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;/* important */
}

#s3sliderContent {
   width: 485px; /* important to be same as image width or wider */
   position: absolute; /* important */
   left: 0px;
   top: 0; /* important */
   margin-left: 0 3px; /* important */
   background:#13141a; 

}

.s3sliderImage {
    /* important */
   position: relative; /* important */
   display: none; /* important */
   padding: 0px;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   font-weight:bold;
   padding: 14px 18px;
   width: 425px;
   background-color: #990000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color:#ffffff;   
   bottom: 0;
   text-decoration:none;

   
}

.clear {
   clear: both;
}
.s3sliderImage span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}