html, body {width: 100%; height: 100%}

body 
{
 margin: 0; 
 padding: 0;
 color: #000;
 background-color: #E6E2DD;
 font-family: Arial, Verdana, sans-serif;
 text-align: center;
}

#head
{
 position: relative;
 display: block;
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 1%;
 border: solid #000;
 border-width: 2px 2px 0 2px;
 background-color: #FFF;
}

#content
{
 position: relative;
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 20px;
 border: solid #000;
 border-width: 0 2px 2px 2px;
 background-color: #FFF;
 background-image: url('images/yantra_back.jpg');
 background-repeat: repeat-y;
 background-position: 726px 0;
}

#contentInner1
{
 position: relative;
 width: 100%;
 text-align: left;
 background-image: url('images/yantra.jpg');
 background-repeat: no-repeat;
 background-position: 550px 0;
 padding-top: 20px;
}

#inner1
{
 position: relative;
 width: 500px;
 padding: 0 20px 00px 20px;
 margin: 0;
}

#inner2
{
 position: relative;
 width: 650px;
 padding: 0 20px 20px 20px;
 margin: 0;
}

#footer
{
 margin-left: auto;
 margin-right: auto;
 position: relative;
 width: 900px;
 height: 279px;
 text-align: left;
 //border: solid #000;
 //border-width: 0 2px 2px 2px;
 padding-top: 0;
 background-image: url('images/menu_back.gif');
}

.article
{
 font-size: 14px;
 text-indent: 20px;
}

.text
{
 font-size: 14px;
}

ul
{
 font-size: 14px;
}

ol
{
 font-size: 14px;
}


a
{color: #6B5F2E; font-weight: bold;}
a:hover
{color: #6B5F2E; font-weight: bold;}
a:visited
{color: #6B5F2E; font-weight: bold;}

.menu_href
{font-family: Verdana; font-size: 16px; color: #222; font-weight: normal; text-decoration: none;}
.menu_href:hover
{font-family: Verdana; font-size: 16px; color: #222; font-weight: normal; text-decoration: none;}
.menu_href:visited
{font-family: Verdana; font-size: 16px; color: #222; font-weight: normal; text-decoration: none;}

.docs
{color: #0E5FA5; font-weight: bold; line-height: 25px;}
.docs:hover
{color: #1A84E1; font-weight: bold; line-height: 25px;}
.docs:visited
{color: #0E5FA5; font-weight: bold; line-height: 25px;}


h1
{font-size: 16px; font-weight: bold; margin-left: 20px;}

h2
{font-size: 14px; font-weight: bold; text-align: center; margin-top: 30px;}
