#header{
                background-image: url(http://blogs.technet.com/photos/migreene/images/3055417/original.aspx);
                background-repeat: no-repeat;
}
#header h1 {
	margin-left: 45px;
	font-size: 14pt;
                padding-top: 20px;
                padding-bottom: 15px;
	letter-spacing: 1.5px;
                line-height: 140%;
                text-shadow: 2px 2px 2px #000;
}
#header {
	text-align: left;
	text-transform: none;
}
h1 a:visited, h1 a:active, h1 a:link {
	color: #FFF;
}
/* Navigation Bar */
#nav {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 0;
}
#nav ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 10;
	text-decoration: none;
	margin-top: 0;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 0;
}
#subscriptions {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	float: right;
	width: 50%;
	text-align: right;
}
#subscriptions ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#subscriptions ul li {
	display: inline;
}
#subscriptions ul li a {
	padding: 0 10 0 0;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
a:visited, a:active, a:link {
	color: #333;
}
#masthead {
	padding: 0px;
                padding-bottom: 5px;
	border-bottom: 0px;
	background: #FFF;
                height: 4px;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #333;
}
#sidebar-a {
	border-left: none;
}