@charset "UTF-8";
/* CSS Document */
a {
	color:white;
}
a:visited {
	color: #cccccc;
}
a:hover {
color: #66ccff;
}

#newsDesc{
	width:100px;
}
body {
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	/*font-size: 14px;
	font-weight:lighter;*/
}

#container {
	width: 876px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* minus the padding amount currently 30 on <- and ->
	background: #000000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid red;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	min-height:179px;
   	height:179px;
	width:876px;
	border:0px solid red;
	/*background: #DDDDDD;*/
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/* remove this eventually... */
	background-image:url(../images/ref_header.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	width:876px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	min-height:510px;
	height:100%;
	/*background-image: url(../images/bg_nonFolio.jpg);*/
	background-image: url(../images/bg-Image.png);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}

#folioHolder{
padding:0px 30px 0px 30px;
}
*html #folioHolder{
padding:0px 0px 0px 0px;
}
#newsAdverts {
	width:100%;
	min-height:96px;
   	height:96px;
	padding: 0 0px;
	/* background-color: #000000;
	remove this eventually... */
	background-image: url(../images/ref_newsFooter.gif);
	background-repeat: no-repeat;
	border:0px dashed blue;
}
#newsHolder {
	font-size:12px;
	color:#999999;
	float:left;
	width:300px;
	/*padding: 20px 18px;*/
	margin:20px 0px 20px 21px;
	border:0px dashed yellow;
	
}
#advertHolder {
	float:left;
	/*clear:none; */
	width:440px;
	margin:20px 0px 20px 25px;
	border:0px dashed white;

}
#footer {
	min-height:55px;
   	height:55px;
	padding: 0 0px;
	/*background-color: #000000;*/
	/*background-image: url(../web/images/ref_footer.jpg);
	background-repeat: no-repeat;		
	 remove this eventually... */

}

#footerClients {
	float:left;
	width:205px;
}
#footerDetails {
	text-align:center;
	display:block;
	padding-top:28px;
	font-size:70%;
	color:#999999;
	/*margin-left:50px;
	float:right;
	clear:none;*/
	
	/*width:709px;*/
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	
}
#navHolder {
	width:919px;
	margin: 0 0 0 173px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0;  /*padding on this element will create space, just as the the margin would have, without the margin collapse issue 
	border-left: 1px solid #FFFFFF;*/
	
}
#mainNav {
	display:block;
	 /*margin: -20px 0 0 173px; zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*color: #A6BCC7;*/	
	color: #ff0000;
	/*font: 180% Verdana, Arial, Helvetica, sans-serif;*/
}
.conatiners {
	width:816px;
	float:left;
	clear:both;
}

 