@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	background-color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #646464;
	text-decoration:none
}
a:visited {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #646464;
	text-decoration: none;
}
#container {
	background-color: #FFFFFF
	text-align: left;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#container #sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container  #header1 {
	height: 50px;
	width: 900px;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 522px;
}

h1 {
	font-size: 26px;
	font-weight: lighter;
	letter-spacing: 0.4em;
	color: #646464;
}

#container  #sidebar {
	float: right;
	width: 200px;
	border: 1px solid #646464;
	height: 450px;
	margin-right: 10px;
	text-align: left;
}
.imgpadleft {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	cursor: hand;
}
.imgpadcenter {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: hand;
}
.imgpadright {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	cursor: hand;
}


.clear {
	clear: both;
}

#container #mainContent {
	width: 650px;
	border: 1px solid #646464;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 450px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/gallery/mainbckgrnd_load.jpg);
}





#container #navRight {
	height: auto;
	width: 200px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #navLeft {
	font-size: 14px;
	text-align: center;
	height: auto;
	width: 650px;
	margin-left: 10px;
	margin-top: 15px;
}
#container #footer {
	font-size: 10px;
	line-height: 2.0em;
	text-align: center;
}
.thisPageLink {
	color: #999999;
}
