body { background: #666 url('/images/body-bg.gif') repeat-y top center;
    margin: 0;
}

#wrapper { width: 792px;
    margin: auto;
    background-color: #fff;
}

#head img { border: none; }

#subnav { background: url('/images/subnav-bg.gif') repeat-x;
    height: 28px;
}

#content-wrapper { position: relative; }


#nav { background: url('/images/nav-top.gif') no-repeat top right;
    width: 162px;
    margin-top: -28px;
    padding: 28px 0 0 0;
    float: left;
}

body.double-column #content { margin: 0 140px 0 180px; padding-top: 4px;
width: 410px;	}

body.double-column #panel { width: 185px; position: absolute; top: 10px; right: 0;
	padding-right: 5px;}

body.single-column #content { margin: 0 0 0 180px; padding-top: 4px;
	width: 550px;	}

body.single-column #panel { }



#footer { 
	background: #fff url('/images/foot-bg.gif')repeat-x bottom;

	text-align: center;
	color:#949494;
	padding:5px 0 20px 0;
		}

/* clearfix from http://positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
    
    