 *{margin:0px; padding: 0px;}
 
 body {
    font-family: arial;
    background-color: #E0E0E0;
    color:white;
    font-size: 62.5%;
    width: 960px;
    margin: 0px auto;
    text-align: center; 
    height: 100%;
                                      
    }
        
        h2 {
        padding-top: 15px;
        font-size: 1.6em;
        padding-bottom: 15px;
        color: #DEE360; 
        }
        
        h3 {
        padding-top: 10px;
        font-size: 1.4em;
        padding-bottom: 10px;
        color: #DEE360; 
        }
        
        p {
        padding-top: 5px;
        font-size: 1.3em;
        line-height: 140%;
        font-weight: 500;
        padding-bottom: 5px;
        }
        
        #header 
            {
            width:960px;
            height: 130px;
            background: url('/img/header.png') no-repeat center;
            z-index: 1;
            position: relative;
            top:4px;
            margin-top: -4px; 
            }
            
        #page 
            {
 
            }
            
        #contentWrap
            {
            width: 960px;  
            background: url('/img/burlap.png') repeat;
            }
            
        #content
            {
            width: 860px;
            /*height: 100%; more of justins mistake */
            margin: 0 auto;
            text-align: center;
            }

        #container1 {
            float:left;
            width:860px;
            background:#2A2A2C;
            position:relative;
            right:430px;
            height:100%;
            }
            
        #container2 {
            overflow:hidden;
            /*float:left; justins continuing line of mistakes*/
            background:#404041;
            width:860px;
            position:relative;
            }
            
            
        #container1b {
            float:left;
            width:860px;
            background:#2A2A2C;
            position:relative;
            right:260px;
            /*height:100%; justins mistake :P*/
            }
            
        #container2b {
            overflow:hidden;
            /*float:left; justins other mistake XD*/
            background:#404041;
            width:860px;
            position:relative;
            }
            
        #columnLeft {
            float: left;
            width: 390px;
            left: 450px;
            position: relative;
            text-align: left;
            }
        
        #columnRight {
            float:left;
            width: 390px;
            position: relative;
            left: 490px;
            text-align: left;
            }

        #columnLeftWide {
            float:left;
            width: 560px;
            left: 285px;
            position:relative; 
            text-align: left;
            }
        
        #columnRightSkinny {
            float: left;
            left: 320px;  
            width: 220px;
            text-align: left; 
            position: relative;
            }
            #flashcontent {
	       padding-bottom:25px;
	    }
        #footer {
            height: 30px;
            background: #DEE360;
            width: 960px;
            /* background-color: ; */
            }
	    #SocialButtons {
	       float:right;
	       height:50px;
	       margin-top:-45px;
	       margin-right:30px;
	       padding-top:25px;
	       position:relative;
	       width:130px;
	       z-index:5;
	    }
	       span.LinksTitle {
		  clear:both;
		  color:#DEE360;
		  float:left;
		  font-weight:bold;
		  line-height:25px;
		  margin-top:-25px;
		  text-align:center;
		  width:120px;
	       }
	       #FaceLogo {
		  background:url(../img/fb_good.png) left top no-repeat;
		  width:44px;
		  height:38px;
		  float:left;
	       }
	       #TwitLogo {
		  background:url(../img/twt_good.png) left top no-repeat;
		  width:42px;
		  height:38px;
		  float:left;
	       }
	       #TubeLogo {
		  background:url(../img/yt_good.png) left top no-repeat;
		  width:40px;
		  height:38px;
		  float:left;
	       }
        .linkset {
            text-align: right;
            color: #DEE360;
            }
            
        a:link {color: #DEE360; text-decoration: none;}
        a:visited {color: #DEE360; text-decoration: none;}
        a:active {color: #DEE360; text-decoration: none;}
        a:hover {color: #DEE360; text-decoration: none;}
            
        div.hr {                                     
            background: #404041 url('/img/YellowBar_Long.png') no-repeat scroll center; 
            height: 10px;
            }                                   
       div.hr hr {display: none;}
       
       #spacer {
            width: 860px;
            height: 10px;
            background-color: #2A2A2C;
            } 
       
       .activeLink {
            /* text-decoration: underline !important; */
            color: white !important;
            }
            
            
       li {
       margin-left: 20px;
       }