
BODY {
	margin-top: 0px;
	color: rgb(44,42,55);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url("../img/rebeccacapova_eu/head_background.png") center;
}

H1 {
	text-align: center;	
}

#foot A {
	color: rgb(120,120,120);
	text-decoration: none;
}

#foot A:HOVER {
	color: rgb(44,42,55);
}

#content {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

#head {
	width: 1000px;
	height: 70px;
}

#main_content {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#side_content {
	display: none;
}

#main_content P {
	text-align: justify;
}

#main_content H1 {
	margin-top: 0px;
}

#navigation {
	border-top: 1px solid rgb(194,194,194); 
	border-bottom: 1px solid rgb(194,194,194); 
	margin-bottom: 20px;
}


#navigation UL {
	margin: 0 auto;
	padding: 5px 0px;
	list-style: none;
	text-align: center;
}


#navigation LI {
	display: inline;
}


#navigation A {
	text-decoration: none;
	padding: 0 0.5em;
	color: rgb(120,120,120);
	font-weight: bold;
	font-size: 14px;
}


#navigation A:HOVER {
	color: rgb(44,42,55);
	font-weight: bold;
}

#navigation LI.selected A {
	color: rgb(44,42,55);
}


TABLE.repertoire {
	margin: 0 auto;
}

TABLE.repertoire TD {
	padding-bottom: 20px;	
	vertical-align: top;
	padding-left: 60px;
}


#foot {
	border-top: 1px solid rgb(194,194,194); 
	padding-top: 5px;
	text-align: center;
	clear: both;
}

#welcome {
	text-align: center;
	margin-bottom: 20px;
}

/********************* PHOTOS ***************/
UL#photo_albums H1 {
}

UL#photo_albums {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL#photo_albums IMG {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

UL#photo_albums LI {
	clear: both;
}

UL#photo_albums LI:HOVER {
}

UL#photo_albums P {
	padding-bottom: 10px;
}

UL#photo_albums BR {
	clear: both;
}

DIV.photo_thumb {
	float: left;
	text-align: center;
}

DIV.photo_thumb H3{
	margin-top: 0px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	width: 100px;
	display: none;
}

DIV.photo_thumb_image  {
	width: 140px;
	height: 140px;
	display: table;
	text-align: center;
	_position: relative;
}

DIV.photo_thumb_image_helper  {
	_position: absolute;
	_top: 50%;
	_left: 50%;
	display: table-cell;
	vertical-align: middle;
}

DIV.photo_thumb IMG {
	border: none 2px black;
}

DIV.photo_thumb A {
	_display: block;
	_position: relative;
	_top: -50%;
	_left: -50%;
}



#photo_detail {
	text-align: center;
}

#photo_detail H3 {
	font-size: large;
}

/************** CONTACT ********************/
LABEL {
	width: 100px;
	float: left;	
	font-weight: bold;
	color: rgb(40,40,40);
}

INPUT, TEXTAREA {
	width: 598px;
	float: left;	
	border: solid 1px rgb(44,42,55);
	margin-bottom: 20px;
}

TEXTAREA {
	height: 200px;
}

BUTTON {
	border: solid 1px rgb(44,42,55);
	background-color: white;
	color: rgb(44,42,55);
	font-weight: bold;
}

DIV.submit {
	clear: both;
	text-align: right;
}


IMG.right_image {

}

DIV.right_image {
	float: right;
	width: 260px;
	text-align: right;	
	background: url("../img/rebeccacapova_eu/right_image_background.png");
	margin-bottom: 10px;
}	
	


/********** CONCERTS *************/
DIV.concert {
	border-bottom: 1px solid rgb(194,194,194); 
}

DIV.concert H2 {
	font-size: medium;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}

DIV.concert H2 STRONG {
	color: rgb(171,76,102);
	padding-right: 20px;
}

DIV.concert H3 {
	font-size: small;
}

DIV.concert H4 {
	font-size: small;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

/********** REVIEWS *************/
DIV.review {
	border-bottom: 1px solid rgb(194,194,194); 
	
}

DIV.review P {
	font-style: italic;
	
}

DIV.review H4 {
	font-size: small;
	font-style: italic;
	text-align: right;
}

#repertoire BR {
	clear: both;	
}

#repertoire P {
	padding-bottom: 20px;
}

#repertoire A, A.back {
	color: rgb(171,76,102);
	display: block;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
}

#repertoire A:HOVER, A.back:HOVER {
	text-decoration: underline;
}

#repertoire IMG.left {
	margin-right: 10px;
	margin-bottom: 10px;
}

#repertoire IMG.right {
	margin-left: 10px;
	margin-bottom: 10px;
}

