/* CSS Document */


.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}

/* Body Stuff

*/


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
/* part 1 of 2 centering hack */
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: bottom center;
	}
	
strong, b {
	font-weight: bold;
}
p {
font-family: Verdana, sans-serif;
font-size: 9px;
color: #666666;
line-height: 18px;
padding: 0px;
}

h1 {
	float: left;
	font-size: 5px;
	font-weight: bold;
	text-align: left;
	color: black;
	overflow: visible;
	}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 5px 5px 5px;
	
	}
	
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	margin-top: 0;
	margin-bottom: 20;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-color:#FFFFFF;
	border-bottom-color:#C1C8BB;
		
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: lighter;
	margin-top: 0;
	margin-bottom: 0;
	}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: px 0px 0px 0px; 
	
	}
#content {
	padding: 5px 5px 5px 5px;
	margin-top: 250px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	/* background: none; */
	background-color:#FFFFFF;
	background-image: url(bgcopy.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: bottom center;
	/* border: 1px solid #ccc;*/
	text-align:left; /* part 2 of 2 centering hack */
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	
		}
html>body #content {
	width: 200px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
#header {
	padding: 0px 0px 0px 0px;
}
	

	
}
