		body {
	margin: 0;
	background: #000;
	text-align: right;
		}
		
		#horiz-menu {
			width: 500px;
			height: 15px;
		}
		
		#horiz-menu li {
			display: block;
			float: left;
			margin: 0;
			margin-right: 5px;
			padding: 0;
		}
		
		#horiz-menu a {
			font-family: Arial Black;
			font-size: 14px;
			text-decoration: none;
			text-transform: uppercase;
			color: #000;
			display: block;
			float: left;
			background: url(images/menu_tab.png) no-repeat;
			padding-top: 10px;
			height: 25px;
			width: 120px;
		}
		
		#horiz-menu a:hover {
			background: url(images/menu_tab_h.png) no-repeat;
		}

		#pics img {
			border: 2px #000 solid;
		}
			
		#order a{
			color:#000;
		}
		
		#copy {
			color: #FFF;
		}
		
		#copy a {
			color: #FFF;
		}
.text {
	text-align: justify;
}
.text a {
	color: #900;
}
