@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/4men13k.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #006600;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
}

#header  {
	padding: 0;  /* 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. */
	background-color: #FFFBEC;
	margin: 0px;
	background-image: url(../images/_top-banner3.jpg);
	background-position: center 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 110px;
	width: auto;
} 

#nav {
	text-align: center;
	padding: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0000;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

#nav a {
	color: #006600;
	text-decoration: none;
}

#nav a:hover {
	font-size: small;
	color: #FF0000;
	text-decoration: none;
}

#container
  {
	width: 80%;
	margin: auto;
	text-align: left;
	background-color: #FFFBEC;
	border: 2 none #000000;
}

#mainContent  {
	width: 90%;
	margin: 20px;
	border: 0px none #000000;
	background-color: #FFFBEC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

#mainContent .pictures {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

#mainContent .pictures-center {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent  .pictures-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#mainContent .pictures-right {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent a {
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#mainContent table td {
	padding: 10px;
	border: medium ridge #009900;
}

#footer  {
	padding: 0 10px;
	background-color: #AEFFAE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
