body {
	text-align: center;
}

	#wrap {
		margin: 0 auto;
		
		height: auto;
		width: 596px;
		
		background: url(../images/background.jpg) repeat-y;
	}

		#wrap #header {
			padding: 0;
			margin: 0;
			
			width: 596px;
			height: 93px;			
			background: url(../images/header.jpg) no-repeat;
		}
		#wrap #header_call_centre {
			padding: 0;
			margin: 0;
			
			width: 596px;
			height: 93px;			
			background: url(../images/header_call_centre.jpg) no-repeat;
		}
		#wrap #header_answering_services {
			padding: 0;
			margin: 0;
			
			width: 596px;
			height: 93px;			
			background: url(../images/header_answering_services.jpg) no-repeat;
		}
		#wrap #header_message_services {
			padding: 0;
			margin: 0;
			
			width: 596px;
			height: 93px;			
			background: url(../images/header_message_services.jpg) no-repeat;
		}
		#wrap #content {
			padding: 10px 20px 0px 20px;
			margin: 0;
			
			text-align: left;
		}
			
			#wrap #content #leftcolumn {
				margin: 0;
				padding: 0px 20px 0px 0px;
				
				width: 300px;
				height: auto;
			}
				
				#wrap #content #leftcolumn h2, h1{
					font: 18px "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
					font-weight: bold;
					color: #111;
				}
			
			#wrap #content #rightcolumn {
				margin: 0;
				padding: 0px 0px 0px 20px;
				
				width: 206px;
				height: auto;
				float: right;
				
				border-left: 1px dotted #AAA;
			}
				
				#wrap #content #rightcolumn h2 {
					font: 18px "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
					font-weight: bold;
					color: #111;
				}
				
				#wrap #content #rightcolumn label {
					display: block;
					
					font: 12px "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
					color: #333;
				}
			
			#wrap #content #spacer {
				width: 596px;
				clear: both;
			}
			
			#wrap #content p {
				font: 12px "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
				color: #555;
			}
			
			#wrap #content strong {
				font: 12px "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
				font-weight: bold;
				color: #111;
			}
			
			#wrap #content li {
				font: 12px "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
				color: #555;
			}
		
		#wrap #footer {
			padding: 0;
			margin: 0;
			
			width: 596px;
			height: 35px;
			
			background: url(../images/footer.jpg) no-repeat;
		}
		
			#wrap #footer p {
				font: 9px "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
				color: #AAA;
			}
			
			/* hides the anti-spam field */
      #phantom { display: none; }