a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	border: 0;
	border-color: none;
}

.album_title {
	margin-top: -4px;
	font-size: 90%;
}

body {
	font-family: geneva,verdana,sans-serif;
	font-size: 69%;
	line-height: 140%;
	color: #444444;
	margin: 0;
	padding: 0;
	background-color: #E3E7EE;
}
.buy {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	color: #003366;
}
.contact {
	margin: 10px;
}

.content {
	padding:5px;
}
.copyright {
	text-align: center;
	font-size: 90%;
	font-style: italic;
}
.dark, .light {
   line-height: 125%;
}

.dark {
   background-color: #d4d4d4;
}
#disclaimer {
	font-style: italic;
	font-size: 90%;
	margin-top: 30px;
	margin-bottom: 12px;
}
	
#footer{
	width:100%;
}
.footerContent {
	border-top: 1px solid #99aabb;
	text-align: left;
}

.fpPic, .fullSizeVert {
	float: left;
	padding: 14px;
	border: 3px ridge #666666;
	background-color: #000000;
}

.fullSizeVert {
	margin-right: 30px;
}

#header {
	width:100%;
	border-bottom: 1px solid #99aabb;
}
#header img {
	border: 0;
	padding: 10px;
	padding-bottom: 15px;
}
.headerContent {
	margin-bottom: 10px;
}

#header .content {    /*padding bottom 0 to remove space in IE5 Mac*/
	padding-bottom: 0;
}

.horizInfo {
	text-align: center;
	margin-top: 12px;
}

.imageTitle {
	font-weight: bold;
	color: #003366;
	margin-bottom: 2px;
}
.imageDesc {
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
	color: #003366;
}

img {
	border: 1px solid #ffffff;
	display: block;
}

.indent10 {
	margin-left: 10px;
	margin-bottom: 20px;
}

#sidebar {
	border-right: 1px solid #99aabb;
}
#sidebar .content {
	padding-top: 20px;
}

#maincol {
	border-left: 1px solid #99aabb;
	padding-top: 20px;
	padding-bottom: 20px;
}
#maincol .content {
	padding-left: 10px;
}
#menu {
	font-family: verdana,geneva,sans-serif;
	font-weight: bold;
	background-color: ;
	color: #999999;
}
#menu {
	margin-top: 10px;
	padding-left: 20px;
}
#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		line-height: 175%;
}
#menu li {
		border-bottom: ;
		margin: 0;
}
#menu a {
		color: #003366;/* #663333; */
		text-decoration: none;
}

#menu li a:hover {
	color: #FF9900;
}

.nav {
	text-align: center;
	margin-top: 12px;
}

#outer {
	border-left-color: #ffffff;   /* left column colour */
	border-left-style: solid;
	background-color: #ffffff; /* center column colour */
}

#pageTitle {
	color: #336699;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 120%;
	width: 40%;
}

#pagewidth {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #999999;
} 

.picFrame {
	border: 1px solid #ffffff;
	display: block;
}

.title {
	color: #003366;
}

.vertInfo {
	margin-top: ;
}

.vertOffset {
	margin-left: 15px;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(./images/shadow.gif) no-repeat right bottom;
  }
.wrap2 {
  background:url(./images/corner_bl.gif) no-repeat left bottom;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(./images/corner_tr.gif) no-repeat right top;
  display:block;
  }