BODY	{
	margin: 5px 5px 5px 5px;
	text-align: center;
	background-color: #FFF;
	background-image: url(pics/bg4.png)
	}
	
#container {
	width: 30em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;

} 
#header	{background-color:  #333;
text-align:center;
background-repeat:inherit;

}
#nav	{background-color:#
background-repeat:inherit;
width:inherit;
}

#footer	{background-color:  #333;
background-repeat:inherit;
width:inherit;
height:inherit
}

#bottom	{background-color:#333;
background-repeat:inherit;
width:inherit;
}

#links	{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:20px;
}

#title	{ font-family:BankGothic Lt BT;
color:#FFF;
background-color:8b7b6d;
font-size:20px;
}

#text	{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


SPAN.smallcaps	{font-size:75%;
		text-transform:capitalize;
	}

SPAN.tiny	{font-size:50%}

H1	{text-align:center;
	color:red;
	font-weight:bold;
	font-family:sans-serif;
	}

H2	{text-align:center;
	color:black;
	font-weight:bold;
	font-size:17px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

H3	{text-align:center;
	color:red;
	font-style:italic;
	font-weight:bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

H4	{text-align:center;
	color:black;
	font-family:sans-serif;
	}
	
H5	{font-family:Swis721 Th BT;
font-size: x-large;
}

P	{
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

P.ctr	{text-align:center
}

P.right	{text-align:right}

P.small	{font-size:xx-small;
	text-align:right;
	}

UL	{
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
LI	{text-align:left;
}
	

A:link	{
	font-weight:bold;
	text-decoration:none;
	color:#C00;
	}

A:visited	{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	}

A:hover	{
	font-weight:bold;
	}

A:active	{
	font-weight:bold;
	text-decoration:none;
	}

IMG	{
	position:relative;
	top:0;
	left:0;
	vertical-align:top;
	overflow: scroll;
	}

IMG.wrap {float:right;
	margin: 10px
	}

IMG.right {float:right;
	margin: 3px
	}

IMG.left {float:left;
	margin: 3px
	}



#gallery {
	position: relative;
	float: left;
	width: 600px;
	padding: 0px 15px 10px 15px;
}

.photos {
	position: relative;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.photosets {
	clear: both;
	padding-top: 1px;
}
.photosets h2 {
	color: #000;
}