body{
    background-color:#292828;
}
img.double-border {
	border: 5px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
        width:528px;
}
#Recruitment{
        margin-left:auto;
    margin-right:auto;
    width:350px;
    background-color:#232323;
    position:absolute;
    top:570px;
    left:835px;
    
}
.Rosterchar{
    width:400px;
    padding-top:40px;
    padding-left:45px;
}
#youtubesymbol{
    width:100px;
    
}
.socialmedia{
    position:absolute;
    padding-left:190px;
    color:#E8E8E8;
    font-family:fantasy;
    padding-top:20px;
    padding-right:10px;
    text-decoration:none;    
}
.soscial{
    padding-left:50px;
    width:150px;
}
.soscial a{
    text-decoration:none;
    border:none;
    
}
.newsh{
    
    padding-left:170px;
    color:#E8E8E8;
    font-family:fantasy;
}
 #centrerat{

    margin-left:auto;
    margin-right:auto;
    width:930px;
    background-color:#232323;
    position:absolute;
    top:10px;
    left:255px;
}
#Updates{
    margin-left:auto;
    margin-right:auto;
    width:550px;
    background-color:#232323;
    position:absolute;
    top:570px;
    left:255px;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background: url(topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(topnav_active.gif) repeat-x; }

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 930px;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}
 
 
 

 
 
 
 /*----SLIDERSAK----*
  /*--Main Container--*/
.main_view {
	float: left;
	position: absolute;

        
}
/*--Window/Masking Styles--*/
.window {
	height:386px;	width:930px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -1px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}