

* {
	margin: 0;
	padding: 0;	
}

a {
	color: #b10000;
}

h1 {
	font-size: 200%;
	margin: 0 0 13px 0;
	color: #b10000;
}

p {
	margin: 13px 0;	
}

table th, table td {
	padding: 3px;	
}


body {
	background: #838383;
	padding: 26px;
	font-family: Arial, "Arial Narrow", Verdana, sans-serif;
	font-size: 90%;
	color: #fff;
	border-top: 2em solid #b10000;
}

#header {
	float: left;
}

#header h2 a {
	display: block;
	margin: 13px 13px 13px 0;
	width: 272px;
	height: 81px;
	background: url(header.gif) no-repeat top left;
	text-indent: -9999px;
	padding-right: 13px;
	border-right: 1px solid #b10000;
}
* html #header h2 a {
	margin-top: 0;
}

#subheader {
	height: 81px;
	overflow: hidden;
	margin: 13px 0 0 0;
	background: url(diagonalips.gif) top right;
	position: relative;
}

#subheader h4 {
	background: url(donkeyspeaks.gif) no-repeat bottom right;
	height: 81px;
	text-indent: -9999px;
}

#skiplink {
	display: none;	
}

#menubar {
	clear: both;
	background: #939393;
	border-top: 1px solid #b10000;
	border-bottom: 1px solid #b10000;
	margin: 13px 0;
	padding: 7px 7px;
	font-weight: bold;
}
#menubar a {
	text-decoration: none;
	text-transform: capitalize;
}
#menubar ul {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 0 4px 160px;
	background: url(sh_network.gif) no-repeat;
}
#menubar ul li {
	display: inline;
	padding-right: 50px;	
}
#menubar ul li a {
	color: #fff;	
}
#menubar ul li ul {
	display: none;	
}

h3#sidebar_search_header {
	display: none;	
}

#sidebar_search {
	position: absolute;
	top: 42px; right: 115px;
	margin-top: 2em;
}
* html #sidebar_search {
	top: 32px; right: 110px;
}
#sidebar_search input.login {
	display: block;
	border: 1px solid #b10000;
	background: #939393;
	height: 17px;
	padding: 3px;
}
#sidebar_search input.submit {
	display: block;
	border: none;
	background: #b10000;
	color: #fff;
	font-family: "Arial Narrow";
	font-weight: bold;
	margin: 4px 0 0 70px;
	padding: 0;
}

#sidebar {
	float: left;
	width: 153px;
	border-right: 1px solid #b10000;
	padding: 0 13px 0 0;
}

#sidebar ul {
	list-style-type: none;
	margin-bottom: 29px;
}
#sidebar ul li {
	text-align: right;
	font-size: 175%;
	font-weight: bold;	
}
#sidebar ul li a {
	text-decoration: none;	
}
}
#sidebar ul li a:hover {
	text-decoration: underline;	
}

#sidebar #bower_quote {
	margin: 0 0 29px 0;	
}
#sidebar #bower_quote blockquote {
	font-size: 125%;
}
#sidebar #bower_quote p {
	text-align: right;
}

#sidebar #dl_counter {
	margin: 0 0 29px 7px;	
}
#sidebar #dl_counter img {
	padding: 2px;	
}

#main {
	margin: 3px 0 0 180px;
	line-height: 1.3em;
}

#main th {
	color: #b10000;
	text-align: right;
}

#footer {
	clear: both;
	background: #939393;
	border-top: 1px solid #b10000;
	text-align: right;
	margin: 29px 0 13px 0;
	padding: 7px;
}
