page{
	width: 1100px;
	margin: 0 auto;
	border-color: blue;
	border-width: 0px;
	border-style: solid;
}

header{
	background-image: url(../images/tingatinga_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	grid-area: hd;
}

empty{
	width: auto;
	height: auto;
	grid-area: empty;
}

subheader{
	margin: 0px 10px;
	width: auto;
	height: auto;
	grid-area: shd;
}

tail{
	background-image: url(../images/subheader_right.jpg);
	background-position: 38px 0px;
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	grid-area: tail;
}

menu{
	text-align: right;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:0.2em;
	margin: 0px 10px;
	width: auto;
	height: auto;
	grid-area: menu;
}

content_left{
	margin: 10px;
	grid-area: conl;
}
content_right{
	margin: 10px;
	grid-area: conr;
}
content{
	margin: 10px;
	/* text-align: center; */
	grid-area: conr;
	grid-area: conl;
}

.artist_box{
	float: left;
	max-width: 200px;
	height: 230px;
	padding: 12px;
}
.img_artist{
	max-width: 100%;
  height: auto;
}

.image_box{
 float: left;
	width: 150px;
	height: 150px;
	padding: 40px;
}

.cover_flow_right {
	position:relative;
	top:-125px;
	left:-50px;
	float: right;
}

.artist_biography {
	color: #4ba6c9;
}


/**************************************************/

hr{
	width: 84%;
	margin-left: auto;
	margin-right: 0;
	border-color: #ffbf34;
}


/**************************************************/

a{
	color: 	#4ba6c9;
	text-decoration:none;
}

a:hover{
	color: #ffbf34;
}

h1{
	color: #85b6c9;
	font-size:large;
	font-weight:bold;
}

h2{
	color: #ffbf34;
	font-size:large;
	font-weight:bold;
	margin: 0px 0px;
}

h3{
	color: #5395d0;
	font-size:medium;
	font-weight:bold;
}

h4{
	color: #85b6c9;
	font-size:medium;
	font-weight:bold;
	letter-spacing:0.0em;
}

p{
	color: #85b6c9;
}

sub{
	color: #85b6c9;
	margin-top: 0px;
}

picSig{
	color: #4ba6c9;
	font-size: small;
}

copyRight{
	color: #4ba6c9;
	font-size: 8pt;
}

noLink{
	color: 	#4ba6c9;
}

menu_link{
	color: 	#4ba6c9;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:0.3em;
}

menu_link:hover{
	color: 	#ffbf34;
}

menu_cur{
	color: 	#ffbf34;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:0.3em;
}

#menu ul > li.active{
    background-color: #FF0000;
}
