*{
	padding:0;
	margin:0;
}

body{
	padding:0;
	margin:0;
	text-align:center;
	color:#52565b;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;

}

a:link, a:visited{
	text-decoration:none;
	color:#333;
}

img{
	border:0;
}

div#container{
	background:url('../img/bckg.gif');
	width:780px;
	margin:20px auto 0 auto;
	height:780px;
	text-align:left;
	position:relative;
	border:1px solid #ddd;
}

div#footer-margin{
	height:20px;
}

div#menu{
	position:absolute;
	top:270px;
	left:0;
	width:118px;
}

div#menu ul{
	font-size:9px;
	list-style: square inside;
}

div#menu li{
	border-bottom:1px solid white;
	padding:2px 2px 2px 7px;
}

div#menu li:hover,div#menu li.selected{
	background:#fafafa;
}

div#submenu{
	position:absolute;
	top:190px;
	left:170px;
}

div#submenu ul{
	font-size:11px;
	list-style:none;
}

div#submenu li{
	padding:2px 10px;
	float:left;
	border-right:1px solid #ddd;
}

div#submenu li:hover,div#submenu li.selected{
	background:#eaeaea;
}

div#main{
	background:url('../img/bckg_main.gif');
	width:642px;
	height:545px;
	position:absolute;
	left:118px;
	top:215px;
	padding:10px;
}

div#footer{
	bottom:5px;
	position:absolute;
	left:30px;
}

div.albumcovercontainer{
	margin-bottom:15px;
	width:642px;
	text-align:center;
}

div.albumcovercontainer img{
	border: 7px solid white;
	max-width:628px;
}

div.thumbnailcontainer{
	overflow-y:hidden;
	overflow-x:hidden;
	width:612px;
	white-space:nowrap;
	height:80px;
	float:left;
	background:#777;
}

div.thumbnailcontainer img{
	height:60px;
	border:10px solid #eee;
}

div.scroll_container{
	width:15px;
	height:100px;
	float:left;
}

div.scroll_container a{
	display:block;
	padding:33px 3px 32px 3px;
	background:#ddd;
}

h1{
	font-size:12px;
	color:black;
	text-transform:uppercase;
	margin-bottom:1em;
}

p{
	line-height:1.5em;
	margin-bottom:1em;
}

h2{
	font-size:11px;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.5em;
}

table.contact_info td:first-child{
	width:60px;
	color:#999;
}

div#contact_container>table
{
	width:300px;
}