html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	}
html {
	min-width: 1000px;	
	}
body {
	font: 1em Arial, Helvetica, sans-serif;	color: #fff;
	background-image:
	url(../images/iceB.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;	
	min-width: 1000px;	
	}
.nav {
	position: absolute;
	top: 216px;
	left: -20px;
	Z-index: 1000;
	margin: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	}
ul.nav li a {
	line-height: 27px;
	list-style-type: none;
	background-color: transparent;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	padding: 5px 15px;	
	}
.nav li a:visited{ 
	color: #ebc; 
	text-decoration:none; 
	}
.nav li a:hover{ 
	color: #ff006e; 
	text-decoration:none; 
	}
.nav li  a:active{ 
	color: #650044; 
	text-decoration:none; 
	}
.mainPanel	{
	position: relative;
	top: 20px;
	width: 100%;
	min-height: 280px;
	background: #cf0059;	
	}
#wedgeL {
	position: relative;
	top: 20px;
	width: 423px;
	height: 65px;
	background-image:
	url(../images/wedgeL.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
#wedgeR {
	position: relative;
	top: 20px;
	width: 100%;
	height: 65px;
	background-image:
	url(../images/wedgeR.png);
	background-position: top right;
	background-repeat: no-repeat;
	}
#content {
	position: relative;
	width: 730px;
	margin-left: -365px;
	left: 50%;	
	}
#col1 {
	position:relative;
	top: 0px;
	left: 0px;
	width:360px;
	padding: 70px 0px 40px 0px;
	margin: 0px;	
	font-size: 18px;
	line-height: 1.5	;	
	font-weight: 200;
	background: transparent;	
	}
#col2 {
	position: absolute;
	top: 0px;
	right: 18px;
	width: 345px;
	height: 50px;	
	background: transparent;
	}
#logo {
	position: relative;
	top: 37px;
	left: 100px;	
	}
#logo img {
	border: none;
	}
#header {
	position: relative;
	top: 0px;
	width: 730px;
	margin-left: -365px;
	left: 50%;
	}
#footer {
	position: relative;
	top: -30px;
	width: 730px;
	margin-left: -365px;
	padding: 15px 0px 5px 0px;
	left: 50%;
	background: transparent;
	color: #052976;
	font-size: 13px;
	line-height: 4px;
	}
.contactDetailCategory {
	color:  #cf0059;
	}
.footerAddressSpace {
	letter-spacing: 10px;
	}
	
	
	
#footer a {
	text-decoration:none;
	color: #052976;
	border-bottom:1px solid  #cf0059;		
	}
	
	
#footer .Address {
	font-size: 11px;
	}
#footer .Nos {
	font-size: 15px;
	line-height: 10px;
	}
#footer p {
	margin-top: 0px;
	}