#access {
	background:#fff;
	border:none;
	float:none;
	height:41px;
	margin:0;
	overflow:visible;
	padding:0;
	position:static; }
 
#branding { padding:20px 0; }
 
#header {
	/*background:#000;*/
	background: red url(../images/bg-header.png) repeat scroll 0 0;
	border:none;
	margin:0 auto;
	padding-bottom:0;
	width:960px;
	z-index:99; }
 
#blog-title {
	border:medium none;
	padding:10px 0 0 20px;
	color:#000; }
	
#blog-title a { color:#000; }


 
#blog-description {
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	margin-left:20px;
	margin-top:-13px;
	padding:0;
	text-transform:uppercase; }
	
	
	
	
/*EDITS*/

#header {position: relative;}

#blog-description {
position: absolute;
right: 0;
top: 55px;
width: 250px;
}

	
