a {
	color: #ddd;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a img {
	border: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	background: #2E2E4D url(images/vert.gif) repeat-x fixed; 
	color: #ccc;
	text-align:center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

.credit {
	background: #fff;
	color: #333;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #338;
}

#container {
	margin: 0 auto;
	width: 730px;
	border: 4px solid white;
}

#content {
	margin: 12px 0px 0px 4px;
	overflow: hidden;
}

.galleryimg {
	margin: 4px 13px;
	float: left;
	display: block;
}

.galleryimg img {
	margin: 0;
	padding: 0;
	border: 2px solid white;
}

#nav {
	clear: both;
}

#mainpic {
	border: 2px solid #fff;
	/*padding: 4px; */
	margin: 8px 9px 20px; 
	float: left;
}

#header {
	background-image:url('/img/shiftbanner.jpg');
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	height: 200px;
	width: 100%;
	border-bottom: 4px solid white;
}

#header h1 {
	font: italic normal 200% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 160px 10px 0px 0px;
	float: right;
}

#header.alt h1{
	margin: auto;
	font-size: 1.3em;
	float: none;
}

#header.alt {
	text-align: right;
	height: auto;
	background-position: bottom;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

.pager{
	display: table-cell;
	width: 320px;
	height: 100%;
	float:left;
	margin: 0px 20px 0px 20px;
	font-size: .001px;
	font-family: Verdana;
}
.pager:hover{
	font-size: 32px;
	text-decoration: none;
}

#prev, #next{
	position: relative;
	display: none;
	font-size: 0px;
	margin: 15px;
	margin-bottom: -700px;
	padding-bottom: 300px;
	//font-size: 50px;
	//display: block;
	//z-index: 20;
}

#prev:hover, #next:hover{
	font-size: 50px;
	text-decoration: none;
}

#prev {
	float: left;
	padding-right: 350px;
}

#next {
	float: right;
	padding-left: 345px;
}

