body {
	background: black url(too_cool_sash.png) no-repeat right bottom fixed;
	color: gray;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.heading {
	color: gray;
}

#header {
	font-size: 24pt;
	text-align: right;
}

#header a {
	color: gray;
	text-decoration: none;
}

#header a:hover {
	color: #a8a8a8;
}

#header #mozillas {
	float: left;
}

#header #mozillas img {
	border: none;
}

#header #mozillas span {
	font-size: 12pt;
}

#header #mozillas span#ffcount {
	color: #E65806; 
}

#menu {
	width: 150px;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	float: left;
	padding-bottom: 5px;
}

#menu-header {
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid white;	
	border-left: 1px solid white;	
	margin-left: 55px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16pt;
}

#menu-serif {
	float: left;
	clear: both;
	border-left: 1px solid white;
	height: 35px;
	margin-left: 75px;
}

.menu-item {
	margin-left: 5px;
	padding-bottom: 2px;
}

.menu-item a {
	text-decoration: none;
	color: gray;
}

.menu-item a:hover {
	color: #a8a8a8;

}

#content {
	height: 450px;
	border-top: 1px white solid;
	border-left: none;
	border-right: 1px white solid;
	padding-right: 10px;
	overflow: auto;
}

#content a {
	color: gray;
	text-decoration: none;
}

#content a:hover {
	color: white;
}

#footer {
	font-size: 8pt;
	font-style: italic;
	border-top: 1px solid white;
}

#footer a {
	color: gray;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

#footer #w3c {
	float: left;
	padding-top: 10px;
}

#footer #w3c .general {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

#footer #w3c .general a {
	text-decoration: none;
    position: relative;
    top: 1px;
}

#footer #w3c .w3c {
	float: left;
	border-right: 1px black solid;
	width: 35px;
	color: #0c479d;
	background: white;
}

#footer #w3c .w3c a {
	color: #0c479d;
}

#footer #w3c div:hover .w3c {
	background: gray;
}

#footer #w3c .spec {
	width: 90px;
	color: black;
	background: #ffcc66;
	margin-bottom: 2px;
}

#footer #w3c .spec a {
	color: black;
}

#footer #w3c div:hover .spec a {
	color: #b42828;
}


#footer #copyrights {
	font-size: 12px;
	float: right;
	text-align: right;
	border-left: 1px white solid;
	padding-left: 10px;
	padding-top: 10px;
}

#footer #copyrights a {
	color: gray;
	text-decoration: none;
}

#footer #copyrights a:hover {
	color: white;
}

#hubble-fox {
	width: 200px;
	height: 109px;
}

