body {
	color: #222222;
	background: #e9eff5;
	font-size:13px; font-family: verdana, arial, tahoma, helvetica, sans-serif;
	margin-bottom: 10px
}
a {
	color: #565656;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0px none;
}

	#header .pages {
		list-style-type: none;
		height: 42px;
		padding-top: 7px;
	}
		#header .pages li {
			float: left;
			font-weight: bold;
			font-size: 0.9em;
		}
		#header .pages li a {
			display: block;
			border-left:1px solid #F0F0F0; border-right:1px solid #F0F0F0; border-top:0px solid #F0F0F0; border-bottom:0px solid #F0F0F0; 
			text-decoration: none;
			color: #333333;
			display: block;
			padding-left:12px; padding-right:12px; padding-top:10px; padding-bottom:10px
		}
		#header .pages li a:hover {
			border-color: #ffffff;
		}
	#header .logo {
		float: left;
		clear: both;
		height: 65px;
	}
		#header .logo h1 {
			text-transform: none;
			font-size: 2.5em;
			padding-top: 3px;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			font-weight: bold;
			color: #888888;
		}
	#header .ad {
		float: right;
	}
	#header .categories {
		list-style-type: none;
		clear: both;
		height: 37px;
		margin-left: -15px;
	}
		#header .categories li {
			float: left;
		}
		#header .categories li a {
			display: block;
			padding: 11px 15px 12px;
			text-decoration: none;
		}
		#header .categories li a:hover {
			font-weight: bold;
			color: #4A79A5;
		}
