html, body {height:100%}
body {
padding:0;
margin:0;
background:#f0a02f url(../img/aboutme/omnie_left.jpg) no-repeat left top;
color: #000000;
}

#menu{
width:157px;
min-height:100%;
margin-left:232px;
background:#7C2B05;
background-image:url(../img/aboutme/omnie_menubg.jpg);
background-repeat:no-repeat;

margin-bottom:-52px;
color: #000000;
}

#left {
background-color:#EB8732;

position:relative;/*ie needs this to show float */
width:232px;/* same as the left margin on #outer*/
float:left;
margin-left:-231px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
left:-2px;/* push column into position*/
}
#left p {padding-left:2px;padding-right:2px}
#main p {padding-left:0px;padding-right:0px}

#main {
position:relative;/*ie needs this to show float */
width:387px;/* same as right margin on #outer*/
float:right;
margin-right:-385px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
left:2px;/* push olumn into position*/
background-color:#A43C05;
}

#title {
width:387px;
height:164px;
background-image:url(../img/aboutme/omnie-pl-title.jpg);
}

#content {
width:367pz;
padding:10px 10px 20px 10px;
background-color:#A43C05;
color:#EFC678;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}



#menu ul {
list-style:none;
list-style-image:none;
padding-left:10px;
list-style-type:none;
margin-left:0px;
}

#menu .list {
margin-top:164px;
margin-bottom:10px;
margin-left:0px;
list-style-image:none;
}
#menu .homepl {

margin-bottom:10px;

}
#menu .gongipl {

margin-bottom:10px;

}
#menu .omniepl {

margin-bottom:10px;
}
#menu .galeriapl {
margin-bottom:10px;

}
#menu .linkipl {

margin-bottom:10px;
}



#header{
background:#FF0000;
border-top:1px solid #000;
border-bottom:1px solid #000;
color: #000;
text-align:center;
position:relative;
margin:0 -131px;
padding-top:56px;
min-height:0;/* ie 7 haslayout fix */

}

#footer {
width:776px;
clear:both;
height:54px;

background:#FF8080 url(../img/home/footer.jpg) top left no-repeat;
color: #000000;
text-align:left;
position:relative;
}
* html #footer {/*only ie gets this style*/
\height:56px;/* for ie5 */
he\ight:54px;/* for ie6 */
}

 #clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

/* mac hide \*/
* html #header{height:56px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/

* html #menu{height:100%;} /* IE6 and under treat height as min-height anyway*/