body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/header-tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
}
h1 {
	font-size: 36px;
	text-align: center;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CC6500;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-left: 50px;
}
/* Image Gallery CSS start*/
.sliderwrapper{
	overflow: hidden;
	width: 500px;
	float: right;
	position: relative;
	margin: 0px;
	height: 600px;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #ffcc00;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.contentdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 450px;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: navy;
}

.pagination a{
	text-decoration: none;
	color: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
/* Image Gallery CSS end*/
#header {
	background-image: url(../images/header-tile-right.jpg);
	background-repeat: repeat-x;
	height: 191px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #ffcc00;
}
#header img {
	float: left;
}
#header p {
	font-size: 12px;
	margin: 0px;
	padding-top: 70px;
}
#header strong {
	font-size: 16px;
}
img {
	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;
}
.small {
	font-size: 10px;
}
#footer {
	font-size: 11px;
	color: #ffcc00;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 10px;
}
p a:link {
	color: #ffcc00;
	filter: alpha(opacity=60);
	opacity: .60;
	text-decoration: none;
}
p a:visited {
	color: #ffcc00;
	filter: alpha(opacity=60);
	opacity: .60;
	text-decoration: none;
}
p a:hover {
	color: #ffcc00;
	filter: alpha(opacity=100);
	opacity: 1.0;
	text-decoration: none;
}
p a:active {
	color: #ffcc00;
	filter: alpha(opacity=60);
	opacity: .60;
	text-decoration: none;
}
