body {
	margin: 0;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
    border: 2px solid #008;
    padding: 2px;
}
img.thumb {
    width: 100px;
    height: 75px;
	border: 1px solid black;
}
.noborder {
	border: none;
}
p {
	margin-top: .2em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
p.text {
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
p.title {
	margin-top: 0;
	font-size: 160%;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: .5em;
}
p.section {
	margin-top: 0;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: .5em;
	clear: all;
}
p.thumb {
    margin: 0;
}
p.quotation {
	margin-left: 25%;
	margin-top: 0;
	margin-bottom: .75em;
	text-align: right;
	font-size: 75%;
	font-style: italic;
}
p.heading {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0em;
	font-size: 110%;
	border-bottom: 1px solid black;
	text-align: left;
	font-weight: bold;
}
.demo {
    border: 2px solid #008;
}
div.right {
    float: right;
    clear: right;
    margin: .5em;
    margin-left: 1.5em;
    margin-right: -100px;
    background: #bbd;
}
div.center {
    text-align: center;
    margin: .5em;
}
p.caption {
	text-align:center;
	font-style: italic;
}
#content {
	margin-left: 110px;
	padding: 5px;
	border-left: 2px solid #008;
	border-right: 2px solid #008;
	background: #fff;
	max-width: 700px;
	margin-right: 100px;
}
#header {
	font-size: 125%;
	font-weight: bold;
    background: #bbd;
    border-bottom: 2px solid #008;
    padding:5px;
}
#footer {
    font-style: italic;
    background: #bbd;
    border-top: 2px solid #008;
    padding:5px;
}
#main {
    background: #dde;
}
#sidebar {
    background: transparent;
    float: left;
    width: 110px;
}
#sidebarTop {
    padding: 5px;
    border-bottom: 2px solid #008;
}
#selectedWrapper {
    background: #fff;
    position:relative;
    left: +2px;
}
#selectedThumb {
    position: relative;
    left: -2px;
    background: #fff;
    padding: 5px;
}
#sidebarBottom {
    padding:5px;
    border-top: 2px solid #008;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p.centered {
	text-align: center;
}


a {
	text-decoration: none;
}

a.thumb {
	color: black;
	display:block;
	width:100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

p.thumb a:hover {
    background: #bbd;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #8800FF;
}

