/* CSS Document */

body {
	margin: 0;
	padding: 10px;
	background: url(Wallpaper.png);
	font-family:"Eurostile LT Std Condensed", Arial, "Myriad Pro";
	font-size: 12px;
	border-color: #FFFFFF;
	color: #FFFFFF;
}



h1 {
	background: none;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Eurostile LT Std Condensed", Arial, "Myriad Pro";
	margin-top: 5px;
	word-spacing: 15px;
}

h2, h3 {
	font-family: "Eurostile LT Std Condensed", Arial, "Myriad Pro";
	color: #FFFFFF;
	font-size: 18px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
}     /* unvisited link */
a:visited {
	color: #FFFFFF;
}  /* visited link */
a:hover {
	color: #71523A;
}   /* mouse over link */

a:active {
	color: #71523A;
}

.captions  {
	font-family:"Eurostile LT Std Condensed", Arial, "Myriad Pro";
	color:#CCCCCC;
	vertical-align: bottom;
	padding-left: 10px;
}


.img
{
	border: 4px solid #FFFFFF;
	height: auto;
	width: auto;
}

.thumbnails 
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
} 

  /* selected link */
.hr {
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	height: 2px;
	background-color: #FFFFFF;
}
.copy {color: #666666;
font-size: 80%;
text-align: center; 
}