/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

#outer{min-height:100%;height:auto;background:#ffffcc}
* html #outer{height:100%;}/* ie6 and under*/


body{
   background: #FFFFFF url('../images/mainBG.png') ;
background-repeat: repeat-x;
   margin: 0px;
   font-family: sans;
   height:100%;
}


#wrapper{
   width:750px;
   height:100%;
 
   background: #ededed;
   margin: 0 auto;
}
#content{
 
   border-left:#000000 solid 1px;
   border-right:#000000 solid 1px;
   background: #ededed;
}
#footer{
   background: #000 ;
   height: 15px;
   color: #FFF;
}
#header{
   width:100%;
   background: #000 url(../images/header.png);
   height:150px;
   color:#fff;
   }


iframe{
  display:none;
  height:0px;
}

#menu{
   width:100%;
   height:15px;
   background: #424242;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */
.menu {padding:0 0 0 0px; margin:0; list-style:none; height:35px; background:#fff url(../images/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu li {float:left;padding: 0 15px 015px; }
.menu li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:13px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu li.current a {color:#fff; background:url(../images/button3.gif);}
.menu li.current a b {background:url(../images/button3.gif) no-repeat right top;}
.menu li a:hover {color:#fff; background:#000 url(../images/button4.gif);}
.menu li a:hover b {background:url(../images/button4.gif) no-repeat right top;}
.menu li.current a:hover {color:#fff; background:#000 url(../images/button3.gif); cursor:default;}
.menu li.current a:hover b {background:url(../images/button3.gif) no-repeat right top;}

.discription{   font-size:14px;text-align:justify;width:95%}

.imgleft{ float: left; margin: 0 10px 10px 0; /* t r b l */}
.imgright{ float: right; margin: 0 0px 10px 10px; /* t r b l */}
