body {
	background: #505050;
	padding: 0px;margin: 0px;
}
#wrapper {
	/* Colours */			background: url('images/wrapper-bg.png') #fff no-repeat; 
	/* Dimensions*/		width: 770px; height: 100%;
	/* Position */			position: absolute;left: 50%;margin-left: -385px;
}
#white {
	/* Colours */			background: #fff; 
	/* Dimensions*/		width: 770px; height: 100%;
	/* Position */			position: fixed;left: 50%;margin-left: -385px;
}
#heading {
	/* Dimensions*/		width: 730px; height: 66px;
	/* Padding */			padding: 20px;
}
#heading2 {
	/* Colours */			background: url('images/header-bg.png'); 
	/* Dimensions*/		width: 730px; height: 210px;
	/* Padding */			padding: 20px;
}
#article {
	/* Colours */			background: #fff;
	/* Dimensions*/		width: 730px; height: 210px;
	/* Padding */			padding: 20px; 
}
#footer {
	/* Colours */			background: #fff;
	/* Dimensions*/		width: 730px; height: 66px;
	/* Padding */			padding: 20px; clear: both;
}
#footer2 {
	/* Colours */			background: url('images/header-bg.png'); 
	/* Dimensions*/		width: 730px;
	/* Padding */			padding: 20px; clear:both;
	text-align: center;font-size: 7pt;color: #333;font-family: arial;
}
#hlinks {
	/* Position */			position: absolute;right: 20px;top:40px;
	/* Dimensions*/		height: 25px;
}

/* Text */
h1 {
	padding-left: 20px;
}
#col-one {
	width: 45%; float: left;
	padding-left: 20px;
}
#col-two {
	width: 45%; float: right;
	padding-right: 20px;
}
.content-text {
	text-align: justify;background: #fff;
	font-size: 10pt;
	letter-spacing: 1.5px;word-spacing: 2px;line-height: 17px;
}
em {
	color: #429DFF;text-decoration: none;
}

.footerlink {
	font-size: 7pt;color: #000;font-family: arial;text-decoration: none; border-bottom: dotted 1px #333;
}
.footerlink:hover {
	 border-bottom: solid 1px #666;
}
.hlink {
	font-size: 12pt;color: #000;text-decoration: none; margin-left: 18px;
}
.hlink:active {
  position: relative;
  top: 1px;
}

img { border: 0px; }
