﻿/* CSS layout */
A:link {
	color: #594ae2;
}

A:active {
/*	color: #FF0000;  */
}

A:visited {
	color: #B958A9;
}

A:hover {
	color: #796af6;
}

h1 {
	font-family: Verdana;
	font-size: Medium;
	font-weight: normal;
	color: #594ae2;
	text-align: center;
	margin-bottom: 24px;
}
h2 {
	font-family: Verdana;
	font-size: Small;
	font-weight: normal;
	color: #594ae2;
	text-align: center;
	margin-bottom: 24px;
}
h4 {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #594ae2;
	text-decoration: underline;
	margin-bottom: 0px;
}
h5 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #594ae2;
	margin-bottom: 0px;
}
h6 {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #594ae2;
	margin-bottom: 0px;
}

body {
	background-color: #CCCCCC;
	background-repeat: repeat;
	background-attachment: scroll;
	margin: 0;
 	padding: 0;
	text-align: center;

}
#container {
	width: 800px;
	/* height: 100%; */
	/* height: 770px; */
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 0px;
	top: 0px;
	position: relative;
}

#container_index {
	width: 800px;
	/* height: 100%; */
	/* height: 700px;  */
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 0px;
	top: 0px;
	position: relative;
}
#container_bio {
	width: 800px;
/* 	height: 100%; */
	/*	height: 770px; */
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 0px;
	top: 0px;
	position: relative;
}
#header {
	width: 592px;
	margin-bottom:10px;
	margin-right: 10px;
	margin-left: 10px;
/*    height: 40px;	 */
	color: #594ae2;
	text-align: left;
/*	font-weight: bold; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
}#tag_line {
	width: 592px;
	margin-bottom:10px;
	margin-right: 10px;
	margin-left: 3px;
/*    height: 40px;	 */
	color: #594ae2;
	text-align: center;
/*	font-weight: bold; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
}

#top_links_section {
/*	margin-top:10px;
	margin-bottom:50px;
	height: 60px; */
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}#main_image_index {
	width: 960px;
	/*	height: 100%; */
/*	height: 664px;  */
/*	background-image: url('../global_images/clive_poster_top.jpg'); */
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 0px;
	top: 0px;
	position: relative;
}  

#main_content_index {
/*	margin-top: 605px; */
	margin-right: 60px;
	margin-left: 60px;	
	text-align: justify;

	font-family: Verdana;
	font-size: x-small;
}
#main_content {
	margin-right: 60px;
	margin-left: 60px;	
	text-align: justify;

	font-family: Verdana;
	font-size: 10px;
}

#flashPlayer {
	margin-right: 60px;
	margin-left: 60px;	
	text-align: center;

	font-family: Verdana;
	font-size: x-small;
}

#links_section {
/*	margin-top:50px;
/*	margin-bottom:50px; */
/*	height: 70px; */
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#other_links_section {
	margin-top:50px;
	margin-bottom:50px;
/*	height: 70px; */
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
}

#repertoire_table {
	margin-right: 60px;
	margin-left: 60px;
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
}

#footer {
	margin-top:30px;
	margin-bottom:20px;
	margin-right: 10px;
	margin-left: 10px;
    height: 30px;	 
	color: #594ae2;  
	text-align: center;
/*	font-weight: bold; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#copyright {
	margin-right: 10px;
	margin-left: 10px; 
	color: #777777;  
	text-align: center;
/*	font-weight: bold; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}