body {
	font-family: arial,sans-serif;
	font-size: 9pt;
	color: #333333;
	background: #CEC6B1;
}

.normal {
	font-family: arial,sans-serif;
	font-size: 9pt;
	color: #333333;
}

ul {

	margin: 18px;
	padding: 0;
	
}

.header {
	font-family: arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-shadow: 3px 3px 5px #999999;
	color: #000000;
}

a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.subtle {
	font-family: arial,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

.subtle a:link {
	color: #666666;
}

.subtle a:visited {font-weight: normal;
	color: #666666;
}

div#headerarea {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:106px;
	margin: 0;
	padding: 0;
	background: url(../grafx/headerbg.gif);
}

div#jimlogo {

	position: absolute;
	top: 0;
	left: 0;
	width: 203px;
	height: 106px;
	margin: 0;
	padding: 0;
	background: url(../grafx/jimlogo.gif) bottom bottom;
}

div#heretextarea {

	position:absolute;
	top: 0;
	right: 93px;
	width: 87px;
	height: 53px;
	margin: 0;
	padding: 0;

}

div#hereiconarea {

	position:absolute;
	top: 0;
	right: 0;
	width: 92px;
	height: 106px;
	margin: 0;
	padding: 0;
}

div#contentarea {

	position: absolute;
	top: 106px;
	right: 0px;
	width: 100%;
}

div#floatingdiscarea {
	
	position:absolute;
	bottom: 66px;
	right: 10px;
	width: 302px;
	height: 291px;
}

div#footerarea {
	
	left: 10px;
	bottom: 50px;
	width:90%;
	background: url(../grafx/footerbg.gif) bottom;
	background-repeat: repeat-x;
	
}

