body{
	color: #5f462e;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #cc9933;
	}

#album_header_div {
	margin-bottom: 12px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}	

#album_header_comments_div {
	margin-bottom: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
}	

#back_to_home {
	text-align: center;
	margin-bottom: 12px;
	color: #5f462e;
}

#iwebalbum {

}

.iwebalbum_table {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.iwebalbum_photobox_table {
	width:140px;
	height:140px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

a:link, a:visited  {
	text-decoration: underline;
	color: #5f462e;
}

a:hover {
	text-decoration: none;
	color: #a47b29;
}

.photobox { border: 1px solid #aaaaaa;}
a:link .photobox {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a:visited .photobox { border-color: #aaaaaa;}
a:hover .photobox { border-color: #ffffff;}

#pages {
	text-align: center;
	margin-top: 18px;
}

#pages span{
	margin-right: 5px;
	padding: 4px;
}

#pages span a{
	padding: 4px;
}

#pages span a:hover{
	background-color: #000099;
	color: #903203;
	padding: 4px;
}

#generator {
	text-align: right;
	clear: both;
	margin-top: 40px;
	padding-right: 20px;
	padding-bottom: 6px;
	font-size: 10px;
}

#slideshow {
	text-align: center;
	margin-top: 18px;
}
/* additional styles */

.red {
	color: #F00;
}

.center {
	text-align: center;
}


/*adds border to element */
.border {
	border:1px solid #FFF;
}

.large {
	font-size: 24px;
}

li {
	margin:.5em 10% .5em 0
}

img.floatLeft {
	float: left;
	margin: 0px 8px 0px 0px;
}

img.floatRight {
	float: right;
	margin: 4px;
}

html>body .image-left {
	margin: 4px 4px 4px 0px;
	padding: 4px;
	float: left;
}

html>body .image-right {
	margin: 4px 0px 4px 4px;
	padding: 4px;
	float: right;
}

a img {
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

/*class for a table,  colonial blue header with colonial blue borders, can be used many times on a page*/
.mytable1 {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	width: 860px;
	color: #5f462e;
	text-align: justify;
}

.mytable1 th {
	font-weight: bold;
	background-color: #6e8cc0;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ffffff;
}

.mytable1 td, th {
	padding: 5px 5px;
	border: 1px solid #6e8cc0;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
}

/*class for a table, no borders, can be used many times on a page*/

.mytable3 {
 border: none  width:444px;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

.mytable3 td {
 border: none  padding:5px;
}

.mytable3 th {
 border: none  padding:5px;
}

/* @end */
