
body, html {
		margin:0;
		padding:0;
		background:#fff;
		color:#000;
		font: 10px verdana;
	}
	
	body {
		min-width:700px;
	}

#wrapper {
        text-align: left;
        margin: 0 auto;
        padding: 0;
        border:0;
        width: 700px;
        background: url(images/bg.gif) repeat-y 0 10px;
}
#header { color: white; 
background-color: black; 
margin-top: 0px; 
background-image: url(images/menu_bg.gif); 
background-attachment: scroll; 
background-position: 0 0; }

#menu {border-top: gray solid 2px;
	   border-bottom: gray solid 2px;
	   background-color:black;
	   color: white;
	   height: 22px;
	   
	  }
	  
	  #menu a {color: gray;
	  text-decoration: none;}
	   
	   	#menu ul{ 
	   	word-spacing: 6px; 
	   	margin-top:4px; 
	   	margin-left:4px; 
	   	padding:0;
	   	margin-bottom:4px;  
	   	list-style:none;

	}
	#menu li{
		display:inline;
		margin:0;
		padding:0;
	}
	   
	   
#side-a {
        float: left;
        width: 150px;
        padding: 10px;
        voice-family: "\"}\""; 
 		voice-family:inherit;
  		width: 130px;
 
}
html>body #side-a {
	width: 130px;
}

#side-a img {margin-right: 6px;}


/*#meat {
	background: url(../images/design/white_shadow.jpg) repeat-x top;
	float: left;
	padding: 20px 30px;
	width: 560px;
	voice-family: "\"}\""; 
  voice-family:inherit;
  width: 500px;
}
html>body #meat {
	width: 500px;
}

*/














#side-b {
        float: right;
        width: 150px;
        padding: 10px;
        voice-family: "\"}\""; 
 		voice-family:inherit;
  		width: 130px;}
html>body #side-b {
	width: 130px;

}

.yellow {color: yellow;
		 font-family: Verdana;
		 font-size: 12px;
		 text-align: left;
		 font-weight: bold;}

/*#side-b p {padding: 10px;} */

 #google
    {width: 125px;
    height: auto;
  /*  background-color: white;*/
    color: gray;
    padding: 5;
    margin:0px;
    padding: 0px;
    background-color: #cccccc;
    padding: 3px;} 
    
    #google input {width: 80px;}
    
    .googlesearch  {font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    				color: #336600;
    				 }
       

#content { 
        text-align: justify;
        float: left;
        width: 400px;
        background-color: #d2d3d5;
        padding: 10px;
		voice-family: "\"}\""; 
 		voice-family:inherit;
  		width: 380px;
  		
 
}
html>body #content {
	width: 380px;

}




#footer {
        clear: both;
        background: #000000;
        color: #FFFFFF;
        height: 20px;
}
