/* patanjali.ch css */body {    /*background-color : #d1d1d1;*/    /*background-image : url('css/stone-dark30.jpg');*/    font-family : arial,helvetica,sans-serif,serif;    font-size : 12px;  }/* These first couple of lines in the style sheet specify the font family and size for the document. */#wrapper {    width:900px;    margin:0px auto;    border:1px solid #bbb;    padding:10px;  }/* Here, the page width has been specified as 900 pixels. This wrapper division also has padding of 10 pixels and a border of 1 pixel. The total of these values results in the actual width of the page being 922 pixels. */#header {    background-color : #e4e4e4; /*#bbcbf8;*/    border-bottom-color : #bbb;    border-bottom-style : solid;    border-bottom-width : 1px;    border-left-color : #bbb;    border-left-style : solid;    border-left-width : 1px;    border-right-color : #bbb;    border-right-style : solid;    border-right-width : 1px;    border-top-color : #bbb;    border-top-style : solid;    border-top-width : 1px;    font-family : sans-serif, serif;    font-size : 24px;    font-variant : normal;    font-weight : bold;    height : 80px;    padding-bottom : 10px;    padding-left : 10px;    padding-right : 10px;    padding-top : 10px;  }#content {    margin-top:10px;    padding-bottom:10px;  }#content div {    padding:10px;    border:1px solid #bbb;    float:left;  }#content-left {    background-color : #e4e4e4;    width : 157px;  }#content-main {    background-color : #e4e4e4;    margin-left : 10px;    width : 500px;  }#content-right {    background-color : #e4e4e4; /*#ffcccc;*/    margin-left : 10px;    width : 157px;  }#footer {    background-color : #a2a2a2; /*#9dabdf;*/    border-bottom-color : #bbb;    border-bottom-style : solid;    border-bottom-width : 1px;    border-left-color : #bbb;    border-left-style : solid;    border-left-width : 1px;    border-right-color : #bbb;    border-right-style : solid;    border-right-width : 1px;    border-top-color : #bbb;    border-top-style : solid;    border-top-width : 1px;    float : left;    margin-bottom : 1px;    margin-top : 10px;    padding-bottom : 1px;    padding-left : 10px;    padding-right : 10px;    padding-top : 1px;    width : 878px;  }#bottom {    background-color : #bbcbf8;    clear:both;    text-align:left;  }#par_title {    font-family : arial,helvetica,sans-serif,serif;    font-size : 14px;    font-weight : bold;    text-align : left;  }#div_par_title {    font-family : arial,helvetica,sans-serif,serif;    font-size : 14px;    font-weight : bold;    text-align : center;  }P.faq_q {    font-family : arial,helvetica,sans-serif,serif;    font-size : 14px;    font-style : italic;    font-weight : bold;    text-align : left;  }A:link {    color: blue;    text-decoration: none;  }A:visited {    color: blue;    text-decoration: none;  }A:active {    color: blue;    text-decoration: none;  }A:hover {    color: blue;    text-decoration: underline;  }