  #wld_badge_wrapper { border: 0px solid black; width: 945px; overflow: hidden; padding-left:10px; }
    #wld_badge_inner { padding: 10px 0px 10px 10px;  }
    .wld_badge_item { float: left; margin: 0 10px 0 0; padding: 0; }
    .wld_badge_item img { border: 1px solid black; }
    .wld_badge_item_detail { margin-top: 2px; font-size: 65%; width: 90px; height:50px;  }
    .wld_badge_clear { clear: both; }
	
body {
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(Images/SiteBackground.gif);
}
.oneColFixCtrHdr #container {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:69px;
	background: #76470C;
        border-top: solid 5px #432807; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #show_members {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #38130d;
	height:341px;
	color:#FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:450px;
	background: #F8C98E url(../Images/shellGraphics_18.jpg) repeat-x top left;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F8C98E;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}






#mainnav 
    {
        margin: 0px;
        padding: 0px;
    }
    
#mainnav li 
        {
            display: inline;
            list-style-type: none;
        }
        
#mainnav li a 
            {
                display: block;
                height: 30px;
                line-height: 30px; 
                float: left;  
            }
            
                /* Image Replacements */
#mainnav li.home a 
                {
                    width: 56px;
                    background: url(../Images/shellGraphics_06.gif) no-repeat top left;
                }
                
#mainnav li.search a 
                {
                    width: 67px;
                    background: url(../Images/shellGraphics_07.gif) no-repeat top left;
                }     
                
#navigation #mainnav li.chat a 
                {
                    width: 54px;
                    background: url(../Images/shellGraphics_08.gif) no-repeat top left;
                }   
                
#mainnav li.about a 
                {
                    width: 62px;
                    background: url(../Images/shellGraphics_09.gif) no-repeat top left;
                } 
                
#mainnav li.contact a 
                {
                    width: 87px;
                    background: url(../Images/shellGraphics_10.gif) no-repeat top left;
                }   
                
#mainnav li.login a 
                {
                    width: 97px;
                    background: url(../Images/shellGraphics_11.gif) no-repeat top left;
                }  
#mainnav li.myaccount a 
                {
                    width: 97px;
                    background: url(../Images/shellGraphics_MyAccount.gif) no-repeat top left;
                }   
                
#mainnav li a:hover 
					{						
						background-position: bottom left;
					} 
            
            /* Remove Text */   
#mainnav li a span 
		    {
				height: 0px;
				width: 0px;
				overflow: hidden;
			}
#header_navigation 
		    {
			position:relative;
			top:10px;
			left:400px;
			width:300px;
		}
#left_align 
		    {
			position:relative;
			align:left;
			top:-30px;
			width:120px;
		}
		
		
.search_box
		    {
			width: 284px;
            height: 241px;
            background: url(Images/SearchBox.png) no-repeat top left;
			float:left;
            padding: 55px 0px 0px 14px;
								margin-left:20px;   
					margin-top:50px;  
		}


.text_box
		    {
                        height: 255px;   
                        color: #fff;
						width:200px;
					float:left;	     
					margin-left:20px; 
					margin-top:50px;  
}


.registration_box
		    {
			 background: url(../Images/shellGraphics_21.png) no-repeat;  
                        height: 255px;   
                        color: #fff;
						padding:15px;
						width:350px;
					float:left;	     
					margin-left:250px; 
					margin-top:50px;  
}

#innertube_registration {
top:0px;
padding-left:10px;
padding-top:0px;
color:#FFFFFF;
font-size:9px;
}

#innertube_text {
padding:10px;
color:#2e0f0c;
font-size:12px;
}

#innertube_text_main {
padding:10px;
color:#FFFFFF;
font-size:14px;
}

#innertube_search {
padding:10px;
color:#FFFFFF;
}

#footer_text {
font-size:10px;
color:#000000;
}

#login_box{
    line-height: 16px;

   visibility: hidden;
   overflow: hidden;
   color: #fff;
   padding:5px;
font-size:70%;
}
