/* MAIN STYLES */

h1 {
}

h2 {
}

h3 {
}

p {
}

a {
}

a:hover {
}

a:active {
}

ul, li {
}



/* CLASSES */



.textmenu p {
}

.textmenu a {
}

.textmenu a:hover {
}

.textmenu a:active {
}

/* Photo Gallery Styles */
/* Medium Color BG */
.gpn_tborder {
	color: #CCCCCC; 
	background: #CC9966; 
	border: 1px solid #000000;
}
/* Dark Color BG */
.gpn_control {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFFFFF; 
	background: #000000; 
	padding: 3px 6px 3px 6px; 
	white-space: nowrap;
}
/* Light Color BG */
.gpn_inactive {
	color: #000000;	
	background: #E3DA8E; 
	text-decoration: none;
}
/* Medium Color BG */
.gpn_active {
	color: #666666;
	background: #CC9966; 
}
.gpn_smallfont {
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
