html{
 margin: 0px !important; 
 padding: 0px !important;
}

body{
 width: 100% !important; 
 float: left !important; 
 margin: 0px !important; 
 padding-bottom: 0px !important;  
 text-align:center; 
 font-family:verdana,arial,sans-serif;
 background:url(/images/bg/red40x40.jpg);
}

.nomobile{
 display:none;
}
.mobileonly{
 display:inline-block;
}

div{
 max-width: 100% !important;
}

#header{
 width: 100% !important;
}

#sitelogo img{
 max-width:320px;
 width:90%;
}

#fiftieth {
 display:none;
}

#pagewidth {
 width: 100% !important;
 padding: 0px !important;
 margin: 0px !important;
 border: none;
}

#twocols {
 width: 100% !important;
 padding: 0px !important;
 margin: 0px !important;
}

#maincol{
 width: 100% !important;
 padding: 0px !important;
 margin: 0px !important;
}

#rightcol {
 display:none;
 margin: 0px !important;
}

#rightcol img{
 display:none;
}

#leftcol{
 width:100%;
 padding: 0px !important;
}

#leftcol ul{
 background-color:red;
}

#leftcol ul li{
 margin:5px;
 display:inline;
 float:left;
}

#leftcol div{
 display:none;
}

.showlogo{
 float:right;
 margin:5px 10px 10px 5px;
 width:45%;
}

.summary-show{
 width:42%;
 text-align:center;
 border:none;
 margin:10px;
 overflow:hidden;
 min-height:160px; 
}

#footer{
 width: 100% !important;
 font-size:.8em;
 min-height: 85px !important;
 padding-bottom:0px !important;
 margin-bottom:0px !important;
 background-color:#fff;
 text-align:center; 
 border-style:solid;
 border-color:#ccc;
 border-width:1px 0px 0px 0px;
}

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

