body
{
	padding: 0px;
	margin: 0px;
	background-color:#000;
	font-family: Tahoma, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F6F6F6;
	font-weight: normal;
}
div, p, h1, h2, h3, ul, img
{
	padding: 0px;
	margin: 0px;
}
a
{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover
{
	text-decoration:underline;
	color:#FEFEFE;
}

ul
{
	list-style-type: none;
}

img
{
	border:0px;
}

p
{
	margin-top:3px;
	margin-bottom:3px;
}

.container
{
	position:relative;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background: #000;
}
.columnleft
{
	width:200px;float:left; margin-top:36px;
}
.columnright
{
	float:left; width:630px; margin-left:20px;
}
/* Banner top
------------------------------ */
.banner_top 
{
	width:100%; margin:0px auto; text-align:center; height:78px;
	margin-bottom:22px; margin-top:30px;
}
.divider5px
{
	font-size:5px; height:5px; border-bottom:1px solid #F6F6F6; width:666px; margin-left:107px;
}

#gallerytitle {
	/*border-bottom: 1px solid #E6E6DF;*/
	padding-left: 8px;
	margin-bottom: 20px;
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12px; 
	margin-top: 18px;
	width:510px;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li a {
	color: #999;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #FFF;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #4E4E4E;
	cursor: default;
}
.pagenav {
	clear: both;
}
/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 18px;
	margin: 0px 10px 26px 12px;
	line-height: 0px;
    border: 1px solid #7A7A7A;
   /* background-color: #222;*/
}
.imagethumb a:visited {
   /* background-color: #222;*/
    border: 1px solid #7A7A7A;
}
.imagethumb a:hover {
	/*background-color:#222;*/
	border: 1px solid #FFF;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 10px 8px 14px;
    padding: 10px 8px 8px 10px;
	float: left;
	width: 580px;
	_width: 566px;
	border: 1px solid #444;
	background: #333;
	line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0px 0px 8px 0px;
	font-size: 18px;
}
.album p {
	line-height: 13px;
	font-size: 12px;
  	padding: 6px 0px 0px;
  	margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
	font-size: 12px;	
}


/* Individual Image
------------------------------ */
.imagebig a, .imagebig a:hover {
/*	display: block;*/
	padding: 16px;
	margin: 0px;
	line-height: 0px;
    border: 1px solid #444;
    background-color: #222;
}
.imagebig a:visited {
    background-color: #222;
    border: 1px solid #444;
}
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgprevious a, .imgnext a {
	display: block;
	width: 40px;
	height: 100%;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #AAA;
}
.imgprevious a:hover, .imgnext a:hover {
	text-decoration: none;
	color: #DDD;
}
.imgprevious a {
	float: left;
}
.imgnext a {
	text-align:right;
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 420px;
}
/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #999;
}
#map {margin-left: -77px;}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
	font-size:1.3em;
}
#admin h3:hover { color: #86a1b6; }

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: center;
	background: #222;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}

.chooseMenuText {
	font-size:12px;
	color:#fff;
}
