
body {

	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:verdana, arial, helvetica, sans-serif;
	color:#fff;
	background-color: #000;
	}

#container {
	width:805px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#000;
	}

#container2 {
	width:805px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #000;
	}

ul {
	position: absolute;
	list-style: none;
	margin: 0px;
	margin-top: 199px;
	padding: 0;
	}

#page {
	position: absolute;
	top: 50px;
	margin-left: 192px;
	}


#header1  {
	
	position: absolute;
	top: 50px;
	margin-left: 10px;
	height: 168px;
	width: 172px;
	z-index: 50;
	background: url(images/header.jpg);
	}


#menu14 {
	position: relative;
	width: 192px;
	height:776px;
	background: #000;
	margin: 0px;
	}
	
#menu14 li a {
	height: 24px;
	width: 172px;
	margin-left: 5px;
	text-indent: 30px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-weight: bold;
	text-decoration: none;
	margin-bottom: 7px;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #000;
	display: block;
	background:  url(images/menu_bkg.gif);
	padding: 8px 0 0 10px;
	}

	
#menu14 li a:hover{
	color: #FFF;
	background:  url(images/menu_bkg.gif);
	padding: 8px 0 0 10px;

	}			
