html {
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	width: 775px;
	background: url(images/page_bkg.gif);
}
#header {
	background: url(images/header_bkg.jpg) no-repeat;
	clear: both;
	height: 139px;
	width: 100%;
}
#logo {
	position: absolute;
	left: 24px;
	top: 20px;
}
.nav {
	background: url(images/nav_bkg.gif) repeat-x;
	height: 25px;
	padding-left: 215px;
	clear: both;
}
.blueline {
	background: #006cb8;
	height: 2px;
	clear: both;
}
.navbuttons {
	margin-left: 29px;
}
#textarea {
	float: left;
	width: 747px;
	padding-top: 67px;
	padding-left: 26px;
	padding-bottom: 45px;
	font-size: 1.2em;
}
#text {
	width: 330px;
	padding-right: 64px;
	padding-left: 53px;
	font-size: 1.2em;
	float: left;
	padding-top: 12px;
}
#holder {
	width: 775px;
}
.photo1 {
	margin-left: 28px;
	margin-bottom: 19px;
}
.photo2 {
	margin-left: 19px;
	margin-bottom: 19px;
}
.photo3 {
	margin-left: 19px;
}
.clear {
	clear: both;
}
#photos {
	float: right;
	width: 290px;
	margin-right: 6px;
}
.footer {
	background: url(images/footer_bkg.gif) repeat-x;
	height: 20px;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
.footer a {
	color: #FFCC00;
}
.footer a:visited {

	color: #FF9900;
}
h1 {
	font-size: 1.5em;
	color: #009933;
	text-align: left;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
#containerphotos {

	width: 775px;
}
.photomargin {
	margin-left: 10px;
}
.gallery {
	margin-top: 7px;
	margin-left: 15px;
	margin-bottom: 7px;
}
.popup {
	background: #000000;
}
.bluecircle {
	float: right;
	margin-left: 7px;
}
.photo4 {

	margin-left: 28px;
}

.photo_alb
	{ border: 2px solid green;}
	
	
a.photo_alb:link {color: green; border: 4px solid;}     /* unvisited link */
a.photo_alb:visited {color: green; border: 4px solid;}  /* visited link */
a.photo_alb:hover {color: green; border: 4px solid;}   /* mouse over link */
a.photo_alb:active {color: green; border: 4px solid;}   /* selected link */