/* CSS Document */

body {
	background-color: #000000;
	background-image: url(mygalleft.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: fixed;
	background-image: url(LeftPage.jpg);
}
#Container {
	z-index:2;
	width: 640px;
	background-color: #000000;
	text-align: left;
	border-left: 1px solid #666;
	overflow: hidden;
	position: absolute;
	left: 300px;
}

#Header {
	height:120px;
	z-index:9;
	background-image: url(QRP.png);
	background-repeat: no-repeat;
	width: 600px;
	overflow: hidden;
	visibility: visible;
}
#Gallery {
	padding: 10px 10px;
	width:600px;
	z-index:2;
	overflow: hidden;
}

#Gallery dl{
	float: left;
	width: 560px;
	margin: 10px 20px;
	display: inline;  /* IE fix */
	border-top: 1px solid #333;
	height: auto;
	padding-top: 25px;
	padding-bottom: 15px;
}


#Gallery dt {

   float: right;
   width: 242px;
   margin: 0;
   padding: 0;
   font-size: 130%;
   letter-spacing: 1px;
   color: #ccc;
}


#Gallery dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	letter-spacing: 1px;
	color: #999999;
	
}


#Gallery dd.img img {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
}


 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
	font-weight: normal;
	text-align: right;
	padding-top: 20px;
	padding-right: 40px;
} 
 

a {
	color: #FF6600;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
 
.ital {

 font-style:italic; 

} 
