﻿<style type="text/css">
<!--
/*********************/
/* RESET STYLES */
/*********************/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 2em; list-style: decimal; }
ul {
	padding-left: 1.4em;
	list-style: disc;
}
q:before, q:after { content:''; }

/**********************/
/* BODY LAYOUT STYLES */
/**********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#000000;
}

#wrapper {
	width:80%;
	max-width:1500px;
	margin:20px auto;
}

#header {
	margin-left: 100px;
	text-align:center;
}
#content {
	margin-top:-13px;
	padding:20px;
	background-image:url('images/canvas.jpg');
	background-color:#f9eacd;
	margin-left: 100px;
	min-height:500px;
	}
#menu {
	width:100px;
	margin-top:-20px;
	position: relative;
	float:left;
	background-color:black;
}

#sidemenu {
	text-align: center;
	border: 5px #800000 solid;
	border-top: 0;
	margin-left: 100px;
	margin-top:-12px;
}

#footer {
    margin-top:-12px;
	margin-left:100px;
	text-align:center;
}
#credits {
	text-align:center;
	color:#FFFFFF;
}

a {	color: #999999;}
a:hover {	color: #808080;}

.center {
	text-align:center;
}
.floatright {
	position:relative;
	float:right;
}
.floatleft {
	position:relative;
	float:left;
}
.new { color: yellow; font-weight: bold;}

.art {
	border: 3px #000000 solid;
	margin: 5px;
}

.figure {
    margin: 0 10px 10px 10px;
}
.figure p {
	text-align: center;
	margin: 10px 0 0 0;
}
.figure img {
	border: 3px #000 solid;
}

-->
</style> 