/* img path in CSS file are relative from location of CSS file not HTML file */
body {
    background: #481400;
}

#wrapper {
	margin: 0 auto;
    background: url(/images/p_bg.gif) no-repeat bottom left;
    width: 1169px;
    height: 867px;
}
#wrapper2 {
	margin: 0 auto;
    width: 840px;
}

#hd {
    margin: 0 auto;
    height: 104px;
    background: url(/images/p_logo.png) no-repeat bottom left;
}

#bd-content {
    clear: both;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#showit-ct{
    height: 580px;
    margin: 0 auto 10px auto;
}

#showit-frame{
/*   border: 2px solid #ee84b5;*/
}

#showit_swf {
    background: #481400;
}

#gallery-label {
	float:left;
	font-size: 14px;
	line-height: 29px;
}

.menu img {
	vertical-align: bottom;
    padding: 0;
    margin: 0;
}

.menu li {
    height:36px;
	float: left;
}

.menu a {
	display: block;
	float: left;
	margin: 0;
    padding: 0;
	text-decoration: none;
	
}

/* TOP MENU */
#menu-ct {
    margin: 68px 0 0 0;
    float: right;
}

/* BTM MENU */
#btm-menu-ct {
    float: right;
}
#btm-menu-ct .menu li {
    height:29px;
}

.albums #wrapper2 {
    width: 845px;
}

.albums #showit-ct{
    height: 520px;
    overflow: hidden;
}

.albums #showit-frame {
    margin-top: -75px;
}

.albums #btm {
    margin-top: -70px;
}
