/* Unchanged */
html, body{
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	background-color: #BBB661;
	background-image: url(images/main_bg.gif);
}

#photo-wrap{
	position:relative;
	background-image:url(images/photo_bg.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	height:100%;
	padding:0px;
	margin:0px;
}

#wrap{
	width:790px;
	height:540px;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -270px; /* half of the height */
    margin-left: -395px; /* half of the width */
}

#top-wrap{
	float:left;
	position:relative;
	width:645px;
	height:143px;
	background-image:url(images/title_bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#wrap #content-wrap{
	float:left;
	background-color:#000000;
	width:645px;
	background-image:url(images/albums-main.jpg);
	background-repeat:no-repeat;
	height:456px;
}

/* content ------------------------------------------------------------*/

#content{
	float:left;
	width:600px;
	padding-left:0px;
	padding-top: 0px;
	height:430px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#title {
	width:636px;
	height:93px;
	padding-top:50px;
	padding-left: 10px;
	/*background-image: url(images/albums_title_bg_two.jpg);
	background-repeat: no-repeat;*/
	background-position: 0px 83px;
	}

#tag {
	width:400px;
	padding-left:27px;
	padding-top: 4px;
}

/* headers ------------------------------------------------------------*/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px;
	margin:0px;
}

/* logo ------------------------------------------------------------*/

#logo{
	position: absolute;
	right: 10px;
	top:-29px;
	width: 136px;
	height: 107px;
}

/* menu ------------------------------------------------------------*/

#menu{
	float:left;
	width:129px;
	height:512px;
	background-image:url(images/menu_bg.gif);
	background-repeat:no-repeat;
	padding: 125px 0px 0px 15px;
	margin:0px;
}

#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #308B6A;
	list-style-type: none;
	margin:0px;
	padding:5px 0px 2px 0px;
	width:115px;
	
}

#menu ul{
	padding:0px;
	margin:0px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBDC77;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

#menu .page {
	text-decoration: none;
	color: #FFFFFF;
}


/* links ------------------------------------------------------------*/

#links{
	position:absolute;
	margin:140px 0px 0px -15px;
	padding:0px;
	width: 136px;
	height: 26px;
	top: 454px;
	left: 666px;
}
#links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#000000;
}
#links a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#000000;
}

#links a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#FFFFFF;
}

a.submenu {
font-weight:bold;
color:#EBDC77;
text-transform: uppercase;
}

a.submenu:hover {
font-weight:bold;
text-transform: uppercase;
color:#ffffff;
}

a.submenu:visited {
font-weight:bold;
color: #296b59;
}