/* Global styles 
body {
	background-color:white;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	FONT-SIZE: 11px;
}
div {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}
span {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}
p {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}
h1 {
	color:#c60;
	font-family:arial, verdana, sans-serif;
	font-size:16pt;
	line-height: 20pt;
	margin:0 0 12pt 0;
	font-weight:normal;
}
h2 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
}
h3 {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
}
a {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
	text-decoration: underline;
}
a:hover {
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
	text-decoration: none;
}
#gallery_body {
	position: relative;
	float: left;
	clear: both;
	width: 436px;
}
#gallery_header {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#gallery_header a {
	text-decoration:none;
 	color: #001C52;
	font-size: 16px;
	font-weight: bold;
}
#gallery_header a:hover {
	text-decoration:none;
 	color: #001C52;
	font-size: 16px;
	font-weight: bold;
}
#gallery_logo {
	border: none;
}
#gallery_directories {
	position: relative;
	float: left;
	clear: none;
	width: 130px;
	min-height: 600px;
	margin: 5px 15px 5px 0px;
	padding: 0px;
}
.gallery_directory {
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	padding: 4px;
	width: 220px;
}
.gallery_directory:hover {
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	padding: 4px;
	width: 220px;
}
.gallery_directory a {
	text-decoration: none;
	font-weight: bold;
	color: #464646;
}
.gallery_directory a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #464646;
}
.gallery_directory_active {
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	padding: 4px;
	width: 220px;
}
.gallery_directory_active:hover {
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	padding: 4px;
	width: 220px;
}
.gallery_directory_active a {
	text-decoration: none;
	font-weight: bold;
	color: #A60006;
}
.gallery_directory_active a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #A60006;
}
#gallery_content {
	position: relative;
	float: left;
	clear: none;
	width: 240px;
	min-height: 300px;
	padding-left:36px;
}
#gallery_content p {
	margin: 5px;
}
#gallery_footer {
	position: relative;
	float: left;
	clear: both;
	height: 20px;
	width: 100%;
	margin: 20px 0px 5px 0px;
	padding: 2px;
	text-align: center;
}
div.gallery_image {
	position: relative;
	float: left;
	clear: none;
	margin: 5px;
}
img.gallery_image {
	border: 1px solid #dadada;
	cursor: default;
}
img.gallery_image:hover {
	border: 1px solid #A60006;
	cursor: pointer;
}
#gallery_directories_heading {
	position: relative;
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #001C52;
	margin: 0px 0px 10px 0px;	
}
*/