/* Elements on page */
#topGifs {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	background-color: white;
	padding: 5px;
	width: 765px;
	height: 80px;
}

.gifs {
	border: 1px solid black;
}

#headerPicture {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}


#contentPart {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
  text-align: center;
/*	border: 1px solid black; */

}

#leftPart {
	text-align: left;
	font-size: 0.9em;
	background-color: #ffffcc;
	border: 1px solid black;
	padding:5px;
	width: 300px;
	float: left;
}


#rightPart {
	background-color: #ffffcc;
	border: 1px solid black;
	padding:5px;
	width: 420px;
	height: 300px;
	float: left;
	margin-left: 20px;

}


.tableForm {
	width: 100%;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tableForm TABLE TD {
	font-weight: bold;
}

.floatleft {
	float: left;
}

.stepHeader {
	font-family: arial;
	font-weight:bold;
	font-size: 12px;
	text-align: left;
	padding: 10px; 
	background-color: black;
	color: white;
	clear: both;
	width: 450px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.message {
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	background-color: white; 
	clear: both;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#whitePart {
	background-color: white;
	width: 760px;
	clear: both;
	margin-top: 10px;
	padding: 10px 30px 20px 0px;
	text-align: center;
}

.thumb {
	float: left;
	margin: 0px 0px 10px 10px;
	border: 1px solid black;
}

.thumbVertical {
	margin: 0px 0px 10px 10px;
	border: 1px solid black;
	clear: left;
	float: left;
}

#footerText {
	text-align: center;
	margin: 10px;
}

#leftPics {
	float: left;
}

#rightPics {
	float: right;
}


