body {
	background-color: #333333;
	background-image: url(image/background/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	text-align: center;
}
#holder {
	width: 751px;
	background-position: center;
	height: auto;
}

#holder #links {
	background-image: url(image/content/header.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 750px;
	float: left;
	vertical-align: middle;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#holder #logo {
	height: 205px;
	width: 186px;
	float: left;
	padding-top: 2px;
	padding-right: 4px;
}
#holder #banner {
	float: right;
	height: 205px;
	width: 561px;
	padding-top: 2px;
}
#holder #contentleft {
	height: 500px;
	width: 186px;
	background-color: #9DBF69;
	margin-top: 3px;
	background-position: left;
	float: left;
	text-align: left;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 8px;
	margin-right: 4px;
}
#location #holder #contentleft .blue {
	color: #551A8B;
	font-weight: bold;
}


#holder #contentright {
	height: 500px;
	width: 561px;
	background-color: #9DBF69;
	background-position: right;
	float: right;
	clear: both;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	overflow: auto;
	visibility: inherit;
}
#holder #copyright {
	background-image: url(image/content/header.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 750px;
	padding-top: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
ol {
	margin-right: 14px;
	padding-right: 5px;
}

