h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
a {
	color: #282923;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.ad {
	background-color: #FFF9F2;
	border: 1px solid #eee3d2;
	padding: 10px;
}
.ad h2 {
	color: #FE9302;
	margin: 0px;
	font-size: 1.1em;
	margin-bottom: 12px;
}

#hd {
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #282923;
	color: #DDDDDD;
	text-align: left;
}
#hd div {
	margin-left: 10px;
}
#hd a {
	color: #DDDDDD;
}
#menu h2, #related-menu h2 { margin-top: 0px; }
#menu {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 10px;
}
#related-menu {
	background-color: #eef;
	border: 1px solid #dde;
	margin-top: 20px;
	padding: 10px;
}
#menu li a, #related-menu li a {
	display: block;
	padding: 3px;
	padding-left: 15px;
	background: url("/images/cat.gif") no-repeat left center;
}

#ft {
	margin-top: 50px;
	text-align: right;
	color: gray;
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	margin-top: 10px;
}
#content a {
	color: #1462C1;
	text-decoration: underline;
}
#content p {
	padding: 10px;
	color: #333;
}
.#content small {
	display: block;
	margin-left: 10px;
	color: gray;
}
#content h2 {
	font-weight: bold;
	padding: 10px;
	color: gray;
}
#content h3 {
	font-weight: bold;
	margin-left: 10px;
}
#content h3 a {
	color: #1462C1;
	text-decoration: underline;
}

.thumb {
	float: left;
	margin: 5px;
}

.thumb a {
	display: block;
	width: 150px;
	height: 100px;
}

table { margin: 10px; }
table caption { color: gray; margin: 5px; }
th { text-align: right; width: 250px; padding-right: 10px; }
td { font-weight: bold; }

