/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: url(images/background.png);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h2, h3 {
	margin-top: 0px;
	color: #2D661F;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #248A06;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 644px;
	height: 130px;
	margin: 0 auto;
	background: url(images/top.png);
}

#header h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 32px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header img {
	padding-left: 5px;
	position: relative;
	z-index: 1;
}

/* Menu */

#menu {
	width: 644px;
	height: 30px;
	margin: 0 auto;
	background: url(images/bg.png);
	padding: 3px;
}

#menu img {
	border: 0;
}

#menu ul {
	width: 624px;
	height: 40px;
	margin: 0 0 0 10px;
	padding: 0;
	background: #909b6b;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 15px 5px 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #909b6b;
}

/* Splash */

#splash {
	width: 644px;
	height: 61px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 630px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: url(images/bg.png);
}

#colOne {
	float: right;
	width: 330px;
	padding: 0 15px 0 0;
}

#colTwo {
	float: left;
	width: 250px;
	padding: 0 0 0 15px;
}

#colOne ul {
	list-style-image:url('images/list.png');
}

#colTwo ul {
	list-style-image:url('images/list.png');
}

#singCol {
	float: left;
	width: 580px;
	padding: 0 15px 0 15px;
	text-align: center;
}

#singCol img {
	border: 0;
}

#singColLeft {
	float: left;
	width: 580px;
	margin: 0 15px 0 15px;
}

#singColLeft img {
	border: 0;
}

#singColLeft ul {
	list-style-image:url('images/list.png')
}

#phpphotoalbum1 {
	width: 606px;
}

/* Footer */

#footer {
	width: 644px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/bottom.png) no-repeat;
}

#footer p {
	text-align: center;
	color: #1C570A;
}

#footer img {
	border: 0;
	margin: 25px 0 0 0;
}

.photodiv{
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

.photodiv img{
border: 0;
cursor: hand;
cursor: pointer;
}

#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;  
box-shadow: 5px 5px #818181;
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true); /* IE drop shadow*/
}

#thumbBox .footerbar{
font: bold 14px;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{
background-color: white;
margin: 5px;
}

#thumbLoading{
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 10px;
font: bold 14px Arial;
z-index: 5;
}