body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:left;	
	}
#header {
	background-image: url(images/header.gif);
	height: 100%;
	width: 100%;
	}
#content_left {
	background-image: url(images/content_left.gif);
	width: 100%;
	height: 100%;
	}
#content_right {
	background-image: url(images/content_right.gif);
	width: 100%;
	height: 100%;
	}
#menu {
	background-image: url(images/menu_bg.gif);
	width: 100%;
	height: 100%;
	}
#menu td {
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 144px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: white;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	padding-top: 9px;
	letter-spacing: 3px;
	}
#copyright {
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 29px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
	padding-top: 3px;
	color: #8a8a8a;
	}
a:link {
	color: white;
	text-decoration: none;
	}
a:visited {
	color: white;
	text-decoration: none;
	}
a:active,
a:focus {
	color: white;
	text-decoration: none;
	}
a:hover {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	color: #8a8a8a;
	}
#submenu td {
	background-image: url(images/submenu.gif);
	background-color: blue;
	width: 162px;
	height: 32px;
	}