@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	text-align: center;
	color: #A70103;
	font: 30px Georgia, "Times New Roman", Times, serif;
}
h2 {
}
a:link {
	color: #FFCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* ----------------- */
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgrnd-1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#sidebar{
	background-image: url(images/sidebar-1.jpg);
	background-repeat: repeat-y;
	width:211px;
	padding-left: 4px;
	padding-right: 12px;
}
#rhcol {
	width: 733px;
	padding: 4px;
}
	
#sidebar p{
	margin: 10px;
	padding: 10px;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	border: 1px solid #333333;
	background: url(images/bkgrnd-p.jpg);
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .1em;


}



/*
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgrnd-1.jpg);
	background-repeat: repeat-y;
}

.row {  this one loses the scrollbar - why? 
	margin: 0 auto;
	overflow: hidden;
	background-color: #333333;
	
	background-position: center;
}




a:link {
	color: #FFCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.row1 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;

}

#rhcol img {
	float: none;
	margin-right: 120px;
	margin-left: 120px;
}






*/
