/*       Body area  */
body{
     padding:0;
     margin:0;
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:11px;
     color:#666666;
	 background:url(images/bg.jpg) repeat-x top;
    
     }

/*       Heading area  */
h1,h2,h3,h4,h5{ 
                color:#333333; 
				font-family:Geneva, Arial, Helvetica, sans-serif; 
				font-weight:normal; 
				text-transform:capitalize; 
				margin-left:12px;}
	
				
h1{font-size:24px;}
h2{font-size:18px}
h3{font-size:17px}
h4{font-size:16px}
h5{font-size:16px}

/*       Div area  */

#wrapper{
          width:100%; 
		  margin:0; 
		  height:auto; 
		  padding:0
		  }
		  

#header{ 
         height:200px;
		 width:100%; 
		 
		 padding:0; 
		 background:url(images/header.jpg) no-repeat
		 
		}
		
img{ border:none}

.nav{ 
	  width:300px;
	  margin:20px 0 0 0;
      padding:0;
	float:right;

	
    }
	
	
.nav ul{ 
         list-style:none;margin:0;
         padding:0;
		 border:1px #D1D1D1 dashed; 
		 background:#F4F4F4
		 }
		 
.nav ul li{list-style:none; 
           padding:10px 5px 10px 15px; 
           margin-right:2px;
           border-bottom:1px #D1D1D1 dashed;  
          }
		  
.nav ul li a{color:#999999; 
             text-decoration:none;
			 font-weight:bold;
			 display:block;
			 border-left:4px #999999 solid;
			 padding-left:8px;
			}
			
.nav ul li a:hover{color:#000000; border-left:4px #000000 solid;}

#content{
         width:995px;  
         height:auto;
		 background:url(images/content_bg.jpg) repeat-y ;
		 float:left;
		 margin-right:44px
		}

.right{width:580px; float:left; margin-left:64px }
.right li{list-style:square; margin-bottom:11px}
.footer_main{ clear:both; background:#A5A6A9 url(images/footer_main.jpg) repeat-x; height:90px; width:100%}

.footer{height:42px;
         width:955px;
        background:url(images/footer.jpg) no-repeat;
		padding:40px 0 0 0;
		text-align:center; 
		
		}
		.right a:hover{text-decoration:none; font-weight:bold}
  
.footer a{color:#999999; font-weight:bold}

.footer a:hover{ text-decoration:none;color:#333333}

form{
     
	 background:#DDDDDD; 
	 border:#A4A4A4 1px solid;
	 }
	 
.comments{
           width:500px; 
		   height:auto; 
		   padding:12px; 
		   background:#E2E2E2; 
		   border-left:#C03005 4px solid; 
		   border-right:#C03005 4px solid;
		   color:#000000; 
		   margin:5px; 0 5px;0
		   }