html, div, span, *, ul, a, p, table{  
  margin: 0;
  padding: 0;
}	  	  	  

body{
  background-color: #000;
  text-align: center;
}

	/*TOP S*/
	div#header{ 
	  width: 880px;
	  margin: auto;
  	  background-image: url('../media/back.gif');
	  background-repeat: no-repeat;	 
        }
	table#top{
 	  height: 120px;
        }
        
		/*MENU S*/
		div#menu {
		  width: 100%;
		  border-top: 1px solid #eee;
		  border-bottom: 1px solid #eee;
		  background-color: #3b3b3d;
		  font-family: verdana;
		  color: #fff;
		  font-size: 8pt;
		  text-align: left;		  
		  text-align: center;
		  padding-bottom: 5px;
		}
		div#menuWrap {
		  margin: auto;
		  width:95%;
		}		
		ul#menu li{
		  margin: 0 5px 0 5px;
		  display: inline;	  
		}
		ul#menu {
		  margin-top: 9px;		  
		}
		li#space {
		  color: #666666;
		}
		a#menu {
		  color: #fff;
		  text-decoration: none;	
		  display: inline;
		  margin: 0;
		  padding: 0;
		}
		a#menu:hover {
		  color: #fff;
		  text-decoration: underline;	
		}  
		span#strike {
		  text-decoration: line-through;	
		}
		span#strike:hover{
		  color: #ff0000;
		}
		/*MENU F*/
        
	div#search_menu {
	  width: 100%;
	  border-bottom: 1px solid #ccc;
	  background-color: #6666cc;
	  background-image: url('../media/menu.png');
	  font-family: verdana;
	  color: #fff;
	  font-size: 8pt;
	  text-align: left;
	  padding-top:7px;
	  padding-bottom: 7px;
	  text-align: right;
        }
        input#search {
	  margin-right: 15px;
	  background-color: #fff;
	  border: none;
	  font-family: verdana;
        }
	embed{
          margin-top: 10px;
  	}
	/*TOP F*/

/***********************************************     MAIN CONTENT */

	div#main {
	  width:880px;
	  margin: auto;
	  background-color: #fff;
	  padding-top:5px;
	  text-align: left;
	  background-color:#fff;
	}
	div.ic {	  
	  width: 234px;	  
	  min-height: 300px;	
	  margin-left: 5px;
	  float: left;
	  background-image: url('../media/icon.png');
	  background-repeat: repeat-x;
	  font-size: 10pt;
	} 
	div.ic_end {
	  width: 150px;	  
	  text-align: center;	  
	  margin-left: 5px;
	  float: left;
	  background-color: #fff;
	  font-size: 10pt;
	  margin-bottom: 5px;
	}
	div#ic_h {
	  width: 100%;
	  height: 30px;	
	  background-repeat: no-repeat
	}
	#ic_h1,#ic_h2,#ic_h3,#ic_h4 {
	  padding: 5px 5px 0px 5px;
	  font-family:verdana;
	  border-top: 6px solid #bbbbff;
	  color: #000;
  	}
	a#me {
	  color: #000;
	  text-decoration: none; 
        }
	a#me:hover {
	  text-decoration: underline;
	  color: #000;
	}
	a#m {
	  color: #000;
	  text-decoration: none;
	  font-size: 10.5pt;
	}
	a#m:hover {
	  color: #000;
	}
	
	input.signin {
		padding: 0;
		margin: 0;
		margin-right: 10px;
	}
	
	
/****************************************************   MAIN END*/      
/****************************************************   FOOTER START*/  
  	div#footer{
	  width: 880px;
	  margin: auto;
	  height: 30px;
	  background-color: #3b3b3d;
	  margin-bottom: 20px;
    	}		

/****************************************************   FOOTER END*/  
/****************************************************   MISC START*/      
	img.ad1{
	  margin-bottom: 15px;
  	}
	img a{
	  border: none;
  	}
	img{
	border: none;
	text-align: center;
  	}
	input{
	  padding: 2px;	
	}
	.hand {
	  cursor:pointer
	}
	.strike {
	  text-decoration: line-through;
	}
/****************************************************   MAIN END*/      

