body {margin:0px; padding:0px; font: 1.0em Century Gothic;, arial, sans-serif; text-align:center;}
* {margin:0; padding:0;}
div#mainwrap {width:925px; margin-left:auto; margin-right:auto;  text-align:left;}
div#header {color:#033; width:925px; height:151px; background-color:#FFF;   background-image: url(bilder_css/EquiPerfomance_Logo11_5.gif); background-repeat:no-repeat; text-align:center; padding-top:6px; font-family: Century Gothic;}
div#header a {color: #033; text-decoration: none; font-family: Century Gothic;}
div#column1 p {color: #033; font-size:.8em; margin:1em 15px; font-family: Century Gothic;}
div#column2 p {font-size:.8em; margin:1em 30px; font-family: Century Gothic;}
div#column2 table {font-size:1em; text-decoration: none; color: #000; font-family: Century Gothic;}
div#contentarea {width:925px; background-color:#FFF; background-image:url(bilder_css/faux_columns.bmp); 
background-repeat: repeat-y;}
div#column1 {width:166px; float:left; font-family: Century Gothic;}
div#column1 ul {margin: 20px 0 0 15px; font-family: Century Gothic;}
div#column2 {width:550px; background-color:#FFF; float:left; font-family: Century Gothic;}
div#column3 {width:209px; float:left; font-family: Century Gothic;}
div#column3 table {font-size:.6em; margin: 5px 0px 0 10px; font-family: Century Gothic;}
div#column3 p {font-size:.8em; margin: 20px 10px 0 10px; font-family: Century Gothic;}
div#footer {width:925px; font-size:.8em; text-align:center; padding-top:6px; font-family: Century Gothic;}
.warning {font-weight:bold; color:red; font-family: Arial;}

#left_menu a {
	display: inline; padding-left: 5px; font-weight: normal; font-size: 70%; margin-bottom: 2px; border-left: #C9B37D 5px solid; color: #090; font-style: normal; font-family: Century Gothic; text-decoration: none
}
#left_menu a:hover {
	font-weight: normal; font-size: 70%; border-left: #033 5px solid; color: #033; font-style: normal; font-family: Century Gothic; text decoration: none }

/* här följer den briljanta "ingen-extra-kod"-metoden för friläggning (clearing) som 
uppfunnits av Tony Aslett - www.csscreator.com */
/* lägg helt enkelt till klassen clearfix till den behållare som måste omge flytande element */
/* läs mer om hur och varför detta fungerar på http://www.positioniseverything.net/easyclearing.html */ 
.clearfix:after {
    content: ".";              /* punkten placeras på sidan som sista objekt innan div-elementet avslutas */
	display: block;          /* inline-element reagerar inte på egenskapen clear */ 
    height: 0;                  /* ser till att punkten inte är synlig */
    clear: both;               /* får behållaren att frilägga punkten */
    visibility: hidden;	     /* försäkrar ytterligare att punkten inte är synlig */
}

.clearfix {display: inline-block;}   /* en fix för IE Mac */

/* härnäst en fix för den fruktade Guillotine-buggen i IE6 */
/* Gömmer för IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Slut på gömning för IE-mac */
/* slut på "ingen-extra-kod"-metoden för friläggning (clearing) */