<!--

html, body {
	margin: 0;
	background: #ccc;
	font-family: verdana, helvetica, arial, tahoma;
	text-align: center;
	height: 100%;
}

#container {
	width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #002;
}

#padding {
	padding: 0 0 48px 0;
}

#header {
	text-align: left;
	background-image: url(images/digitalcentre-top01.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 250px;
}

#title {
	float: right;
	font-size: 28px;
	font-style: italic;
	color: #f5f5f5;
	margin: 100px 60px 0 0;
}

#content {
	font-size: 13px;
	line-height: 21px;
	color: #f5f5f5;
	text-align: justify;
	margin: 20px 20px 20px 0;
	background-image: url(images/backgr.gif);
}

#content a {
	color: #C30027;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content2 {
	float: right;
	width: 687px;
}

#left {
	display: block;
	float: left;
	width: 270px;
	text-align: center;
	padding-top: 16px;
}

#left img {
	border: solid 1px #f5f5f5;
	margin-bottom: 12px;
}

#footer {
	padding: 6px 0;
	background: #666;
	font-size: 11px;
	color: #f5f5f5;
	margin: -47px auto 0 auto;
	height: 35px;
	width: 980px;
}

#footer a {
	color: #EBF0F0;
	padding: 0 3px;
	line-height: 18px;
}

h1 {
	font-size: 22px;
	color: #ff3;
}

h2 {
	font-size: 17px;
	color: #ff3;
}

.lst1 {
	margin-left: 10px;
	padding-left: 10px;
}

.small {
	font-size: 11px;
}

.clear {
	clear: both;
}



#navcontainer {
	background: #666;
	border: solid #f5f5f5;
	border-width: 1px 0;
	text-align: left;
}

#navcontainer ul {
	padding: 3px 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font-size: 13px;
}

#navcontainer li {
	display: inline;
}

#navcontainer li a {
	color: #ff3;
	padding: 3px 16px;
	margin-right: -5px;
	text-decoration: none;
	border-right: solid 1px #fff;
}

#navcontainer li a:hover {
	background-color: #ff3;
	color: #333;
}


-->