#foxmenucontainer{
	height:10px;
	background:url(images/menu.jpg) repeat-x;
	display:block;
	padding:0px 0 0px 0px;
	border-top:1px solid #474747;
	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight:normal;

	}


#top {
	height:30px;
	margin:auto;
	background:#393f42; // url(images/top.png) top repeat-x;
	width:1000px;
	
	
	}

.blogname {
	width:800px;
	font-family:Century gothic,Verdana,Tahoma,sans-serif;	
	margin:5px 0 0 0px;
    	float:left;
	background-repeat:no-repeat;

	}
	
.blogname h1  {
	font-size:38px;
	padding:0 0 5px 0;
	font-weight:normal;
	color:#cacccd;
	text-align:left;
	margin:0px 0 0 25px;
	
	
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #cacccd; 
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #eee; 
	}
	
.blogname h2 {
	margin:0px 0px 0px 20px;
	font-size:18px;
	font-weight:bold;
	color:#949fa5;
	text-align:left;
	}
	
	
