/************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************************/

html{
	background-color: white;
	font-size: 12pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body{
	background-color: white;
	margin: 10px;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #6666ff;
}

a:hover{
	text-decoration: underline;
}

/************************************************************/

#page{
	border: thin solid black;
	width: 800px;
	margin: auto;
}

/************************************************************/

#header{
	border-bottom: thin solid silver;
	padding: 25px;
	position: relative;
}

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

#header p{
	text-align: center;
	font-size: 8pt;
}

#header .bookmark-share{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#header .site-menu{
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 8pt;
}

#header .webmaster-menu{
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 8pt;
}

/************************************************************/

#content-wrapper{
	float: left;
	width: 580px;
}

#content{
	border-right: thin solid silver;
	padding: 10px;
	min-height: 1250px;
}

#content h2{
	font-size: 18pt;
	text-align: center;
}

/************************************************************/

#sidebar-wrapper{
	float: left;
	width: 220px;
}

#sidebar{
	padding: 10px;
	font-size: 10pt;
}

#sidebar .section{
	margin-bottom: 25px;
}

#sidebar h2{
	font-size: 14pt;
	text-align: center;
	margin-bottom: 10px;
}

#sidebar .link-trade{
	margin-top: 10px;
	margin-bottom: 25px;
}

#sidebar .trade-title{
	margin-bottom: 3px;
}

#sidebar .trade-description{
	font-size: 8pt;
	line-height: 1.3em;
}

/************************************************************/

#footer{
	border-top: thin solid silver;
	clear: both;
	padding: 10px;
	text-align: right;
	font-size: 9pt;
}

/************************************************************/

img.thumbnail{
	width: 100px;
	height: 142px;
	border: thin solid silver;
}

img.cover{
	width: 220px;
	height: 313px;
	border: thin solid silver;
}

/************************************************************/

table.cover-tab{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

table.cover-tab td.cover{
	text-align: center;
}

table.cover-tab td{
	vertical-align: top;
	padding: 0px 5px 50px 5px;
}

table.cover-tab td h3{
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
}

table.cover-tab td p{
	text-align: justify;
	line-height: 1.3em;
}

table.cover-tab td dl{
	margin-top: 25px;
}

table.cover-tab td dt{
	font-weight: bold;
	font-size: 8pt;
}

table.cover-tab td dd{
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

/************************************************************/

table.thumb-tab{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

table.thumb-tab td{
	padding: 5px;
}

/************************************************************/

.page-navigation{
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

/************************************************************/

