@import url("default.css");

#page{
	padding-top:0px;
}
body{
	background-color: white;
}

#body{
	border:none;
	width:100%;
	min-width: 700px;
	max-width:1200px;
}

#header{
	background-image:url('pollution-back.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#63320C;
	border:none;
	border-top:10px solid black;
	border-bottom:6px solid #CABFAC;
	height:81px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;

}

#header h1{
	top:50px;
	left:160px;
	font-size:17pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:normal;
	border-left:none;	
	padding-left:0px;
}

#header h2{
	top:60px;
	left:150px;
	font-size:11pt;
	color:white;
	z-index: 10;
	border-left:none;	
	padding-left:0px;
	opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);		
}

#header a {
	color:white;
	text-decoration: none;
}
#header a:hover {
	color:white;
	text-decoration: underline;
}

#hlogo {
	position:absolute;
	width:290px;
	height:105px;
	left:0px;
	top:0px;
	background-image:url('pollution-logo.jpg');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	padding:10px 3px;
	margin: 95px 0 0 0;
	line-height: normal;
	border:none;
	border-bottom:1px solid #c8c8c8;
}


#hsearch {
	top:14px;
	color:white;
	opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);			
}
#hsearch span a {
	color:white;
}

#hsearch input {
	border:1px solid black;
	color:black;
}

#footer{
	background-color:#4F2104;
	border-top:3px solid black;
}
.Comments_form{
	border:1px dotted #DFE3E6;
	background-color:#F7FAFC;
	border-radius:24px;
	margin-top:10px;
}
.adwords_in_content{
	border:none;
}

#interlink_nav{
	border-radius:10px;
}
