/* Style sheet for arcoquartet.co.uk, July 2006 */body {	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color:#FFF;	background-color:#000;}a,a:visited {	color: #FFF;}a:hover, .highlight {	color:#F90;}hr {color:#F90;size:1px;}/* Sets up a centering for whole page */div#container {	position: absolute;	width: 700px;	left: 50%;	margin-left:-350px;	top: 10px;	height: 12px;}div#logo {	position: absolute;	top: 0px;	left: 0px;}/* Styling of menu */div#menu {	position:absolute;	top: 45px;	right: 0px;	width: 350px;	height: auto;	text-align:left;}div#menu ul {	margin-top: 0px;	margin-bottom: 0px;	padding: 0px;}div#menu ul li {	display: inline;	color: #fff;	padding-left:15px;	padding-bottom:3px;	font-size: 11pt;}div#menu ul li a {	color: #fff;	text-decoration:none;}div#menu ul li a:hover {	color: #f90;}/* Position of left side image */div#image {	position: absolute;	left: 0px;	top: 170px;}/* Position of page title */div#title {	position: absolute;	left: 0px;	top: 120px;}/* Position of content */div#content {	position: absolute;	right: 0px;	top: 170px;	width: 440px;	text-align: justify;	line-height: 130%;	height: auto;}/* Position of footer */div#footer {	position:absolute;	width: 200px;	height:auto;	text-align: left;	font-size: 7pt;	color: #333;	left:10px;	top: 550px;	padding-bottom:20px;}a.mac,a.mac:visited {	color: #333;}a.mac:hover {	color: #C60;}/* Form formatting */#form {	margin-right: 50px;	text-align:right;}/* Text box styling */input, .medtxt {	font-size: 9pt;}.reptxt {	font-size: 7pt;}.tbox {	border:solid;	border-color: #000;	border-width: 1px;	background-color:#EEE;	margin-left: 5px;	margin-bottom: 5px;	color: #333;	height: 14px;	padding: 2px;}.tarea {	border:solid;	border-color: #000;	border-width: 1px;	background-color:#EEE;	margin-left: 5px;	margin-bottom: 5px;	color: #333;	padding: 1px;}label { font-size: 9pt;}select {	margin-bottom: 5px;	background-color:#EEE;}#yesreception {	position:absolute;	visibility:hidden;	right:50px;	width:300px;}#noreception {	position:absolute;	visibility:visible;	right:50px;	width:300px;}/* External link styling */a.link, a.link:visited {color:#F90;}a.link:hover {color:#fff;}.indent {margin:-10px 10px -10px 10px;}