/* CSS Document */

img
{
	border-style: none;
	padding-top: 20px;
	padding-right: 2px;
	padding-left: 5px;
	text-align: center;
	position: relative;
	left: 25px;
}
#cards {
	margin-right: 100px;
	float: left;
	padding-left: 100px;
}
#prints {
	float: right;
	width: 200px;
}
.title {
	color: #4e9a9a;
	font-size: 120%;
	font-weight: bold;
}
/*------ allows index page in mozilla to expand to contain text------*/
#core {
	height: auto;
}
#core h1 {
	color: #FF0033;
}
