body {
		background: #fff url('../backgrounds/rotate.php') no-repeat center left;
}

.container 		{
	border-top:3px solid #000;
	  }
/*
a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/
#header {
	background: url('../images/spyblog.gif')  no-repeat;
	height: 89px;
}

#header h1		 { display: none;  }
#header .description { display: none; }
/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/
#nav, #subnav	{ background: #000; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #000; color: #d72027;}

#nav li a,
#subnav li a 	{ color: #FFF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #d72027; 
	
h2 {
	color:#000000;
}
h2 a {
	color:#000000;
}
p img {
	float:left;
}
.entry p{
margin: 1.5em 1.5em 1.5em 0;
}