
#wrapper {
	margin-top: 10px;
/* 	background-color: #EDE7D0; */
	min-width: 850px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
}

#footer {
	clear: both;
}

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

#footer a:hover {
	color: #dc8934;
	text-decoration: none;	
}

#footer a:visited {
	color: black;
	text-decoration: none;
}

#footer p.left {
	font-family: "Lucida Grande",  "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	float: left;
}

#footer p.right {
	font-family: "Lucida Grande",  "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	float: right;
}


#insiderow {
	clear: both;
}

#lastrow {
	clear: both;

}

.clearsquare{
	height: 75px;
	width: 75px;
	margin: 3px;
	padding: 0px;
	float: left;
}

.picturesquare {
	/*
	border-color: black;
	border-style: dashed;
	border-width: 2px;
	*/
	height: 75px;
	width: 75px;
	margin: 3px;
	padding: 0px;
	float: left;
}


.graysquare {
	height: 75px;
	width: 75px;
	background-color: #959595;
	margin: 3px;
	padding: 0px;
	float: left;	
}

.graystroke {
	border-color: #959595;
	border-style: solid;
	border-width: 2px;
	height: 71px;
	width: 71px;
	margin: 3px;
	padding: 0px;
	float: left;
}

.orangesquare {
	height: 75px;
	width: 75px;
	background-color: #dc8934;
	margin: 3px;
	padding: 0px;
	float: left;
}

.orangesquare p {
	font-family: "Lucida Grande",  "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.orangesquare a:link {color: black; text-decoration: none;}
.orangesquare a:visited {color: black; text-decoration: none;}
.orangesquare a:hover {color: white; text-decoration: none;}

.orangestroke {
	border-color: #dc8934;
	border-style: solid;
	border-width: 2px;
	height: 71px;
	width: 71px;
	margin: 3px;
	padding: 0px;
	float: left;
}



