/* CSS Document */

BODY{
	color:white;
	scrollbar-base-color:blue;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	background-repeat:repeat-x;
	background-image:url("bg_strip.jpg");
}

a:link, a:visited{
	color:#FFFF00;
	text-decoration:none
}

a:hover, a:active{
	text-decoration:underline;
}

h1 {
color:#FFFFFF;
}

h2 {
color:#FFFFFF;
margin-bottom:2px;
font-size:21px;
}

#BG_Image{
	width:719px;
	height:600px;
	margin-right:100px;
	background-repeat:no-repeat;
	background-image:url("site_bg.jpg");
	
}
/*
#RepeatingBG{
	width:100%;
	height:600px;
	background-repeat:repeat-x;
 background-color: #006;

	background-image:url("bg_strip.jpg");
}
*/
#ScrollDiv {
	
	/*margin:175px 0 0 35px;*/
	width:350px;
	height:300px;
	overflow:auto;

	font-weight:bold;
	
}
#MenuDiv {
	
	padding-right:10px;
	/* margin:200px 150px 0 0; 
	width:200px;
	height:290px;
	*/
	text-align:center;
	font-weight:bold;
	
}

p{
	padding-left:2px;
	padding-right:10px;
}

.Entry {
width:250px;
text-align:left;
font-size:12px;
}