body {
	BACKGROUND-COLOR: #c4112f;
	margin:0px 0px; padding:0px;
	text-align: center; 
	height: 100%;
}
#container{
		position:relative;
		width:780px;
		text-align:center;
  		margin:0px auto;
		height:100%; 
		z-index: 1;
		
}

#maincontainer {
	POSITION: absolute;
	Z-INDEX: 2;
	HEIGHT: 100%;
	LEFT: 0px;
	TOP: 15px;
	BORDER-LEFT: 1px solid #ffffff;
	BORDER-RIGHT: 1px solid #ffffff;
	BORDER-TOP: 1px solid #ffffff;
	BORDER-BOTTOM: 1px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	WIDTH: 778px;
	
}

#logo {
	POSITION: relative; HEIGHT: 182px; WIDTH: 425px; FLOAT: left; MARGIN-TOP: 1px; text-align:center;
}

#images {
	POSITION: relative; HEIGHT: 182px; WIDTH: 351px; FLOAT: left;
}


#content {
	POSITION: relative;
	Z-INDEX: 10;
	MIN-HEIGHT: 440px;
	WIDTH: 100%;
	TOP: 0px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	FLOAT: left;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-align: justify;
	color: #FFFFFF;
	overflow: auto;
}

H1 {
	FONT-SIZE: 10px;
	color: #FFFFFF;
}
H2 {
	FONT-SIZE: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#content a {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #ffffff;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	color: #000000;
}


#footer {
	WIDTH: 100%; 
	HEIGHT: 100px;
	PADDING-TOP: 20px; 
	text-align: center;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	color: #ffffff;
	clear: both;
}

#footer a {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 1em;
	text-decoration: underline;
	margin-right: 20px;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}

#enquiry td {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #ffffff;
}