body {
	background-color: #660000;
	margin: 0; 
	padding: 0;

}

table {
	margin: auto;
	vertical-align: top;
	border-color: #000000
}

.container {
	background-image: url(./images/bg.jpg);
	width: 940px;
	vertical-align: top
	border-color: black
}

.button {
	background-image: url(./images/button.gif);
	height: 53px;
	width: 172px;
	padding: 5px
}

.nav {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
}

.pics	{
	vertical-align: top
}

.copy {
	margin: 20px;
}

.graphic {
	border:2px; border-thickness:1px; 
	border-color: #CCCC66; 
	border-style: solid;
}

.imageNowrap {
white-space:nowrap;
display:block;
float:left;
}

.wall {
	white-space:nowrap;
	display:block;
	float:left;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
}

.spacer {
	float: left;
	clear: right;
}

 a:link { 
	color: #660000; 
	text-decoration: none; 
}
 a:visited { 
	color: #660000; 
	text-decoration: none; 
}
 a:active { 
	color: #660000; 
}
 a:hover { 
	color: #CC0000; 
 }
 a:hover .graphic, 
 a:active .graphic {
	border:2px; border-thickness:1px;
	border-color: #FFFF99; 
	border-style: ridge
 }


p {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #845f00
}

.title {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 16px;
	color: #845f00
}
	
