/* CSS Document */
#header_menu {
	height:32px;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	margin: 0;
	border: 0;
	padding:0;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}
#dockfooter {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	margin: 0;
	border: 0;
	padding:0;
	z-index: 100;
}
.dockbg {
	background-image: url(../images/dockbg1.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #000000;
}
.bottom_bg {
	background-image: url(../images/bottom_bar_bg.gif);
	background-repeat: repeat-x;
}
.content_bg {
	background-image: url(../content_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu_row {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #000;
}

