/* Main Layout and Text
------------------------------ */

body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; text-align: center; 
background: #4682b4;
}

#main { 
width: 595px; margin: 0px auto; text-align: left; 
}

#gallerytitle H2 { 
font-size: 11pt; 
}

#gallerytitle SPAN { 
font-weight: normal; 
color: #000; 
text-decoration: none; 
}

#gallerytitle A:link, #gallerytitle A:visited { 
text-decoration: none; 
color: #fffff0; 
}

HR { 
clear: both; 
height: 0px; 
border: 0px; 
border-top: 1px solid #ccc; 
margin-top: 0px; 
padding: 0px; 
}

.albumtitle H3 { 
margin: 0px; 
padding: 0px; 
}

/* IMAGE Styles
------------------------------ */

#albums { 
clear: both; 
margin: 5px 0px 10px; 
padding: 0px; 
}

#images { 
margin: 5px 0px 10px; 
clear: both; 
}

.albumthumb IMG { 
border: 5px solid #fffff0; 
float: left; 
margin-right: 10px; 
}

.imagethumb IMG, .image IMG { 
border: 3px solid #fffff0; 
margin: 0px; 
padding: 0px; 
}

.image { 
margin: 0px; 
padding: 0px; 
float: left; 
}

.imgnav { 
margin-bottom: 4px; 
font-size: 8pt; 
font-weight: bold; 
color: #CCC; 
}

/* Basic Link Styles
------------------------------ */

a:link, a:visited {	
text-decoration: none;	
color: #fffff0;
}

a:hover, a:active, #gallerytitle a:hover, #gallerytitle a:active, .pagenav a:hover, .pagenav a:active  {
text-decoration: none;	
color: #00008b;
}

/* Page Navigation
------------------------------ */

.pagenav { 
margin: 5px 0px 5px; 
font-size: 8pt; 
font-weight: bold; 
color: #CCC; 
clear: both; 
}

.disabledlink { 
color: #ddd; 
cursor: default; 
}

.pagenav a:link, .pagenav a:visited { 
color: #333; 
text-decoration: none; 
}

ul.pagelist {
padding: 0px;  
margin: 5px 0px 5px;  
list-style-type: none;  
height: 2em;
}

ul.pagelist li { 
display: inline; 
font-weight: bold; 
}

ul.pagelist li a, ul.pagelist li span.disabledlink {
display: block;
float: left;
padding: 2px 4px;
background-color: #fffff0; 
text-decoration: none;
color: #999;
}

ul.pagelist li span.disabledlink { 
color: #ddd; 
cursor: default; 
}

ul.pagelist li a:hover { 
color: #00008b; 
}

ul.pagelist li.current a { 
background-color: #ccc; 
color: #000; 
cursor: default; 
}

/* Basic Link Styles */
------------------------------ 

a:link, a:visited {	
text-decoration: none;	
color: #000000;
}

a:hover, a:active, #gallerytitle a:hover, #gallerytitle a:active, .pagenav a:hover, .pagenav a:active  {
text-decoration: underline;	
color: #00008b;
}



