body{
 background-color:#FFFFFF;
 color:#0a0a0a;
 font-family:Arial, Helvetica, sans-serif; 
 font-size:11px;
 margin:0px;
 padding:0px;
 }

a 
{ 
  color:#0a0a0a; 
  font-family:Arial, Helvetica, sans-serif; 
  text-decoration:none;
}

a:hover 
{
  color:#ffffff;
  background-color:#e30000;
  text-decoration:none;
}	

input, textarea, select
{ 
    color:#000000;  
    font:11px Arial, Helvetica, sans-serif;  
    border-color:#d6d6d6;
  	border-width:1px;
    border-style:solid;
    text-decoration:none;
	padding:2px;
}


/* Layout */

#header{
 background-image:url(img/ndesign_01.jpg);
 width:647px;
 height:91px;
 }
  
#menu{
 background-image:url(img/ndesign_03.jpg);
 width:100%;
 overflow:visible;
 height:30px;
 }

#right{
 width:300px;
 margin-left:660px;
 }
 
#explode{
 width:620px;
 padding-left:20px;
 overflow:hidden;
 font-family:Verdana, san-serif;
 font-size:11px;
 float:left;
 }

#footer_all{
 top:100%;
 width:100%;
 left:0px;
 height:96px;
 }
 
#footer{
 background-image:url(img/ndesign_05.jpg);
 background-repeat:repeat-x;
 width:100%;
 height:15px;
 float:left;
 }
 
#footer_text{
 width:647px;
 height:81px;
 float:left;
 text-align:center;
 }