
body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0 20px 20px 20px;
	}
#site {
	border: 2px solid #060;
	margin-left: auto;
	margin-right: auto;
	}
#tab-table {
	width: 99%;
	}
#tab-table td {
	background-image: url(images/home-tabs.gif);
	height: 25px;
	vertical-align: top;
	text-align: left;
	}
#home #tab-table td {
	background-image: url(images/home-tabs.gif);
	}
#about #tab-table td {
	background-image: url(images/about-tabs.gif);
	}
#links #tab-table td {
	background-image: url(images/links-tabs.gif);
	}
#faqs #tab-table td {
	background-image: url(images/faqs-tabs.gif);
	}
#hardware #tab-table td {
	background-image: url(images/hardware-tabs.gif);
	}
#moreinfo #tab-table td {
	background-image: url(images/moreinfo-tabs.gif);
	}
#contact #tab-table td {
	background-image: url(images/contact-tabs.gif);
	}
#content {
	padding: 20px;
}
#wide-content {
	padding: 20px;
	font-size: 12px;
	width: 70%;	
}
#side-content {
	border-left: 1px solid #666;
	padding: 20px;
	font-size: 12px;
}
h2 {
	font-size: 14px;
}
.intermenu {
	list-style: none;
	}
.intermenu li {
	line-height: 2em;
	}
.intermenu a:link, .intermenu a:visited {
	font-weight: bold;
	text-decoration: none;
	}
.intermenu a:hover {
	font-weight: bold;
	text-decoration: underline;
	}
#bottnav {
	text-align: center;
	padding-top: 40px;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 110px;
}