body {	background-color:#bbb;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	font-size: 100%;
	color:#333;
}
a:link {
	color:#cc4b1c;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color:#cc4b1c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#8c1200;
	text-decoration: underline;
}
a.ext {
        background: url(images/external.jpg) right center no-repeat;
        padding-right: 16px;
}
#footer a.ext {
	background: none;
	padding-right: 0;
}

h2 {	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 1px;
} 
h2 + h3 {
	margin-top: 0.2em;
}
h3, h4 {
	font-family: Garamond, "Palatino Linotype", Times, serif;
	font-weight: bold;
	margin-bottom: 0;
}
h3 {	font-size: 1.3em;
	letter-spacing: 1px;
}
h4 {	font-size: 1.2em;
}
h3 + h4 {
	margin-top: 0;
}
#news h3 a:link,
#news h3 a:visited {
	text-decoration: none;
} 


p {	text-align: left;
	line-height: 140%;}
p.up {	text-align: right;}
p.up a:link,
p.up a:visited,
p.up a:hover {
	text-decoration: none;
}
p.date {
	font-size: 90%;
	margin: 0;
}
p.date + h3 {
	margin-top: 0;
	font-size: medium;
}
pre, code, tt {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 14px;
}
tt {	color: black;}

img {	border: 0;
}

sup {	font-size: xx-small;
}

ul.nav {list-style-type: none;
}
ul li.sp {
	margin-bottom: 0.8em;
}
ul li ul {
	list-style-type: disc;
}
h2 + ul, h3 + ul, h4 + ul, p + ul,
h2 + ol, h3 + ol, h4 + ol, p + ol {
	margin-top: 0.1em;
}
dl {
	margin-top: 0.2em;
}
dl dt {
	font-weight: bold;
	font-size: 110%;
}
dl dd {
	margin-left: 1em;
	margin-bottom: 0.4em;
}

table {
	margin: 1em 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #333;}
table tr th,td {
	padding-left: 2px;
	padding-right: 2px;
	border-collapse: collapse;
	border-right: 1px dotted #999;}
table tr th {
	border-bottom: 1px solid #333;
	background-color:#bbb;
        font-weight: bold;
	text-align: center;}
table tr td {
	background-color: white;}
table tr td.nb {
	white-space: nowrap;}
table tr.diff td {
	background-color: #eee;}

#top {	width: 650px;
	height: 80px;
	border: 1px solid #999;
	position: relative;
	padding: 1em;
	margin: auto;
	background-color: white;
}
#top img {
	float: left;
	width: 400px;
	border: 0;
}

#text {
	color: #333;
	background-color:#ffffff;
	width: 650px;
	margin: 1em auto;
	border: 1px solid #999;
	padding: 0 1em;
	font-size: 0.8em;
}
#text p {
	margin-top: 0;
	line-height: 1.4em;
}
#menu {
	width: 300px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 1em;
	top: 80px;
}
#menu p {
	display: none;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#menu ul li a {
	padding: 2px;
	margin: 0;
	color: #cc4b1c;
	border-right: 1px solid #ccc;
	display: block;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li.here a {
	background-color: #ddd;
	color: #555;
}
#menu #index a,
#menu #about a {
	width: 40px;
}
#menu #about a {
	border-right: 0;
}
#menu #hardware a,
#menu #software a {
	width: 63px;
}
#menu #computers a {
	width: 70px;
}
#menu ul li a:hover {
	background-color: #ddd;
	color: #555;
	text-decoration: none;
}
#footer {
	font-size: 0.8em;
	background-color: white;
	margin: 1em;
	padding: 0 1em;
	border-top: 1px dashed #aaa;
}
#footer p {
	margin: 1em;
	margin-top: 0.8em;
	letter-spacing: 1px;
}
#footer img {
	float: right;
	padding: 0;
	margin: 0;
}
#mirror {
	width: 650px;
	height: 25px;
	border: 1px solid #999;
	position: relative;
	padding: 1em;
	margin: auto auto 1em auto;
	background-color: white;	
	color: #333;
	font-size: 0.7em;
}