/* CSS Document */

#hd {
	height:35px;
	position: relative;
}
#bd {
	padding: 10px 0 0 23px;
	min-height:300px;
}
.sidebar { /*default class for sidebar container */
	padding-top:340px;
}
#wrapper {
	background: transparent url(images/header.jpg) no-repeat scroll center top;
}
#yui-main .yui-g { /*default main content container */
	background: transparent url(images/bgContent.jpg) no-repeat scroll 7px top;
	padding:10px 15px 0 25px;
	width: 560px;
}
.yui-u{
	padding: 0px 0 0 10px;
}
.yui-u.first{
		padding: 0;
}
.titleLrg {
	background: none;
	padding: 0 0 0 10px;
	margin-bottom:  15px;
}
.albumDetail {

}
#modAlbum {
	padding: 0;
	width: auto;
}
#rightCol {
	padding-left: 10px;
	margin-top:45px;
}
.copy  {
font-size: 87%;
color: #8B3E12;
}
/*-------------------------------------
Sticky Navigation  */ 
#stickyBox {
	margin:0px 0 0 10px;
	padding:0px 0 0 0;
	text-align:left;
	letter-spacing:0px;
	font-weight:normal;
	font-size:93%;
	width:580px;
	height:38px;
	border-bottom: none;
}
#stickBox ul {
	list-style-type: square inside;
}
#stickyBox li {
	display:inline;
}
#stickyNav a {
	display: block;
	width:auto;
	padding: 3px 8px;
	text-decoration: none;
	text-align:center;
	margin:3px 8px 0 0;
	float:left;
	color: #fff;
	background: #AF6720;
	border: none;
}
#stickyNav a:hover {
	color: #fff;
	background: #840901;
}
#stickyBox ul ul {
	display:none;
}