@charset "UTF-8";
/* CSS Document */

body
{
	margin:0;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	background-color: #252525;
	background-image: url(bg1.png);
	background-repeat: repeat-x;
	font-size: 18pt;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.center {
	text-align:center;
}

a {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}

.more {
	padding: 20px;
	border-color: #f60;
	border-style: groove;
	border-width: 5px;
}

.photo {
	margin:20px;
	padding:2px;
	border-color: #151515;
	border-style:groove;
	border-width: 5px;
}
