html, body {
        margin: 0; 
        padding: 0;
        color: #003366;
}
  #side1 {
        width: 160px;                      
        margin-left: -180px;               
        float: left;
        position: relative;
        z-index: 10;
}
#side1 {
        margin-right: 2px;
}
#side2 {
        width: 200px;             /* right column width */
        margin-right: -200px;     /* negative right column width */
        float: left;
        position: relative;
        z-index: 11;
}

#wrapper {
        min-width: 400px;
        width: 100%;
}
.clear { 
        clear: both;
} 
#outer {
        border-left: 220px solid #FFFFff;  
        border-right: 220px solid #fcfafa; 
        background-color: #fafafa;         
}
#content {
        float: left;
        width: 100%;
        position: relative;
        z-index: 12;
}
.par {
        font-family:"Georgia";
        font-size:15px;
}
ul li {
   
        font-family: arial;
        font-size: 1.0em;
}
#footer {
		background-color: #F4F4F4;
		width: 100%;
		position: center;
		z-index: 13;
		border-top: 1px dotted #B1B1B1;
		margin-bottom:0;
}	