body {
	font-family: Arial;
	margin: 20px 20px;
	cursor: default;
	color: #3B5071;
}

body a {
	text-decoration: none;
	color: #556784;
}

body a:hover {
	text-decoration: underline;
}

div#navigation {
  margin: auto;
	text-align: center;
}

div.thumb_preview {
	width: 120px;
	height: 93px;
	border: 1px solid #3B5071;
	padding: 2px;
	margin: auto;
	cursor: pointer;
	background: #fff;
}

#main {
	width: 960px;
}

#main #header {
	background: transparent url('http://mentyx.com/images/header_right.jpg') scroll top right no-repeat;
	height: 171px;
	text-align: right;
}

#main #header #logo {
	background: transparent url('http://mentyx.com/images/logo.jpg') scroll top left no-repeat;
	height: 171px;
}

#main #header #logo #link {
	margin-top: 152px;
	float: right;
}
			
#main #menu {
	width: 210px;
	float: left;
	text-align: center;
	padding-top: 30px;
}

#main #menu div.albumpreview {
	margin-bottom: 20px;
}

#main #menu div.albumpreview img {
	border: 0px;
}

#main #content {
	border-left: 1px solid #3B5071;
	border-top: 1px solid #3B5071;
	width: 747px;
	overflow: hidden;

}

#main #subcontent {
	border-left: 1px solid #3B5071;
	border-top: 1px solid #3B5071;
	margin: 2px 20px 20px 2px;
}

#main #subcontent #picture_content {
	width: 580px;
	margin: auto;
	margin-bottom: 20px;
}
	
#main #subcontent #picture_content #borderpicture {
	width: 580px;
	/*height: 450px;*/
	border: 1px solid #3B5071;
	position: relative; 
	overflow: hidden; 
	padding: 5px;
}

#main #subcontent #picture_content #title {
	text-align: center;
	font-size: 18px;
}

#main #subcontent #picture_content #navigation {
	text-align: center;
	position: relative;
	height: 30px;
}

#main #subcontent #picture_content #navigation a#previous {
	background: transparent url('http://mentyx.com/images/arrow_left.gif') scroll center left no-repeat;
	padding-left: 20px;
	position: absolute;
	left: 20px;
	top: 10px;
}

#main #subcontent #picture_content #navigation a#next {
	background: transparent url('http://mentyx.com/images/arrow_right.gif') scroll center right no-repeat;
	padding-right: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
}

#main #subcontent #picture_content #description {
	margin-top: 65px;
	padding: 10px;
	font-size: 12px;
	
}
