
	body {
		background-color: #080605;
		background: url("images/bg.jpg");
		background-repeat: no-repeat;
		font-size: 11px;
		line-height: 15px;
		font-family: Arial, Verdana, Sans-Serif;
		color:#706255;
		padding:0px;
		text-align: left;
		margin-top: 20px;
		}

	a:link {
		color: #CCCACA;
		}
		
	a:hover {
		color: #73171C;
		}
		
	a:active {
		color: #73171C;
		}
	
	a:visited {
		color: #CCCACA;
		
		}
		
	a:link, a:hover, a:active, a:visited {
		font-family: Cochin, Georgia, Garamond, Times ;
		font-size: 18px;
		text-decoration: none;
		}
	
	a.red:link {
		color: #73171C; 
		} 
		
	a.red:active { 
		color: #73171C; 
		} 
		
	a.red:visited {
		color: #73171C; 
		
		}	
		
	a.red:link, a.red:active, a.red:visited {
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 13px;
		text-decoration: none;  
		border-bottom: 1px dotted #888;
		
	}
	
	a.grey:link, a.grey:visited {
		color: #333;
		}
		
	a.grey:hover {
			color: #73171C;
			}
		
		
	h1 {
		color: #CCCACA;
		font-family: Cochin, Georgia, Garamond, Times ;
		font-size: 20px;
		font-weight:normal;
		letter-spacing: 1px
		}
		
	h2 {
		color: #CCCACA;
		font-family: Cochin, Georgia, Garamond, Times ;
		font-weight:normal;
		}

	
	img {
		border: 0px;
		}
		
	p {
		font-size: 13px;
		line-height: 20px;
		padding: 0px 30px 0px 30px;
	}
		
	li {
		font-size: 13px;
		line-height: 20px;
		padding: 0px 20px 0px 20px;
		margin-left: 20px;
	}
	
	#wrapper {
		width: 632px;
		height: 632px;
		}
		
	.thick {
		border: 10px solid #2B1B1B;
		}
		
	.thin {
		border: 1px solid #5D5151;
		width:610px;
		height:610px;
		}

	.bottomBit {
		width: 600px;
		height: 108px;
		background: url("images/linkBg.gif");
		background-repeat: no-repeat;
		text-align: center;
		padding: 10px;
		padding-top: 25px;
		bottom: 0px;	
		}

	.titles {
		width: 930px;
		color: #CCCACA;
		font-family: Cochin, Georgia, Garamond, Times ;
		font-size: 20px;	
		font-weight:normal;
		letter-spacing: 1px;
		border-bottom: 1px solid #8E8B8B;	
		text-align: left;
		padding-bottom: 22px;
		padding-top: 20px;
		
	}
	
	.titles2 {
		width: 930px;
		border-top: 1px solid #8E8B8B;	
		margin-top: 15px;
		padding-top:3px;
		
	}
	
	#popper {
		  z-index: 0;

		  color: #73171C;
		  font-weight: bold;
		}

	#popper img {
		  z-index: 0;
		}

	#popper span {
		  display: none;
		}

	#popper:hover span {
		  display: block;
		  position: absolute;	
		  bottom: 20;
		  
		  height: auto;
		  width: auto;

		  padding: 2;
		  background: #fff;
		  border: #eee solid 10px;
		  text-align: left;
		  color: #73171C;
		  font-weight: normal;
		z-index: 10;
		}



