
/* CENTER CONTENT */

#center {
			/*border:1px dashed #333;
			background-color:#eee;*/

			width:820px;
			height:520px;
		
			margin-left:-410px; /* -((Width / 2) - padding - border) */
			margin-top:-260px;  /* -((Height / 2) - padding - border) */

			position:absolute;
			left:50%;
			top:50%;
		}

/* GENERAL CLASSES */

BODY {
	background-color	: #ffffff;
	background-image	: url(gfx/background.gif);
	background-repeat	: repeat-x;
	color				: #8B8B8B;
	font-size			: 11px; 
	font-style			: bold;
	text-decoration		: none;
	font-family			: helvetica, arial, verdana, sans-serif;
	margin-top			: 0px;
	margin-left			: 0px;
	padding				: 0px;
}

TD {
	font-size			: 11px;
	vertical-align		: top;
	font-weight			: normal;
	font-family			: helvetica, arial, verdana, sans-serif;
}



















/* omitted */
.uberArea {
	background-color: #b3b286;
	width: 100%;
	height: 300px;
}

.colourArea {
	background-color: #C1DAC7;
	float: left;
	width: 170px;
	height: 300px;
}

.addressArea {
    position: absolute;
    bottom: 100;
    left: 0;
	/*border: 2px solid #000000;*/
	font-size: 10 px;
	vertical align: bottom;	
}



