@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
}

img{
	border-style:none;
	text-align: center;
	padding: 20;
}

a:link {
	text-decoration: none;
	color: #000
}
	
a:link  {
	text-decoration: none;
	color:#000
}

a:visited {
	text-decoration: none;
	color:#000
}

a:hover {
	text-decoration: none;
	color:#000
}

a:active {
	text-decoration: none;
	color:#000
}


body{
	margin:0px 0;
	outline-style: none;
	-moz-outline-style:none;
	*focus: outline:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	text-align:justify
}

#page_holder{
	width:840px;
	height:auto;
	margin:auto;
	background-repeat: no-repeat;
	font-size:12px;
	background-color:#FFF;
	border:medium;
	border-style:solid;
	border-color:#E4E4E4
}

#content_holder{
	height:auto;
	margin: auto;
	width: 800px;
	background-repeat: no-repeat;
	padding: 0;
	padding-top: 10px;
	background-color: #FFF;
}	

#banner{
	width:auto;
	height:auto;
	background-repeat: repeat-x;
	padding-left: 300px;
}

#footer{
	width:800px;
	height:40px;
	margin: auto;
	border-top: solid;
	font-size: 10px;
	background-color: #FFF;
}

#breadcrumb{
	width:800px;
	height:40px;
	color:#666;
	font-size:11px
}

#related_sectors{
	width:800px;
	height:auto;
	margin: auto;
	font-size:11px
}

#header{
	width:850px;
	height:120px;
	margin:auto;
	background-image:url(images/logoblack.jpg);
	background-repeat: no-repeat;
}
