/* Powered by Anom | Ally Noormohamed */
/* File name: anom.css */
/* Last update on Nov 7, 06 */

/* HTML SELECTORS */
body
{
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			font-family: "Trebuchet MS" "Arial" "Helvetica";
			font-size: 10pt;
			color: #ff5c01;
			background-color: #000000;
}

td
{
			font-family: "Verdana" "Arial" "Helvetica";
			font-weight: bold ;
			letter-spacing: ;
			font-size: 10pt;
			color: #ff5c00
			
			font-weight: normal;
}

h1
{
			font-family: "Verdana" "Arial" "Helvetica";
			font-size: 14pt;
			color: #ff5c01;
			font-weight: normal;
}

		
h2
{
			font-family: "Verdana" "Arial" "Helvetica";
			font-size: 13pt;
			color: #ff5c01;
			font-weight: normal;
}

a:link, a:visited
{
			font-family: "Trebuchet MS" "Arial" "Helvetica";
			font-size: 10pt;
			color: #fc7d13;
			
}	

a:hover
{
			font-family: "Trebuchet MS" "Arial" "Helvetica";
			font-size: 10pt;
			color: #fc7d13;
			text-decoration: none;
}

/* CLASSES */	
.spot_light
{
			background-color: #F2F5EB;
}

input.btn 
{
			width: 100px;
    		color: #174C68;
    		font-family: "Trebuchet MS" "Arial" "Helvetica";
    		font-size: 10pt;
    		font-weight: bold;
    		background-color: #F2F5EB;
    		border: 1px solid #003300;
			text-transform: uppercase;
}

.search
{
			padding: 22px 0 0 174px;
}

/* ID'S */	

	
/* BIG container, all content - WHITE */	
#container
{
			margin: auto;
			width: 1000px;
			border: 1px solid #fc7d13;	
			background-color: #000000;
}
		

/*BANNER*/			
#gears_image  
{
			height: 276px;
			
			
			background-repeat: no-repeat;
			border: 1px solid #fc7d13;
}
		
#nav
{
			height: 40px;
			background-color: #000000;
			background-image: url("http://www.spittin-knowledge.com/images/lyricbanner.jpg");
			background-repeat: no-repeat;
			border: 1px solid #fc7d13;	
			
}




		

/*BLOG*/			
#content
{
			
			width: 1000px;
			
			background-image: url("http://www.spittin-knowledge.com/images/contentBG.jpg");
			border: 1px solid #fc7d13;
			// top - right - bottom - left

}



#content h1 
{ 
			margin-top: 0; 
}
		
#content h2 
{ 
			margin-top: 0; 
}
		
#footer
{
			clear: both;
			height: 45px;
			background-color: #000000;
			background-image: url("");
			background-repeat: no-repeat;	
			border: 1px solid #fc7d13;		
}

#master
{
			
			
			background-image: url("http://www.spittin-knowledge.com/images/master.jpg");
			

}
