body {
	background: #ccc;
	margin: 0;
	font: normal 80%/1.3em Arial, Helvetica, sans-serif;
	min-width: 775px;
	font-size: 75%;
	color: #333;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
}
#centralised {
	position: absolute;
	top: 0px;
	left: 50%;  
	width: 778px;
	margin-left: -389px;
}
div#topBarHome {
	height: 182px;
	background: #fff url(images/header_home_page.gif) top left no-repeat;
	margin: 16px 0 7px 0;
}
div#topBar {
	height: 113px;
	background: #fff url(images/header_lower_page.gif) top left no-repeat;
	margin: 16px 0 7px 0;
}
div#navBar {
	height: 45px;
	background: #bba2bd url(images/nav_bar_bg.gif) top left no-repeat;
	margin: 0;
}
div#navBar ul {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 8px 0 0 0;
}
div#navBar li {
	float: left;
	line-height: 1em;
	padding: 8px 11px 8px 11px;
	border-left: 1px solid #fff;
}
div#navBar li.firstitem {
	border-left: 0;
}
div#navBar li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#navBar li.selected a {
	color: #75007e;
}
div#navBar li a:hover {
	color: #ff9;
}
div#contentArea {
	background: #fff url(images/content_area_bg.gif) top left repeat-y;
	margin: 0;
	padding: 0;
}
div#sideImage {
	float: right;
	width: 239px;
	height: 390px;
	background: url(images/side_image_home.jpg) top right no-repeat;
}
div#sideImageHome {
	float: right;
	width: 239px;
	height: 390px;
	background: url(images/side_image_home.jpg) top right no-repeat;
}
div#sideImageDevelopment {
	float: right;
	width: 239px;
	height: 390px;
	background: url(images/side_image_development.jpg) top right no-repeat;
}
div#sideImageVP {
	float: right;
	width: 239px;
	height: 390px;
	background: url(images/side_image_vp.jpg) top right no-repeat;
}
div#sideImageContactUs {
	float: right;
	width: 239px;
	height: 390px;
	background: url(images/side_image_contactus.jpg) top right no-repeat;
}
div#sideQuote {
	margin: 15px;
	padding: 15px;
	float: right;
	width: 239px;
	height: 390px;
}
div#contentAreaInner {
	margin: 0;
	padding: 24px 395px 0 31px;
	background: url(images/content_area_top.gif) top left no-repeat;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.7em;
}
div#contentAreaInnerLower {
	margin: 0;
	padding: 0px 260px 0 31px;
	background: url(images/content_area_bg.gif) top left no-repeat;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.7em;
}
div#contentAreaInner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#contentAreaInner li {
	padding-bottom: 0.7em;
}
div#contentAreaInner a {
	color: #699;
	text-decoration: underline;
}
div#contentAreaFooter {
	background: #ccc url(images/content_area_bottom.gif) top left no-repeat;
}
img {
	border: 0;
}
.quote {
	color: #003;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.7em;
}













