body { font-family:Helvetica, Arial, Verdana, Tahoma, Lucida Grande; margin:0px; padding:0px; background-image:URL(../patterns/grey_wash_wall.png); background-repeat:repeat; }
body { background-color:#000; background-image:URL(../images/bg2.jpg); background-repeat:no-repeat; background-position:center top; }
input, textarea { font-family:Helvetica, Tahoma, Lucida Grande, Arial, Verdana; font-size: 12px; }
form { margin:0px; padding:0px; }
p { margin:0px; padding:0px; }
ul { margin:0px; list-style-type:disc; list-style-position:inside; padding:0px; }
li { padding:2px; }
img, image { border:0px; }
table { border-collapse:collapse; }
hr { color:#BBBBFF; background-color:#BBBBFF; }

.fixed_width { font-family:"Courier New", Courier, monospace; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.marker { color:#FF0000; }
.highlight { background-color:#FFFF00; color:#000000; }
.hidden { display:none; }
.pointer { cursor:pointer; }
.focus { background-color:#E1E6FF; border:2px inset #E1E6FF; }
.no_bullet { list-style:none; }


#content_bg { display:none; background-image:URL(../patterns/white_wall_hash.png); background-repeat:repeat;
			padding:10px; margin:0px; position:absolute; width:980px; height:100%; margin-left:50%; left:-500px;
			border:2px solid #999;
			opacity:0.6; filter:alpha(opacity=60);
}
#content_container {
	position:absolute; width:980px; margin-left:50%; left:-500px; top:40px;
	
}
#content {
	background-image:URL(../patterns/white_wall_hash.png); background-repeat:repeat;
	padding:10px; margin:0px 0px 40px 0px;
	border:2px solid #999;
	border-radius:10px;
}
#content h2 { margin:0px 0px 6px 0px; }
#content img { margin:4px; }