body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
}
#mainContent  {
	padding-bottom: 0px;
	padding-left: 20px;
	position: absolute;
	top: 209px;
	overflow: auto;
	height: 445px;
	width: 780px;
	visibility: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header		{
	position: absolute;
	height: 198px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

#footer		{
	width:800px;
	background-color: #FFFFFF;
	height: 35px;
	position: absolute;
	top: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}	
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	height: 698px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #993300;
	font-weight: bolder;
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-bottom: 5px;
	background-image: url(images/bg_relatedhead.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #993300;
	letter-spacing: normal;
	word-spacing: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin-top: 0px;
	width: 95%;
}

.photoleft {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-right: 5px;
}
.photoleftnoborder {
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 5px;
}
.photorightnoborder {
	float: right;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#shadow  #container  #header  #buttons a {
	height: 35px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
	display: block;
	float: left;
	background-image: url(images/rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#shadow #container #header #buttons a:hover {
	background-position: bottom;
}
