body {
	background-color: #CDCDCD;
}

.content {
	width:970px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	display:inline-block;
/*	border: 1px solid #999999; */
}

#imagecontainer {
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 575px;
	text-align: right;
}

#admincontainer {
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
}

#image {
	height: 575px;
	vertical-align: top;
	margin-top: 0;
}
.header {
	text-align: left;
}
.inner_wrapper {
	background-color: #FFFFFF;
}
.nav {
	background-color: #FFFFFF;
	text-align: right;
	margin-top: 0px;
	padding: 0px;
	margin-right: 33px;
}

.nav ul {
	padding: 0px;
	display: inline;
}

.nav li {
	display: inline;
	list-style-type: none;
}

#thumbbutton {
	text-align: right;
	overflow: hidden;
	vertical-align: top;
}

.nav li a img {
	border: none;
}

.wrapper {
	text-align: center;
	vertical-align: middle;
	margin: 35px;
	margin-bottom: 0px;
	width: 95%;
/*	border: red thin solid; */
	padding-bottom: 0px;
}

#imagecontainer .pagetext{
	font-family: "Perpetua", "Baskerville", "Times New Roman", Times, serif;
	font-size: 17px;
	color: #999999;
	line-height: 100%;
	text-align: left;
	vertical-align:text-top;
	overflow: hidden;
}

.pagetext img {
	margin-left: 5px;
	margin-bottom: 5px;
}

#imagecontainer .moveleft {
	position: absolute;
	display: block;
	height: 575px;
	width: 15%;
}

.pagetext a {
	color:#CCCCCC;
	text-decoration: none;
}

.pagetext a:hover {
	background-color: #999999;
}

#container {
	width: 970px;
	height: 60px;
	overflow-x:hidden;
	overflow-y: hidden;
	display: none;
}

.thumbs {
	width: 2500px;
	height: 54px;
	text-align: left;
}
#admincontainer  .admin {
	color: #666666;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.button {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border: thin ridge #0066FF;
	background-color: #00CCFF;
}

.button a {
	text-decoration: none;
}
.admin table {
	width: 100%;
	border: thin double #CCCCCC;
}
.admin table td {
	background-color: #CCCCCC;
}
.admin .published {
	width: 100px;
	font-weight: 400;
	background-color: #66FF99;
	text-align: center;
}
.admin .notpublished {
	width: 100px;
	font-weight: 400;
	background-color: #CC6699;
	text-align: center;
}

.clear {
	clear:both;
}
.content #copyright  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 200;
	text-transform: uppercase;
	color: #999999;
	text-align: left;
	display: inline-block;
	width: 970px;
	float: left;
}
