body {
	background-color: #a22;
	height:100%;
	margin:0;
}
html {
	margin:0;
}
div#main {
	width: 80%;
	height: 200%;
	position:absolute;
	left: 10%;
	background-color: white;
	margin:0;
}
div#gradientleft {
	background: url(gradientleft.png) top left repeat-y;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0; left: -10px;
	z-index: 10;
}
div#gradientright {
	background: url(gradientright.png) top left repeat-y;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0; left: 100%;
	margin-left: -5px;
	z-index: 10;
}
div#header {
	width:100%;
	height: 100px;
	position:absolute;
	top:0; left: 0;
	background: url(headergrad.png) top left repeat-x;
	margin:0;
	padding:0;
}
#logo {
	position: absolute;
	top: 20px; left: 30px;
	border: 1px solid black;
}
div#content {
	padding: 120px 3em 1em 2em;
}
#content h2 {
	font-size:80%;
	font-family: Trebuchet MS, Times, serif;
	font-weight: normal;
	padding-left: 1em;
	text-align: justify;
}
#content h1 {
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	background-color: #eee;
	font-size: 150%;
	display:block;
	color: #100;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding: 0.1em 0 0.1em 5px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
#content a {
	color: black;
}
#content a:hover {
	text-decoration: none;
	color: #aaa;
}
#content img.rightimg {
	float: right;
}
div.thumbnail {
	float:right;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
div.thumbnail img {
	display: block;
	position:relative;
	background-color:white;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
div#menu {
	position: absolute;
    background: url('menugrad.png') repeat-x;
	top: 90px; left: 0;
	text-align: center;
	width: 100%;
	border-top: 1px solid black;
	margin:0;
	height: 25px;
	z-index: 5;
}
div#menu a {
	display: inline;
	font-size: 10px;
	font-family: sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	/*background-color: #eee;*/
	padding: 0 0.7em 0 0.7em;
	color: black;
	border-left: 1px dotted black;
}
div#menu a#leftmost {
		border-left: 0;
}

div#menu a:hover {
		color: #a00;
}
div#menu a.currentpage {
}
div#menu h1.menuheader {
	font-size: 1em;
	margin:0;
	padding-left: 0.5em;
	background-color: #a22;
	color:white;
}
div#logos a {
	color: #a22;
	background-color: #a22;
}

#content td {
	padding: 1em;
	border:0;
}
