#header {
	position: relative;
	width: 994px;
	height: 94px;
	margin: 0 auto;
	background: transparent url('images/wbc-header.gif') no-repeat;
}

	#header h1 {
		width: 300px;
		height: 94px;
		float: left;
		margin: 0;
		padding: 0;
	}

		#header h1 a {
			display: block;
			width: 300px;
			height: 94px;
			text-indent: -99999px;
		}

	#header .description {
		width: 310px;
		padding-top: 55px;
		float: right;
		font-size: 1.6em;
		color: #b5b4b5;
	}

#header-divider {
	border-top: 1px solid #b5b5b4;
	border-bottom: 1px solid #b5b5b4;
	background: #fff url('images/wbc-subheader-bg.gif') repeat-x;
}

#subheader {
	position: relative;
	clear:both;
	width: 994px;
	height: 152px;
	margin: 3px auto;
	background: transparent url('images/wbc-subheader.gif') no-repeat;
}

	#hmenu {
		float: left;
		width: 276px;
		padding: 28px 0 0 75px;
	}

		#hmenu ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#hmenu ul li {
			width: 250px;
			margin-bottom: 2px;
		}

		#hmenu ul a,
		#hmenu ul a:visited {
			display: block;
			width: 220px;
			color: #fff;
			padding: 2px 5px 2px 20px;
			background: transparent url('images/main-menu-bullet.gif') 2px 2px no-repeat;
			border: 1px solid transparent;
			font-size: 1.2em;
		}

		#hmenu .current_page_item a,
		#hmenu .current_page_item a:visited,
		#hmenu ul a:hover {
			background-color: #818285;
			border: 1px solid #de9498;
			background-image: url('images/main-menu-bullet-active.gif');
		}

		#hmenu .page-item-31 {
			display: none;
		}

	#hsplash {
		width: 533px;
		margin-right: 100px;
		float: right;
	}
	
		#hsplash #top-header {
			width: 533px;
			height: 152px;
			background: transparent url('images/wbc-subhead-image.jpg') no-repeat;
		}

		.contact-us #top-header {
			background: transparent url('images/wbc-subhead-contact.jpg') no-repeat !important;
		}

#wrapper {
	position: relative;
	clear:both;
	width: 994px;
	margin: 3px auto;
	background: transparent url('images/wbc-content.gif') repeat-y;
}

	#content-height {
		width: 15px;
		height: 250px;
		float: right;
	}

	#content {
		width: 600px;
		float: right;
		padding: 20px 0 30px 0;
	}

		.post h2 {
			color: #b5121b;
			font-size: 1.2em;
			margin: 0;
			padding: 0;
		}

		.post p {
			margin-top: 0;
		}

		.index-template .postmetadata {
			display: none;
		}

		.single-template #content p {
			font-size: 1.3em;
		}

		#comment {
			width: 400px;
			height: 6em;
		}

	#sidebar {
		float: left;
		width: 259px;
		padding: 20px 20px 0 75px;
	}

		h3.section-title {
			font-size: 1.2em;
			margin: 0 0 10px 0;
			padding: 0;
		}

		#sidebar .blog-list h3 {
			font-size: 1.2em;
			margin: 0 0 15px 0;
			padding: 0;
		}

		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#sidebar ul li {
			margin-bottom: 5px;
		}

		body.home #sidebar ul li {
			margin-bottom: 10px;
		}

		#sidebar ul li span {
			padding-left: 15px;
		}

		#sidebar ul li a,
		#sidebar ul li a:visited {
			display: block;
			width: 220px;
			color: #b5121b;
			padding: 2px 5px 2px 15px;
			background: transparent url('images/sidebar-bullet.gif') 2px 5px no-repeat;
			border: 1px solid transparent;
		}

		#sidebar .current_page_item a,
		#sidebar .current_page_item a:visited,
		#sidebar ul li a:hover {
			background-color: #d1d1d1;
			border: 1px solid #b5121b;
			background-image: url('images/sidebar-bullet-active.gif');
		}

	#post-footer {
		clear: both;
	}

#footer-divider {
	border-top: 1px solid #b5b5b4;
}

#footer {
	position: relative;
	clear:both;
	width: 994px;
	margin: 3px auto;
}

	#footer .copyright {
		padding-left: 80px;
		width: 295px;
		float: left;
		color: #818285;
	}

	#footer .sponsor {
		width: 300px;
		float: left;
	}

		#footer .sponsor a {
			display: block;
			width: 103px;
			height: 60px;
			background: transparent url('images/microsoft-certified-partner.gif') no-repeat;
			text-indent: -99999px;
		}

	#footer .contact {
		width: 275px;
		float: left;
		font-size: 1.2em;
		color: #818285;
	}

		#footer .contact .email a,
		#footer .contact .email a:visited {
			color: #818285;
		}

		#footer .contact .email a:hover {
			color: #b5121b;
		}

		#footer .contact .phone,
		#footer .contact .fax {
		}

		#footer .contact .phone .marker,
		#footer .contact .fax .marker {
			color: #b5121b;
		}

		#footer .contact .address {
			margin-top: 20px;
		}