* {
  margin: 0;
  padding: 0;
}
body {
	background-color: #8CC4DD;
	background-image: url(../images/bg_OrangeSquare.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	padding-bottom: 10px;
}
a {
	color: #5D3E10;
	font-weight: bold;
	text-decoration: none;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 18px;
	line-height: 20px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	text-indent: 10px;
}
li {
	list-style-position: inside;
	list-style-type: square;
}

strong {
	font-weight: bold;
	color: #000000;
}
.dropCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ED7B18;
}

.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #EA7D16;
}
#site-container {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_FerrisWheel.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 100%;
	left: auto;
	right: auto;
	top: 4px;
}
#header-container {
	width: 772px;
	text-align: center;
	position: relative;
	height: 129px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#content-container {
	width: 772px;
	text-align: left;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}
#left-column {
	margin: 5px;
	background-image: url(../images/photoCollage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	position: relative;
	left: 0px;
	padding-top: 350px;
	padding-left: 34px;
	float: left;
}
#right-column {
	padding-top: 36px;
	padding-right: 12px;
	overflow: auto;
	position: relative;
	width: 460px;
	float: right;
	right: 14px;
}
#content-box {
	scrollbar-3dlight-color:#8CC4DD;
	scrollbar-arrow-color:#fefabf;
	scrollbar-base-color:#212121;
	scrollbar-track-color:#8CC4DD;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#5ba8cf;
	scrollbar-highlight-color:#fefabf;
	scrollbar-shadow-color:#FD0201;
	overflow-x:hidden;
	overflow: auto;
	height: 534px;
	padding-right: 20px;
}	
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #EA7D16;
	padding: 8px;
}
#footer {
	position: relative;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}
