* {
	margin:0;
	padding:0;
}

body {
	font: 1em verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding:0;
	text-align: center;
}

#Container {
	Width: 1000px;
	Margin: 0 auto;
	text-align: left;
}

#Container_inner{
	width: 100%;
}

#Header {
	Width: 100%;
	Clear: Both;
	Float: Left;
	Height: 115px;
	text-align: center;
	background-color: Black;
	background-image : url(../Images/toplogo.jpg);
}

#Header_inner{
	Padding: 2px 2px 2px 2px;
}

#NavigationBar {
	Width: 100%;
	Clear: Both;
	height: 35px;
	line-height: 35px;
	Background-Color: White;
}

#NavigationBar_inner{
	Padding: 2px 0 2px 0;
	border-left : 2px solid Black;
	border-right : 2px solid Black;
}

#Content {
	Width: 1000px;
	Float: Left;
}

#Content_inner {
	Padding: 2px 2px 0px 5px;
	border-left : 2px solid Black;
	border-right : 2px solid Black;
}

#Footer{
	clear: both;
	Float: left;
	background-color: Black;
	text-align: center;
	width: 1000px;
	height:30px;
	line-height:30px;
}

.invertedshiftdown{
	padding: 0;
	width: 100%;
	border-top: 5px solid Black;
	background: transparent;
	voice-family: "\"
}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: bold .875em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
	/*Margin between each menu item*/
	padding: 5px 5px 9px 5px;
	/*Padding within each menu item*/
	background-color: silver;
	/*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item. ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS REMOVE IF DESIRED*/
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
	background-color: Black;
	/*Red color theme*/
	padding-top: 9px;
	/*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px;
	/*Flip default padding-bottom value with padding-top*/
	color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

a {
	color: Navy;
	font-weight: 700;
}
a:hover {
	color: Silver;
	text-decoration: none;
}
a:focus, a:active {
color: #000;
background: #eee;
}

.gallery_description {
text-align: left;
}
.gallery_description p {
margin: .5em 0;
font-size: .9em;
}
#thumbs {
width: 100%;
clear: both;
margin-bottom: 10px;
}
#Content ul {
list-style: none;
margin: 0;
padding: 0;
}	 
#Content ul li {
display: inline;
} 
#thumbs ul li a {
display: inline;
margin: 0 0 5px;
}
#Content p {
text-align: left;
}
img {
border: 1px solid #eee;
padding: 1px;
}
li.current_image a img {
	border: 2px solid Black;
	padding: 0px;
}
#full_image {
	float: left;
	width: 100%;
	padding-top: 10px;
	border-top: 5px solid Black;
}
#full_image img {
display: block;
margin-left: auto;
margin-right: auto;
}
#full_image p {
margin: 0;
padding: 0;
}
#full_image .caption_text_under {
clear: left;
text-align: center!important;
font-size: .8em;
font-weight: bold;
padding: 1em 0;
}
#gallery_nav {
float: right;
border: 1px solid #bbc;
padding: 0 .5em;
background: #444;
font-size: .8em;
font-family: Arial, Verdana, sans-serif;
width: 25%;
}
#gallery_nav p {
padding: 0;
margin: 5px 0;
text-align: center;
}
#gallery_nav.gallery_nav_below {
border:  none;
background: none;
float: right;
}
#gallery_nav.gallery_nav_below p {
text-align: right;
}

.invertedshiftup{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\";
}\"";
voice-family: inherit;
}

.invertedshiftup ul{
margin:0;
margin-right: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftup li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftup a{
	float: right;
	display: block;
	font: bold .875em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
	/*Margin between each menu item*/
	padding: 9px 5px 5px 5px;
	/*Padding within each menu item*/
	background-color: silver;
	/*Default menu color*/
	/*BELOW 4 LINES add rounded bottom corners to each menu item. ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS REMOVE IF DESIRED*/
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.invertedshiftup a:hover{
	background-color: Black;
	padding-bottom: 9px;
	/*Flip default padding-top value with padding-bottom */
	padding-top: 5px;
	/*Flip default padding-bottom value with padding-top*/
	color: white;
}

#page_list {
clear: both;
text-align: left;
font-family: Arial, Verdana, sans-serif;
font-size: .8em;
width: 50%;
}
#page_list li {
padding: 0 5px 0 0;
}
