body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	/*background: url('http://www.marvino.com/Images/logo_cloth_light.gif') #ffffbf;*/
	background: #ffffbf;
	}

a:link {
	text-decoration: none;
	color: #663300;
	}
a:visited {
	text-decoration: none;
	color: #663300;
	}
a:active, a:hover {
	text-decoration: underline;
	color: #000000;
	}

h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
h2 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
h3 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }


div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 198px;
	width: 800px;
	background: #000000;
	}

/********** NAVBAR **********/

div.navbar {
	position: absolute;
	top: 198px;
	left: 0px;
	list-style-type: none;
	width: 174px;
	height: 100%;
	/*border: 0;
	padding: 0;
	margin: 1em;*/
	background: #330000;
	}

div.navbutton {
	left: 0;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	padding: 10px;
	width: 154px;
	height: 27px;
	color: #ffffbf;
	background: url('Images/navBackground.gif') no-repeat #330000;
	}

div.navbutton:hover {
	color: #330000;
	background: url('Images/navBackgroundRoll2.gif') no-repeat #ffffbf;
	}


div.contentblock {
	position: absolute;
	top: 198px;
	left: 174px;
	width: 586px;
	padding: 20px;
	background: #ffffbf;
	}

div.footer {
	position: absolute;
	left: 174px;
	top: 433px;
	width: 800px;
	background: #ffffbf;
	}

div.updated {
	font-size: 0.75em;
	font-family: monospace;
	margin-top: 1em;
	padding-top: 1em;
	/*border-top: thin dotted;*/
}

pre { font-family: monospace; }
