html {
    height: 100%;
    width: 100%;
}

body{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position:relative;
	background: url('../images/bgShadow.jpg') repeat-y center center;
	border: 1px solid #ccc;
	min-width: 1000px;
	
}

html,body{
	background-color: #cbdfd6;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin:0 auto;
	padding: 0;
}

img,a, a img, img a{
	border: 0;
}

.clear{
	clear:both;
}

a,
a:visited{
	font-size: 12px;
	color: #008676;
	text-decoration: underline;
}

/* artist */
div.menuNavig div.InnerBlock a:visited{
 color:#000000;
 font-weight:bold;
}
div.menuNavig div.InnerBlock a{
 color:#000000;
 font-weight:bold;
}

a:hover{
	text-decoration: none;
}

h3{
	font-size:16px;
	color: #006054;
}

div.slide{display:none;}

