* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 20px;
	font-family: "Courier New", Courier, mono;
	font-size:15px;
	background: #930322 url(images/bkg.jpg) top left no-repeat;
}

/* structure ================================================== */
div#sidebar {
	position: absolute;
	width: 180px;
	top: 200px;
	left: 40px;
}

div#main {
	margin: 180px 0 0 190px;
	width: 750px;
}

div#main-top {
	height: 37px;
	background: url(images/paper-01-top.png) bottom center no-repeat;
}

div#main-bottom {
	height: 22px;
	background: url(images/paper-01-bottom.jpg) top center no-repeat;
	text-indent: -10000px;
}

div#main-content {
	min-height: 700px;
	width: 100%;
	padding: 15px 0;
	background: url(images/paper-01-mid.jpg) top center repeat-y;
	overflow: auto;
}

/* floats ==================================================== */
.float-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.float-right {
	float: right;
	margin: 10px 0 10px 10px;
}

.float-left *	{	margin: 0;	}
.float-right *	{	margin: 0;	}

.clear {
	clear: both;
}

hr.clear {
	visibility: hidden;
	line-height: 0;
}

/* special divs for holding images */
div.img	{	padding: 0 7px 8px 0;	}
div.s	{	background: url(images/shadow-sm.png) top left no-repeat;	}
div.m	{	background: url(images/shadow-med.png) top left no-repeat;	}
div.l	{	background: url(images/shadow-lg.png) top left no-repeat;	}
div.img img {	border: 5px solid #E4C185;	}
div.s img	{	width: 200px;	height: 150px;	}
div.m img	{		}
div.l img	{	width: 280px;	height: 210px;	}

img.square {
	border-width: 5px 4px 32px;
	border-style: solid;
	border-color: #E4C185;
}

/* heading =================================================== */
a#home-link {
	position: absolute;
	left: 230px;
	top:40px;
	width: 350px;
	height: 145px;
	text-indent: -10000px;
}

/* sidebar =================================================== */

#sidebar ul {
	font-size: small;
}


#sidebar ul {
	list-style-type: none;
	font-weight: bold;
}

#sidebar ul ul {
	margin-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#sidebar span {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 5px 0 3px 10px;
	background-color: #FFCC99;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul ul li {
	margin-bottom: 1px;
}

#sidebar a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	background-color: #EEEEDD;
}

#sidebar a:hover {
	color: black;
	background-color: #DDDDDD;
}

#sidebar a:visited {
	color: #0033FF;
}

/* tables ==================================================== */
table {
	margin: 0 90px;
}

table img, table p, table h1, table h2, table h3, table h4, table h5, table h6 {
	margin: 0;
}

table.spec-chart {
	font-size: 12px;
	width: 570px;
	border-collapse: collapse;
	margin-top: 3px;
	margin-bottom: 10px;
}

table.spec-chart thead th {
	border-bottom: 1px solid #666666;
}

td {
	padding: 3px;
}

th {
	padding: 3px;
	text-align: left;
}

th.spec-title {
	font-size: 17px;
	text-decoration: underline;
}

tr.spec-subtitle td, tr.spec-subtitle th {
	border-top: 1px solid #666666;
}

table.map-chart {
	float: left;
	width: 750px;
	margin: 0;
	background-color: #CCCCCC;
}

table.map-chart img {
	width: 200px;
	height: 200px;
}
table.map-chart td {
	text-align: center;
	font-size: x-small;
}

table.gallery {
	width: 570px;
	border-top: 1px solid gray;
	border-collapse: collapse;
}

table.gallery td {
	border-bottom: 1px solid gray;
	vertical-align: top;
}

table.gallery p {
	margin-bottom: 7px;
	font-size: 12px;
}

table.gallery tr td {
	padding: 10px 0;
}

table.gallery img {
	margin-left: 30px;
}

/* typography ================================================ */
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 90px;
}

img {
	margin: 0 90px;
}

img.margin-left {
	margin: 0 0 0 90px;
}

img.margin-none {
	margin: 0;
}

h1, h2 {
	margin-top: 9px;
	margin-bottom: 6px;
	color: #336699;
	border-bottom: 1px solid #336699;
	font-variant:small-caps;
	font-size: xx-large;
}

p {	color: #333333;	}

p, img {	margin-bottom: 15px;	}
img {	margin-right: 0;	}

p.source {
	font-weight: bold;
	font-style: italic;
}

p.source a {
	font-weight: normal;
}

#main-content > ol {
	margin: 0 90px 0 120px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a 		{	color: #0033FF; }
a:visited {	color: #663399;	}
a:hover	{	color: #FF3300; }
a img		{	border: 2px solid #0033FF; }
a:visited img {	border-color: #663399;	}
a img:hover	{	border-color: #FF3300; }

/* special cases ================================================ */
img.up-logo {
	float: right;
	margin: 10px 90px 10px 20px;
}

#lang-chooser {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2px 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: white;
}

#lang-chooser a {	color: white; }
#lang-chooser a:hover {	color: #CCCCCC; }
