h1 {
	font-family: caseydraft;
	text-align: center;
}

h2 {
	font-family: caseydraft1;
	text-align: center;
	font-weight: normal;
	color: #ffff99;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-family: caseydraft;
	font-weight: normal;
	color: #008080;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-weight: normal;
	color: #ffff99;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-weight: normal;
	color: #ff9900;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}
a:link {
	
}
h3.showlist {
margin-top: 0;margin-bottom: 0;text-align: left
}
h4.showlist {
margin-top: 0;
margin-bottom: 0;
text-align: left;
}

div.images{
	margin: 1em auto;
}

div.wrapper{  
float:left; /* important */  
position:relative; /* important(so we can absolutely position the description div */  
}
  
div.description{  
position:absolute; /* absolute position (so we can position it where we want)*/  
bottom:0px; /* position will be on bottom */  
right:0px; 
/* styling bellow */  
background-color:black;  
font-family: 'tahoma';  
font-size:10px;  
color:white;  
opacity:0.6; /* transparency */  
filter:alpha(opacity=60); /* IE transparency */  
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}  

p.description_content{  
padding:5px;  
margin:0px;
float: right;
}

.large_image{
	width: 700px;
	height: 525px;
	border: 1px solid #020F4C;
}

.small_image{
	width: 350px;
	height: 250px;
	border: 1px solid #020F4C;
}

@media print {
.noprint {
	display: none;
}}
