@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	font-size:small;
	background-color: #23353C;
	background-image:url(stripes.png);
	background-repeat:repeat;
	text-align: center;
	/* part 1 of 2 centering hack */
	} 	
#content {
	width: 400px; 
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #C13C5A;
	border: 0px;
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
	}
html>body #content {
	width: 370px; /* ie5win fudge ends */
	}
#content2 {
	width:400px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #C13C5A;
	border: 0px;
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
	}
html>body #copy {
	width: 370px; /* ie5win fudge ends */
	}
	#copy {
	width:400px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size:x-small;
	color:#656D71;
	/* opera does not like 'margin:20px auto' */
	background: #2A373C;
	border: 0px;
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
	}
html>body #copy {
	width: 370px; /* ie5win fudge ends */
	}
a	{
	text-decoration:none;
	color:#B1CB2E;
	}
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 130px 0px 0px 20px;
	padding: 10px;
	border: 1px solid #B1CB2E;
	background: #23353C;
	width: 170px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
	font-size:x-small;
	}
#right /*unused*/ {
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right 
	swhen there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 1px solid #B1CB2E;
	background: #23353C;
	width: 160px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}