﻿/* CSS layout */
a {
	text-decoration:none;
}

a img {
	border-width:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:#fff;
	/* margin:5px 0 0 0; */
	color:#000;
}

.image {
    height:400px;
    max-width:670px;
    margin:0 auto;
    font-size:9pt;
}

.image img {
    height:348px;
    max-width:670px;
	padding:5px;
    border:1px solid #999;
    display:block;
    background-color:#fff;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:auto;
    margin-right:auto;
    }
    
.thumbnail_center {
	position:relative;
	top:2px;
    padding:0px;
    border:2px solid #FF0 !important;
}

.thumbnail_row img {
    margin:0px;
    padding-top:0px;
    padding-bottom:0px;
   	background-color:#000;
}

#container {
	position:relative;
	width:100%;
}

#footer {
	padding:20px;
	font-size:12px;
}



#image_title {
	width:780px;
	max-height:15px;
	text-align:center;
	text-align:center;
}

#left_col {
	width:120px;
	position:absolute;
	left:0px;
	top:0px;
}

#masthead {
	text-align:center;
	Height:57px;
	width:780px;
	padding:10px 0 0 0;
	background-color:#fff;
}

#menu {
	text-align:left;
	margin-left:15px;
}

#navigation {
   	width:780px;
   	height:18px;
   	margin:0px auto 0 auto;
   	padding:2px 0 0 0;
    font-weight:bold;
	color:#000;
	text-align:center;
	background-color:#fff;
}

#navigation a {
	text-decoration:none;
}

#navlinks a {
	color:#FFF;
}

#navlinks a:hover {
	color:#EE0;
	background-color:#B00;
}

#navlinks {
	margin:0;
	padding:0.5em 3em .5em 3em;
	background:#B00;
	color:#FFF;
}

#navlinks li {
	display:inline;
	margin-right:0.5em;
	padding-right:0.7em;
	border-right:1px solid #EEE;
	font-weight:bold;
}

#navlinks li.last {
	border-right:0;
}

#page_content {
	margin-right:130px;
	margin-left:130px;
}

#picture {
	margin:0 auto;
	padding-left:0px;
	text-align:center;
    max-height:420px;
    min-height:420px;
}

#right_col {
	width:101px;
	position:absolute;
	right:0px;
	top:0px;
}

#show_title {
	font-weight:bold;
	background-color:#fff;
	height:20px;
	vertical-align:middle;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}

#thumbnail_row {
    width:100px;
    max-height:400px;
    min-height:400px;
    overflow:scroll;
   	background-color:#000;
    background-image:url('images/sprockethole-v.gif');
    text-align:center;
}
/*
#top_nav {
	background-color:#600;
	height:27px;
	width:780px;
	margin:0 auto;
	text-align:center;
}
*/
#top_nav {
	background-color:#B00;
	height:30px;
	/*width:780px;*/
	width:780px;
	margin:0 auto;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	width:780px;
	max-width:780px;
	min-height:450px;
	max-height:450px;
	border:0px;
	border-style:solid;
	border-color:#bbe #448 #448 #bbe;
	background-color:#fff;
	overflow:hidden;
}

