/* *******************************************  Schweitzer : Homepage Layout  ******************************************* */  

body { 
	margin:0; padding:0; 
	background:#393939; 
	font-family:verdana, arial, helvetica, sans-serif 
}

img { border:0; } /* sets borders to zero on all images sitewide to eliminate default border when wrapping in an 'a href' */
.clear { clear:both; }
.spacer { height:20px; }
.half_spacer { height:10px; }
.qtr_spacer { height:5px; }

/* Links */
a:link, a:visited { text-decoration:none; color:#ED5100; }
a:active, a:hover { text-decoration:underline; color:#ED5100; }


