body {
	background-color: #D8B76A;
	margin: 0px;
}

body, div, p, span, table, tr, th, tr {
	font-family: Georgia, Times, serif;
	color: white;
	font-size: 14px;

}


#container {
	width: 813px;
}

#top {
	width: 813px;
	height: 215px;
     	background-image: url('violinheader.jpg');
	background-repeat: no-repeat;
}



#main {
	width: 813px;
	min-height: 80px;
     	background-image: url('rtbg.jpg');
	background-repeat: repeat-y;
	font-family: Verdana,Georgia,serif;
	color: #D6A81F;
	font-size: 12px;
}


	.indent {
		padding: 4px;
	}


#content {
	position:relative;
	z-index:10;
	padding: 15px 120px 0px 95px;
	text-align: left;
}

#bottom {
	width: 813px;
	height: 90px;
     	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	
	font-family: Georgia,serif;
	color: #D6A81F;
	font-size: 10px;
}



a {
	color: #FFE083;
}

