#print { 
	background: none;
	padding: 0;
	margin: 0;
} 
#main {
	position: relative;
	top: 10px;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#bckgrnd1, #bckgrnd2 {
	width: 800px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#bckgrnd1 {
	background: url("../img/background.png") repeat-y;
	z-index: 1;
}
#bckgrnd2 {
	z-index: 2;
}
#content {
	top: 285px;
	position: absolute;
}	
#l_c { 
	float: left;
	width: 240px;
	height: auto;
	left: 20px;
	top: 10px;
	position: relative;
}
#r_c {
	float: right;
	width: 535px;
	height: auto;
	left: 20px;
	top: 10px;
	position: relative;
	padding-right: 20px;
}
#instruments {
	position: relative;
	top: 200px;
	left: 450px;
	width: 150px;
	z-index: 3;
	font-size: 16pt;
	font-style: oblique;
	color: #ffffff;
}
#languages {
	position: relative;
	top: 220px;
	left: 600px;
	width: 100px;
	z-index: 3;
	font-size: 10pt;
	color: #ffffff;
}
#languages a:link,#languages a:visited,#languages a:hover {
	display: inline;
	color: #ffffff;
	font-size: 10pt;
	text-decoration: underline;
}
#extras {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 7pt;
	text-align: center;
}
#extras strong {
	color: #ffffff;
	font-weight: bold;
}
#extras a {
	display: inline;
}
#extras img {
	display: inline;
}
#list {
	text-align: center;
	width: 485px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 2px solid #acacac;
}
#list thead {
	background-color: #acacac;
}
#list th {
	font-size: 10pt;
}
#list td {
	text-align: center;
	border: 1px solid #acacac;
}
