@import url("default.css");

#page{
	padding:2px 4px;
}
body{
	background-color: #ebfae2;
	background-image: url(back-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#body{
	background-image:url(back-page.png);
	border:none;
	width:760px;
}

#header{
	background-image:url('nations-back.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#2A89C3;
	height:54px;

	border-bottom:3px solid #ffb646;
	border-top:6px solid #145277;	
}

#header h1{
	top:14px;
	left:86px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:bold;
	border-left:none;	
	padding-left:0px;
}

#header h2{

}

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

#hlogo {
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(nations-logo.png);
	background-repeat: no-repeat;
	width:139px;
	height:54px;
}


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

#navigation a {
	text-decoration:none;
}

#hsearch {
	top:0px;
	color:white;
	width:230px;
	background-color:#145277;
	background-image:url(nations-search.png);
	background-position:left center;
	background-repeat:no-repeat;	
}

#hsearch input {
	border:1px solid white;
	background-color:#40708D;
	color:white;
}

#hsearch span a {
	color:white;
}

#footer{
	background-color:#304876;
	background-image:url('nations-back.png');
	background-repeat: repeat-x;
	background-position: bottom;	
	border-top:2px solid #145277;
}

