* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

body {
min-width: 760px;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 13px;
color: black; 
}

p {
padding: 7px 0 7px 0;
}

.clear { 
clear: both; 
}

#mainContainer {
min-height: 300px;
background: #fff;
}
* html #mainContainer {
height: 300px; 
}
#header {
display: none;
}
#navbar {
display: none;
}
#menu {
display: none;
}
.outer {
border-left: 10px solid #fff; 
border-right: 165px solid #fff; 
background: #fff;
}
.inner {
width: 100%; 
}
.float-wrap {
float: left;
width: 100%;
margin-left: -10px; 
}
#content {
float: right;
background: #f7f7f7;
margin-right: -10px;
width: 100%;

}
* html #content {
position: relative;
}
.contentWrap{
padding: 5px;
width: 100%;
}

#left {
float: left;
width: 10px;
min-height: 250px;
padding: 5px;
}
* html #left {
position: relative;  
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
#right {
float: right; 
width: 150px;
padding: 5px;
min-height: 250px;
margin-right: -165px; 
}
* html #right {
height: 250px;
position: relative;  
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
#footer-wrapper {
display: none;
}
#footer {
display: none;
}
li.no_indent{margin-left:0}
li {margin-left: 5px; padding-left: 5px; list-style-position:inside}