#container
{
	background-color: #37414c;
	position: relative;
	width: 100%;
	text-align: left;
	marginp-bottom: 20px;
}
#container-inner
{
	position: static;
	width: auto; 
	border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #292e33;
}
#pagebody
{	
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #000;
	width: 720px;
	min-height: 800px;
	position: relative;
}
#pagebody-inner
{
	position: static; 
	width: 100%;
}
.breadcrumbs {
	background-color: #036;
	color: #FFF;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	font-weight: bold;
	text-align: left;
	/* margin-bottom: 20px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: .9em;
}		
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom:1px dotted #69f;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

#album_name_space {
	padding-left: 15px;
	margin-right: 0px;
}
body {
	color: #FFF;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #036;
	border-bottom: none;
}
	


/* ALBUM STYLES */
.album_title {
	font-size: 2.2em;
	color: #FFF;
	margin-top: 10px;
	padding-bottom: 5px;
}
.album_description {
	color: #CCC;
	padding-bottom: 5px;
	font-size: 1.2em;
}
.album_date {
	color: #666;
	padding-bottom: 0px;
	font-size: 1em;
}
.album_numphotos {
	color: #666;
	padding-bottom: 5px;
	font-size: .9em;
}
.entire_photo_space {
	margin-top: 10px;
	margin-left: 15px;
	width: 165px;
	float: left;
	height: 200px;
	background-color: #000000; 
}
.photo {
	border: 0px #37414c solid;
}
.photo img {
	border: 3px solid #036;
	margin-top: 5px;	
}
.image_title {
	color: #CCC;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 5px;
}
.image_description {
	color: #666;
	padding-right:15px;
	padding-bottom: 5px;
	font-size: 1em;
}
.image_date {
	font-size: .9em;
	font-weight: bold;
	color: #555;
	padding-bottom: 4px;
	padding-top: 0px;
}


/* FOOTER STYLES */

.rss_icon {
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding: 2px 3px 3px 3px;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color:#FFF;
	background:#F60;
	text-decoration:none;
	margin-top: 2px;
	margin-left: 15px;
	position: absolute;
	top: 1px;
	left: 672px; 
}	
.rss_icon a:link, .rss_icon a:visited, .rss_icon a:active {
	color:#FFF;
	text-decoration:none;
	padding:1px;
	border:0px;
}
