body {
	background: url('img/bg.png');
	margin: 0px;
	font: 12px/16px Verdana, Arial, sans-serif; 
	color: #333;
}
a {
	color: #369;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: none;
}
img {
	border: 0;
}
input {
	border-width: 1px;
	border-color: #999;
	font-size: 92%;
	line-height: 120%;
	padding: 2px;
}
* html body input, * html body select, * html body textarea {
	border-color: #eee;
}
p {
	margin: 20px 0;
}
.small {
	font-size: 92%;
}
.tiny {
	font-size: 85%;
	line-height: 130%;
}
.shaded {
	color: #999;
}
.shaded a {
	color: #A6B8BA;
}
.bold {
	font-weight: bold;
}
fieldset {
	border: 1px solid #999;
	padding: 10px 10px 20px 10px;
	margin: 20px 0 30px 0;
}
fieldset legend {
	font-weight: bold;
}

table#main {
	width: 720px !important;
	background: url('img/bg_table.png') top left repeat-y;
}
table#main tr td#top {
	background: url('img/top_cell.png') top left no-repeat;
	padding: 10px 15px;
}
table#main tr td#bottom {
	background: url('img/bottom_cell.png') bottom left no-repeat;
	text-align: center;
	padding: 15px;
	padding-bottom: 0;
	font-size: 85%;
	line-height: 130%;
}
table#main tr td#content {
	padding: 0 15px;
}
div#menu {
	background: #FF8000;
	margin-bottom: 20px;
	padding: 7px 10px;
	color: #fff;
	font-size: 85%;
	line-height: 130%;
}
div#menu a {
	color: #fff;
	text-decoration: none;
	padding: 4px 7px;
}
div#menu a:hover {
	background: #9AB1BE;
	color: #000;
	border: 1px solid #404853;
	padding: 3px 6px;
}
h1 {
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #826B9B;
}
h2, h2 a {
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #666;
}
h2.color, h2 a {
	color: #826B9B;
}
h3, h3 a {
	margin: 20px 0 0 0;
	color: #333;
}
h3 a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
h3 a:hover {
	color: #693;
	border-bottom: 1px solid #ccc;
}
p.subcats {
	margin: 10px 0;
}
p.subcats a {
	font-weight: normal;
}
div#searchbar {
	text-align: center;
	background: #eee;
	padding: 7px;
	border-top: 1px solid #A6B8BA;
	border-bottom: 1px solid #A6B8BA;
}
#subcats ul, #subcats ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subcats ul {
	border-top: 2px solid #A6B8BA;
	border-bottom: 1px solid #A6B8BA;
	margin: 20px 20px 0 0;
	min-width: 140px;
	white-space: nowrap;
}
#subcats ul li {
	border-bottom: 1px solid #A6B8BA;
	text-align: right;
}
#subcats ul li a {
	display: block;
	background: #eee;
	color: #555;
	text-decoration: none;
	font-size: 92%;
	padding: 4px 10px;
}
#subcats ul li a:hover {
	background: #AAAFB5;
	color: #fff;
}
table#results {
	width: 670px;
}

div#edition {
	background: url('img/edition.png') no-repeat;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0%;
	margin-left: 0px;
	z-index: 0;	
}