/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
	}
h1 {
	font-size:18px;
	font-weight:bold;
	}
#main {
	width:850px;
	background-color:#FFFF5A;
	}
#menu {
	width:850px;
	background-color:#000000;
	text-align:right;
	color:#FFFFFF;
	}
#example {
	position:relative;
	left:-150px;
	top:15px;
	}
#footer {
	width:850px;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer a:visited {
	color:#999999;
	}
#contact {
	background-image:url(images/santafesilver.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#cdTrio {
	background-image:url(images/cd_trio.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#customCds {
	background-image:url(images/custom_cds.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#soirees {
	background-image:url(images/soirees.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
.content {
	width:775px;
	}
.blackBorder {
	border:3px #000000 solid;
	}
.miniContent {
	width:350px;
	height:90px;
	float:left;
	text-align:left;
	}
.miniContent1 {
	width:350px;
	height:60px;
	float:left;
	text-align:left;
	}
.miniContentRight {
	width:350px;
	height:90px;
	float:left;
	text-align:left;
	}
.miniContentRight1 {
	width:350px;
	height:60px;
	float:left;
	text-align:left;
	}
.redText {
	color:#FF0000;
	}
.smallShift {
	position:relative;
	left:50px;
	}
.tinyText {
	font-size:10px;
	}
.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}