
/* 2 column left menu settings */
.leftmenu .colright {
	left:230px;
}
.leftmenu .col1wrap {
	right:230px;
}
.leftmenu .col1 {
	margin:0 0px 0 230px; /*215*/
}
.leftmenu .col2 {
	width:200px; 
	right:230px; /*185*/
}


/* fixed */
body {
   text-align:center;
}
#fixed {
   margin:0 auto;
   width:900px;   /* you can use px, em or % */
   text-align:left;
}

#header {
	background:transparent;
}
.leftmenu {
	background:transparent;
}
.leftmenu .colright {
	background:transparent;
}
#footer {
	background:transparent;
}
