body {
	font: 16px "Times New Roman", Times, serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #000000;
}
img {
	text-align: center;
	border: thin solid #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header {
	background: url(/femme4u/fhg/1/templates/img/header.jpg) no-repeat center top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	font: 60px "Stencil Std", Stencil;
	color: #FFFFFF;
	text-align: center;
	width: 780px;
}
#container {
	width: 780px;
	margin: 0px auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#text {
	font: 24px "Cooper Std Black";
	text-align: center;
	width: 780px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#footer {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
} 
#pics {
	height: 150px;
	width: 200px;
	padding: 28px;
	float: left;
	clear: none;
}
