@import url("default.css");

#page{
	padding-top:0px;

}

body{
	/*background-color:#F9F8F2;
	color:#525252;*/
	background-color: #EBEACE;
	background-image: url(back-top.jpg);
	background-repeat: repeat-x;
	background-position: 0 33px;
}

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


#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:black;
	border:none;
	height:76px;
	border-bottom:3px solid #00CC33;
}

#header h1{
	top:20px;
	left:70px;
	font-size:14pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:normal;
	border-left:none;	
	padding-left:0px;
	line-height:100%;
	opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);		
}

#header h2 {
	left:100px;
	top:50px;
	color:silver;
}

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

#hlogo {
	position:absolute;
	width:370px;
	height:76px;
	left:0px;
	top:0px;
	background-image:url('espionage-logo.png');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	padding:0 3px 6px 3px;
	margin: 90px 10px 0 10px;
	line-height: normal;
	border:none;
	border-bottom:1px solid #A0A0A0;
	color:#5B5B58;
}
#navigation a {
	text-decoration:none;
}

#hsearch {
	top:8px;
	color:white;
	opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);	
}


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

#hsearch span a {
	color:white;
}

#footer{
	background-color:black;
	border-top:2px solid #EB0206;
}

.advboxl{
	background-color:#EBEACE;
}

.Comments_form{
	border:1px dotted #F8F7F1;
	background-color:#F0EFE0;
	border-radius:24px;
	margin-top:10px;
}
.adwords_in_content{
	border:none;
}

#interlink_nav{
	border-radius:10px;
}
