* {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding:0px; 
	margin : 0px; 
	font-size:8pt;
	
	
	
	
	/*border:0*/
}

body {
	background-color: #FFFFFF;
	color: #808080;
	padding: 0px;
	margin: 0px;
	cursor: default;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

html, body {
	min-height:100%;
}

/* Page structs */

#wrapper{
	background: #FFFFFF;
	width: 900px;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
}


/* Navigation */

#navigation {
	height: 40px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(header.png) left no-repeat;
	border-bottom: 1px #EEEEEE solid;}


#menu {
	padding-top:5px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: right;
	text-transform:uppercase;
}

#menu a {
	color: #808080;
	text-decoration: none;
}

#menu a img
{
	margin-bottom : -3px;
}

#menu a:hover {
	text-decoration: none;
	color: #FF0000;
}



/* Aboout */

#about {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border:0;
}




/* Image */


#image-navigate {
	width: 900px;
	padding-top: 8px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
}

#image-navigate a{
	color: #808080;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#image-navigate a:hover {
	color: #FF0000;
	text-decoration: none
}

#image {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	border:0;
}

#image a {
	height:auto;
	border: none;
}

#image img {
	border-color:#666666;
	border:double;
	width: auto;
}

#image a:link
{
	color:#CCCCCC;
}

#image a:visited
{
	color:#666666;
}

#image-info {
	width: 900px;
	text-align:left;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

#image_notes {
	width: 900px;
	padding-top: 4px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

#image_notes a {
	color: #12a0ba;
	text-decoration: none;
}

#image_notes a:hover {
	color: #FF0000;
	text-decoration: none;
}


/* Comments */

#comment {
	width: 400px;
	padding-top: 8px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
}

.commentInput {
	width:200px;
	font-size:10px;
	border: 1px solid #808080;
	text-align: right;
	margin-right:auto;
	font-family: Helvetica, Arial, sans-serif;

}

.commentBox {
	width:400px;
	height:150px;
	font-size:10px;
	background-color: #FFFFFF;
	border: 1px solid;
	color: #808080;
	margin-top:5px;
	font-family: Helvetica, Arial, sans-serif;
}

.commentButton {
	height:20px;
	width:50px;
	font-size:10px;
	border: 1px solid;
	color: #808080;
	margin-top:5px;
	margin-left: auto;	
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
}


#comments {
	margin-left: auto;	
	margin-right: auto;
	padding:0px;
	width: 400px;
	}
	
#comments ul {
	list-style-type:none;
	margin-left: auto;	
	margin-right: auto;
	padding:0px;
	}
	
#comments li {
	padding: 5px;
	display: block;
	margin: 3px;
	background-color: #F6F6F6;
	text-decoration:none;}

#comments li.admin_comment {
	background-color: #F6F6F6;
	border: 1px dashed #AAAAAA;
}

#comments li.admin_comment a{
	color: #12a0ba;
	text-decoration: none;
	}

#comments li.admin_comment a:hover{
	color: #000000;
	text-decoration: none;
}

#comments li a {
	color:#333333;
	text-decoration:none;
}

#comments li a:hover {
	color: #FF0000;
	text-decoration:none;
}


#comments_link {
	text-align: right;
	font-style:italic;
	width: 900px;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

#comments_link a{
	color: #808080;
	font-style:italic;
	text-decoration: none;
}

#comments_link a:hover {
	color: #FF0000;
	font-style:italic;
	text-decoration: none;
}



.fl {
	color: #808080;
}

.fl:hover {
	color: #FF0000;
}


/* ABOUT */

.welcome a {
	color: #808080;
	text-decoration: none;
}
		
.welcome a:hover {
	text-decoration: none;
	color: #FF0000;
}

.padding-left {
	padding-left: 10px;
}




.gv {
	font-size: 16pt;
	float: left;
	color:#333333;
}

.gvred {
	font-size: 16pt;
	float: left;
	color:#FF3300;
}

span.left {
	float: left;
}

span.right a{
	text-decoration: none;
}

span.right a:hover{
	text-decoration: none;
}

.jpg {
	width: 90%;
	margin-top: 3px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */

#footer {
	background: #FFFFFF;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px #EEEEEE solid;
	text-align: center;
}

#footer a{
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

#footer a img {
	display: none;
}

p a {
	color: #808080;
	text-decoration: none;
}

p a:hover {
	color: #FF0000;
	text-decoration: none;
}


.nomore {
	text-decoration: line-through;
}

/* BROWSE_TEMPLATE */

.tags a
{
	color:#999999;
	text-transform:none;
}

#browse
{
	border:0px;
}


#title table{
	width: 900px;
	margin: 0 auto;
	border: 0px;
}

#title {
	padding-top: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnails
{
	width: auto;
	height:auto;
	border-style:double;
	border-top:5px  #000000;
	border-bottom:5px #000000;
	border-left:5px #000000;
	border-right:5px #000000;
	margin-left:27px;
}

/* LINKS */

#links {
	padding-top: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-bottom: 10px;
	line-height: 18px;
}

#links img
{
	border: none;
	
}


/********* CONTACT FORM */

.contact
{
	width: 500px;
	margin-left: auto;
	margin-right:auto;
	text-align:right;
}

.contactBox
{
  	width:300px;
	height: 15px;
	font-size:10px;
	border: 1px solid #808080;
	background-color:#FFFFFF;
	color: #808080;
	margin-top:5px;
	font-family: Helvetica, Arial, sans-serif;
}

.contact textarea {
	width:500px;
	height:200px;
	font-size:10px;
	background-color: #FFFFFF;
	border: 1px solid;
	color: #808080;
	margin-top:5px;
	font-family: Helvetica, Arial, sans-serif;
}


.clear {
	clear: both;}
	
.header {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 14px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #12a0ba;
	clear:both;
}

.data a:hover
{
	color:#FF0000;
}


.under {
	text-transform: lowercase;
}

.Info
{
	font-size:small;
	font-weight:bold;
	color: #000000;
}

.LastInfo
{
	clear:left;
}

.floatimgleft {
	position:relative;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border: solid 4px #FFFFFF;
}

.floatimgright{
	position:relative;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: double #999999 3px;
}

/* ALBUM */

.albumWrapper {
				
	height:120px;
	width:auto;
	text-align:center;
	float:left;
	
	margin-top:20px;
	margin-left: auto;
	margin-right:auto;
	padding-left:18px;
	padding-right:18px;
}
.albumWrapper2 {	
	margin:3px;
	width:auto;
}
.albumWrapper a:link, .albumWrapper a:visited {
	color:#999999;
	text-decoration:none;
	display:block;
}
.albumWrapper img {
	border:1px solid #888888;
	}
	
.albumTitle {
	font-size:8pt;
	padding:2px 0;
}

.albumTitle a:link, .albumTitle a:visited {
	border:none;
}

.albumall { display:none; }


/* BROWSE */

#browse
{
	width:900px;
}

#browse a
{
	height:auto;
	width:auto;
	text-align:center;
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

.thumbnails
{
	border: double #999999 3px;
}

/****** splash page ******/
.button
{
	margin: 6px;

}

.button img
{
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right: 5px solid  #FFFFFF;
	vertical-align:middle;
}